On Mon, Nov 13, 2023 at 07:39:21PM +0000, Salil Mehta wrote:
> > When you go to "git.kernel.org" on your company network, what city do you
> > have in the header ("dallas", "amsterdam", etc).
>
> I am seeing below in the header:
>
> Git repositories hosted at kernel.org (amsterdam)
This is really strange, I am able to retrieve that URL without any problems on
all lore.kernel.org nodes. E.g.:
$ curl -sL -H 'Host: lore.kernel.org' -I
https://dfw.source.kernel.org/qemu-devel/[email protected]/
| head -n1
HTTP/1.1 200 OK
$ curl -sL -H 'Host: lore.kernel.org' -I
https://ams.source.kernel.org/qemu-devel/[email protected]/
| head -n1
HTTP/1.1 200 OK
$ curl -sL -H 'Host: lore.kernel.org' -I
https://sin.source.kernel.org/qemu-devel/[email protected]/
| head -n1
HTTP/1.1 200 OK
I am very curious why it's not working for you. When you run "ping
lore.kernel.org", which IP address do you get?
-K