Page 1 of 1

Network is unreachable

Posted: 20. Apr 2008, 18:16
by MrBiggz
Hiya!

I'm a bit confused. :?

I'm running ubuntu 8.04 on a windows visa host. I also have windows xp running as a guest too, I had no trouble setting up networking with xp. Everything in my network is on static ip's and dhcp is turned off on my router.

Within my ubuntu guest my network device looks like this:

# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0

# The primary network interface
iface eth1 inet static
address 192.168.1.103
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1

Well, the interface enables but I never get any network connectivity. Why?

If somebody could point me to the ways of my errors I'd appreciate it! :shock:

Thanks in advance!

Posted: 20. Apr 2008, 18:31
by MrBiggz
Never mind .. I solved it! :D