|
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:
|
_______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
