0

Usually an anycast ip can be located say in the US, but the server itself thats sending the request is located in Europe. I'm wondering if there's anyway of finding out where the server is located.

Incognito
  • 201
  • 1
  • 2
  • 4

2 Answers2

1

The TTL counter on the packet will give you an idea as to how many hops it passed through to get to you, but other then that backtracking such a packet is nigh-impossible without access to large parts of the transmission path.

sysadmin1138
  • 131,083
  • 18
  • 173
  • 296
1

You won't be able to get coordinates good enough to drop a nuke, but a traceroute will tell you the network path, which can often be descriptive enough (with rDNS and some whois) to give you a fair idea where you're talking to. Depending on the service, also, some anycast providers give some way of telling which server/cluster you're talking to for diagnostic purposes (I've seen this most commonly with anycast DNS providers, for which you query a specific TXT record that's different for every cluster).

womble
  • 95,029
  • 29
  • 173
  • 228