为什么ping域显示错误的IP
why ping of domain show wrong IP
如果真实服务器是“84.xxx.xxx.186”
,为什么 ping 显示错误的 IP
域:em.xxx.com
有时 IS 是正确的。这怎么可能?
页面工作正常,加载时间长但工作...
使用 nslookup 命令:
nslookup em.xxx.com
我们可以看到该域实际分配了 3 个不同的 IPS:
Non-authoritative answer:
Name: xxx.com
Addresses: 84.xxx.xxx.186
208.109.255.6
216.69.185.6
而我下面的ping竟然联系到了第三个IP:
ping em.xxx.com
Pinging xxx.com [216.69.185.6] with 32 bytes of data:
Reply from 216.69.185.6: bytes=32 time=16ms TTL=49
Reply from 216.69.185.6: bytes=32 time=16ms TTL=49
Reply from 216.69.185.6: bytes=32 time=15ms TTL=49
其他两个 IPS 似乎都属于 GoDaddy,因此我猜它们可能具有某种 DNS 负载平衡。
如果真实服务器是“84.xxx.xxx.186”
,为什么 ping 显示错误的 IP域:em.xxx.com
有时 IS 是正确的。这怎么可能? 页面工作正常,加载时间长但工作...
使用 nslookup 命令:
nslookup em.xxx.com
我们可以看到该域实际分配了 3 个不同的 IPS:
Non-authoritative answer:
Name: xxx.com
Addresses: 84.xxx.xxx.186
208.109.255.6
216.69.185.6
而我下面的ping竟然联系到了第三个IP:
ping em.xxx.com
Pinging xxx.com [216.69.185.6] with 32 bytes of data:
Reply from 216.69.185.6: bytes=32 time=16ms TTL=49
Reply from 216.69.185.6: bytes=32 time=16ms TTL=49
Reply from 216.69.185.6: bytes=32 time=15ms TTL=49
其他两个 IPS 似乎都属于 GoDaddy,因此我猜它们可能具有某种 DNS 负载平衡。