Difference between revisions of "Unix/Linux"

From dbawiki
Jump to: navigation, search
(DNS not working)
(DNS not working)
Line 9: Line 9:
 
  nameserver 95.130.132.17
 
  nameserver 95.130.132.17
 
  nameserver 95.130.132.18
 
  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 it do the resolution
+
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
 
  nameserver 192.168.1.1

Revision as of 20:25, 3 December 2012

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