Friday, January 18, 2013

DNS Lookup Error in google chrom browser in linux


1. click on terminal 2. sudo nano /etc/resolv.conf 3. add following DNS entries into file (free google dns server) nameserver 208.67.222.222 nameserver 208.67.220.220 nameserver 202.51.5.52 4. sudo /etc/init.d/resolvconf restart 5. restart chrom browser. 6. check proxy setting. proxy should be disable / enabled according to your network setting. 7. type ping google.com Now you should be able to access internet or able to resolve DNS error. Enjoy.