First of all let me state that I have searched the forums and google and everywhere else to find solutions. I read through the manual and did the steps exactly as they are written. My bridge is functioning correctly (I can still surf the web and ping other computers over the network on my host) I created vbox0 just as the manual tells how to. I set my VM guest to use vbox0 just as the manual tells how to. When I startup the guest it does not receive an IP address from the dhcp server.
My /etc/network/interfaces file
Code: Select all
auto lo
iface lo inet loopback
auto br0
iface br0 inet dhcp
bridge_ports eth0
I assumed this line was to be my username that I log on to the computer with. I run the program using the GUI.
I have the networking set up to Host Interface Network and I made the interface vbox0. When I run ifconfig I can see vbox0 on my host. When I run ifconfig on the guest I see eth0 without an IP.
I tried to restart networking and that ended without getting a DHCP offer. Route also failed to bring up anything.
Where did I go wrong? I followed the manual as best as I knew how and I have even searched the internet for solutions, but what I found were not as simple as the manual. I want to get this working so I can show it to my company as an alternative to the overpriced commercial solution we use now.
Thanks for any help you are able to provide.[/code]