Network troubles on Ubuntu Server
Posted: 18. Sep 2008, 16:31
VB 1.6.0
Host: Win XP
Guest OS: Ubuntu Server 8.04
Networking: Host Interface (correctly bridged and working with other ubuntu virtual machines)
Ok, I've tried to configure ubuntu to use a static ip, instead of the dhcp that the installer enabled.
I've got it setup so that everything looks good. Here's my /etc/network/interfaces file:
-------------
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.2.15
netmask 255.255.255.0
gateway 192.168.2.1
auto eth0
-------------
Everything looks ok; restarted networking, setup dns, but can't ping anybody on the local network. Can't ping the gateway. I tried the "auto eth0" above the "iface eth0" line, but I get the same result.
I have other ubuntu (desktop) virtual machines that are able to work fine with these settings.
Any ideas on what I'm doing wrong here?
Host: Win XP
Guest OS: Ubuntu Server 8.04
Networking: Host Interface (correctly bridged and working with other ubuntu virtual machines)
Ok, I've tried to configure ubuntu to use a static ip, instead of the dhcp that the installer enabled.
I've got it setup so that everything looks good. Here's my /etc/network/interfaces file:
-------------
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.2.15
netmask 255.255.255.0
gateway 192.168.2.1
auto eth0
-------------
Everything looks ok; restarted networking, setup dns, but can't ping anybody on the local network. Can't ping the gateway. I tried the "auto eth0" above the "iface eth0" line, but I get the same result.
I have other ubuntu (desktop) virtual machines that are able to work fine with these settings.
Any ideas on what I'm doing wrong here?