Anand Chitipothu wrote:
Iam able to access my network computers, local IP Address sites. But iam
unable to connect to Internet, each time i try it say page load error.
    

Then it must be either DNS problem or gateway problem.

Try this:

   $ ping 208.67.222.222

If it works, then problem is with you DNS server.
To fix the DNS problem, edit /etc/resolv.conf and add the following lines.

# set name servers to Open DNS
nameserver 208.67.222.222
nameserver 208.67.220.220

If ping doesn't work, the the problem is with your gateway.

  
pardon me for my ignorance, but is this supposed to be MY DNS Server ? 208.67.222.222
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Reply via email to