Quote:
You need to make sure your DNS servers are listed by the sounds of things.
|
NO?
--------
DNS is for name resolution, would only apply if he tried to resolve the IP by cononical name. Example would be to:
ping
www.fark.com and getting a request time out or not reachable.
If you ping the IP directly, and are not getting a response, that would be a gateway issues, not DNS.
When you ping google, akadns should reply with something like:
spam:~# ping
www.google.com
PING
www.google.akadns.net (216.239.39.104) 56(84) bytes of data.
64 bytes from 216.239.39.104: icmp_seq=1 ttl=240 time=50.2 ms
64 bytes from 216.239.39.104: icmp_seq=2 ttl=240 time=77.6 ms
64 bytes from 216.239.39.104: icmp_seq=3 ttl=240 time=50.9 ms
64 bytes from 216.239.39.104: icmp_seq=4 ttl=240 time=50.4 ms
---
www.google.akadns.net ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3031ms
rtt min/avg/max/mdev = 50.277/57.342/77.652/11.731 ms