I tried to do it, but it is not working. What is the correct way to add two addictional network adapters?
C:\Program Files\Oracle\VirtualBox>VBoxManage modifyvm "Adapter 5" --nic5 hostonly --hostonlyadapter5 vboxnet1 --nictype5 82545EM --cableconnected5 on
VBoxManage.exe: error: Could not find a registered machine named 'Adapter 5'
VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBox, interface IVirtualBox, callee IUnknown
Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asOutParam())" at line 370 of file VBoxManageModifyVM.cpp
Thanks in advance for your help.
Johnny
Additional 2 extra network adapters, how?
-
Y E T I
- Posts: 161
- Joined: 9. Aug 2010, 01:47
- Primary OS: Other
- VBox Version: OSE self-compiled
- Guest OSses: ?
- Location: H i m a l a y a s
- Contact:
Re: Additional 2 extra network adapters, how?
You forgot the vm name and it is trying to use adapter 5 instead.Could not find a registered machine named 'Adapter 5'