Befallen interesting thing yesterday and today the Internet has worked there. I am using opensuse 11.04 in my computer. This computer connect with ethernet with router. Another computers well connected ot the internet by wi-fi with this router it’s ok. And this computer connect with internet if i use second OS MS Windows.
I do not completely understand what you say. When you mean that your openSUSE 11.4 system does not connect to he Internet through your router, then please tell how you come to this conclusion. For connection to the Intenet, you need:
An up and running network interface. Check this with
/sbin/ifconfig -a
Connection to your router. Check this with
ping <your-router-IP-address>
A route for the Internet (most often the “default” route) through that router. Check with
/sbin/route -n
If this is all in place you must be able to reach systems on the Internet. Check with
ping 8.8.8.8
When that works, you can connect to systems in the Internet, but it would be nice if you could address sstems by name (Full Qualified Domain) instead of by IP address. To check if you have a working DNS server configured
nslookup forums.opensuse.org
For further advice, you can post the output of the commands given above here, so we can see whta is happening on your system. Please post this computer output between CODE tags (as I did above): Posting in Code Tags - A Guide