Unix/Linux

From dbawiki
Revision as of 20:23, 3 December 2012 by Stuart (talk | contribs) (Created page with "====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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 Best to set it to the router address and let it do the resolution

nameserver 192.168.1.1