I try to handle a Host-Interface on a Linux Ubuntu 8.04 Hardy 64Bit since two days and I'm getting crazy of it!
I followed exactly the instructions in the virtualbox manual:
Code: Select all
sudo apt-get install bridge-utils
Code: Select all
auto br0
iface br0 inet dhcp
bridge_ports eth0
Code: Select all
sudo VBoxAddIF vbox0 <user> br0
But there is no way to ping a vaild IP address from the guest after I start them. I also set all rights and there is absolutly no error message when I boot the VM.
Do anyone have a idea?
Regards