Virtualbox 3: Bridged Networking, Now?
Posted: 8. Jul 2009, 11:29
How do we exactly configure bridged networking for a Windows guest?
I booted the windows client and defined it for static IP, and gave the gateway address of the Linux host's gateway address. I also configured VirtualBox's GUI to use eth0 and bridged networking..
I wanted to give this VM its own IP address..
The Centos linux host has 10 IP's assigned to it, as subinterfaces of eth0.. I removed one of the subinterfaces, and put:
/etc/vbox/interfaces
# <interface name> <user name> [<bridge>]
vbox0 turgut br0
What else do I need to do? I mean don't I need to define something manually about that IP address?
Should I have left it defined as a sub-interface of eth0 ?
Do I need to route anything particularly?
I read the manual which just touts how easy it is to set it all up..
thanks, -t
I booted the windows client and defined it for static IP, and gave the gateway address of the Linux host's gateway address. I also configured VirtualBox's GUI to use eth0 and bridged networking..
I wanted to give this VM its own IP address..
The Centos linux host has 10 IP's assigned to it, as subinterfaces of eth0.. I removed one of the subinterfaces, and put:
/etc/vbox/interfaces
# <interface name> <user name> [<bridge>]
vbox0 turgut br0
What else do I need to do? I mean don't I need to define something manually about that IP address?
Should I have left it defined as a sub-interface of eth0 ?
Do I need to route anything particularly?
I read the manual which just touts how easy it is to set it all up..
thanks, -t