Hi Istvan,

You're right, by default it is not allowed for one host adapter to be used by different users simmultaneously, which is done intentionally for security reasons.
There is a solution though to override this behavior.
Run the following command from the console:

VBoxManage setextradata <VM_NAME> VBoxInternal/Devices/pcnet/0/LUN#0/Config/RestrictAccess 0

If your VM network adapter is not pcnet, you will need to replace the "pcnet" above to the appropriate adapter type, e.g. e1000 for e1000 adapter.

Mikhail

István wrote:

With one user it works, i want to get it working with different users

On Dec 23, 2009 3:23 p.m., "Michael Da Cova" <[email protected]> wrote:

Hi
 
I have multiple hosts bridging on a single interface with no problems
 
host ubuntu 9.10 clients Windows/Linux
 
 
Michael


From: Mikhail Sennikovsky [mailto:[email protected]]
Sent: 23 December 2009 2:02 PM
To: István
Cc: [email protected]
Subject: Re: [vbox-users] Unable to bridge multiple guests to the same interface

> Hi Istvan, > > This should be possible. > What problems are you experiencing with bridging multipl...


_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to