Open Suse 11.4 Wireless is connected(active) but there is no internet [SOLVED]
May 13, 2011 Leave a comment
In this post, I am going to provide you by one of the solution which helped me…
I simply renamed resolv.conf file which is located in /etc:
:~> su
Password:# cd /etc
# mv resolv.conf resolv111.conf
That’s it.
Let’s expalin a little bit more:
What is resolv.conf?
Resolv.conf is a resolver configuration file. This file defines which Doman Name Servers to use.
See the content of this file:
#cat resolv.conf
search domain.com site
nameserver 192.168.1.111
nameserver 192.168.1.143
Means-> when you type http://www.google.com It will go to the first DNS server 192.168.1.111 and ask what IP does this google.com corresponds. If this nameserver doesn’t know the answer, 192.168.1.143 will be next nameserver to be asked.
But if it doesn’t work… Run the Network Settings, in Global Options tab, in the IPv6 Protocol Settings section, uncheck the box Enable IPv6.