My system is an Ubuntu 9.10. I want to use my new router but it can't get access to the internet at all. It works with all my Windows machines so the router seems to work.
My /etc/network/interfaces looks like the following:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address xxx.xxx.xxx.xxx
netmask 255.255.255.0
gateway xxx.xxx.xxx.xxx
Of course xxx.xxx.xxx.xxx is replaced with the actual ip of my router.
The problem is that my Ubuntu box can't get access to any domain in the internet. Can anyone help me?