Hacker News new | ask | show | jobs
by cyberpunk 3139 days ago
Isn't that SFO IP anycast?

I get the same results from opendns, 8.8.8.8 etc:

$ for ns in $(cat /etc/resolv.conf | grep nameserver | awk '{print $NF}'); do dig @$ns google.de +short; done

172.217.22.67

172.217.22.67

172.217.22.67

172.217.22.67

172.217.22.67

1 comments

Yep, pretty much all of Google's internal and premium GCP network is Anycast. You'll be terminated to Google's network on your continent, no matter what the DB says: Obviously that's impossible to tag correctly in any GeoIP database.
Maybe, maybe not.

    » dig google.pl @9.9.9.9 +short
    172.217.6.67

    --- 172.217.6.67 ping statistics ---
    246 packets transmitted, 234 received, 4% packet loss, time 3844ms
    rtt min/avg/max/mdev = 182.446/185.902/195.987/2.274 ms, pipe 13, ipg/ewma 15.689/185.811 ms

    » dig google.pl @8.8.8.8 +short
    172.217.22.67

    --- 172.217.22.67 ping statistics ---
    225 packets transmitted, 223 received, 0% packet loss, time 3676ms
    rtt min/avg/max/mdev = 21.581/25.026/33.694/2.158 ms, pipe 3, ipg/ewma 16.413/24.972 ms