![]() |
Need help with the 'bridge' concept
I have several virtual machines that I would like to be able to talk to each other AND talk to my LAN-clients (and visa versa).
So I have defined a bridge 'mybridge' where I have added my eth0 (LAN-interface) to it. I would like this bridge 'mybridge' to be a virtual switch. Can I do it like this ?? How can I add the host where my virtual machines are running to this bridge ??? So I can vnc into the host to view my vm's (virtualbox). What I have now is : Code:
[jonas@host ~]$ brctl show Code:
[jonas@jocan ~]$ ifconfig It makes that I am able to access my host machine through vnc or ssh... So do I create a "virtual switch" this way ?? By creating a bridge ? |
you shouldn't need to create your own bridge, virtualbox should handle all off this for you.
|
Quote:
When working with my bridge, network traffic is rather slow... |
VirtualBox doesn't do full bridging networking by default? Hmm, another good reason never to use it! ;-)
Anyway, they have a tutorial here.. http://www.virtualbox.org/wiki/Advan...tworking_Linux and seems all pretty standard stuff. By connecting the machines then it will be like a switch, certainly. |
All times are GMT -5. The time now is 02:07 AM. |