issues with "bridging" and DHCP
Posted: 2. May 2009, 08:12
I'm running VB 2.2.2 on a Windows XP host. In my Ubuntu guest, I can't get it to reach the Internet.
I've enabled VB's dhcp server, and the VirtualBox Host-Only Adapter is enabled.
Here's the guest's /etc/network/interfaces:
It can't seem to find the dhcp server (no DHCPOFFERS received).
What could be the problem?
I've enabled VB's dhcp server, and the VirtualBox Host-Only Adapter is enabled.
Here's the guest's /etc/network/interfaces:
Code: Select all
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
What could be the problem?