Network is unreachable

Discussions about using Linux guests in VirtualBox.
Post Reply
MrBiggz
Posts: 11
Joined: 19. Jan 2008, 22:40
Primary OS: MS Windows Vista
VBox Version: OSE other
Guest OSses: XP Pro, Ubuntu
Location: Indianapolis
Contact:

Network is unreachable

Post 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!
MrBiggz
Posts: 11
Joined: 19. Jan 2008, 22:40
Primary OS: MS Windows Vista
VBox Version: OSE other
Guest OSses: XP Pro, Ubuntu
Location: Indianapolis
Contact:

Post by MrBiggz »

Never mind .. I solved it! :D
Post Reply