Unix/Linux

From dbawiki
Revision as of 20:25, 3 December 2012 by Stuart (talk | contribs) (DNS not working)
Jump to: navigation, search

DNS not working

Ping to an IP address works

ping 74.125.136.103

but this doesn't

ping www.google.com

Check resolv.conf

cat /etc/resolv.conf
nameserver 95.130.132.17
nameserver 95.130.132.18

I had changed internet provider and forgot to update this. Just to set it to the router address and let that do the resolution

nameserver 192.168.1.1