Sounds to me like you are missing your nameservers. Nameservers are the servers required to resolve a domain name (example.com) into an IP address (like the one you configured statically).
Your computer cannot understand example.com. It only understands 192.168.0.1 or 127.0.0.1. What you probably need to do now is right click on nm-applet and go to:
Edit Connections-->wired/wireless-->Edit-->IPv4 settings
and under DNS Servers add one of the following:
192.168.0.1 (if this is the IP address of your Lynksys)
208.67.222.222 (If you wish to use OpenDNS service)
You can find out more about OpenDNS at:
http://www.opendns.com/
If you don't use NetworkManager to manage your internet connections, then you must add the following line:
Code:
nameserver 192.168.0.1
or
Code:
nameserver 208.67.222.222
to
Of course you can add both, and you must be root to do so. Be aware that if you DO use NetworkManager, your modiffications will be overwritten.
Also, make sure you have a valid gateway set for your connection (modt probably 192.168.0.1)
Bookmarks