simpleinfra icon indicating copy to clipboard operation
simpleinfra copied to clipboard

`dev-desktop-us-1` does not respond on IPv6

Open cuviper opened this issue 2 years ago • 1 comments

It looks like dev-desktop-us-1.infra.rust-lang.org has dual-stack networking:

$ host dev-desktop-us-1.infra.rust-lang.org
dev-desktop-us-1.infra.rust-lang.org has address 44.204.37.156
dev-desktop-us-1.infra.rust-lang.org has IPv6 address 2600:1f18:619f:e701:fee2:1ae2:4384:ed4c

However, I don't get any response on IPv6. This is annoying because my ssh seems to try IPv6 first by default, whereas ssh -4 connects to this host fine. For now, I've forced it to AddressFamily inet in my ssh_config.

I don't need IPv6 access, but it shouldn't be in DNS if it doesn't work. In comparison, us-2 only advertises IPv4.

It looks like eu-1 and eu-2 are in the same situation.

cuviper avatar Jan 04 '23 19:01 cuviper

Thanks for reporting this! I'll have a look tomorrow or next week.

jdno avatar Jan 05 '23 17:01 jdno