On Mon, Oct 27, 2008 at 11:43 AM, jeremiah <[EMAIL PROTECTED]>wrote: > I'm following the documentation in the VB online pdf. Setup for bridging > on the host seems to work (i'm getting an ip for both br0 and eth0) but > when i start the guest os, i don't see any interfaces other than 'lo'. > > Here's what I've done so far... > > #install packages > sudo apt-get install bridge-utils > > #added lines to /etc/network/interfaces > auto br0 > iface br0 inet dhcp > bridge_ports eth0 > > #restarted networking > /etc/init.d/networking restart > > #added vbox0 interface > sudo VBoxAddIF vbox0 <host login username> br0 > > #add vbox interface to VB > Guest Os Name > Settings > Networking > Host Interface > Set Interface > name to 'vbox0'. > > Thoughts? > > Regards, > JJ >
High Jeremiah, I saw your other post but didn't get to it. So if you do an ifconfig you see vbox0 and if you do a brctl show you see that it belongs to the br0 bridge? Also what kind of a network interface did you set it up as? Maybe you could post the <Network></Network> section of your Machine's .xml file? Grant McWilliams Some people, when confronted with a problem, think "I know, I'll use Windows." Now they have two problems.
_______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
