- 454 GB Hard disk (VDI, dynamically allocated)
4 Processors, 64 bit
1941 MB RAM
Code: Select all
VBoxManage modifyvm "AchillesVM" --nic1 bridged
VBoxManage modifyvm "AchillesVM" --macaddress1 aabbcc000000
VBoxManage modifyvm "AchillesVM" --nic2 hostonly
VBoxManage modifyvm "AchillesVM" --hostonlyadapter2 vboxnet0
VBoxManage modifyvm "AchillesVM" --macaddress2 aabbcc111111
VBoxManage modifyvm "AchillesVM" --nic3 hostonly
VBoxManage modifyvm "AchillesVM" --hostonlyadapter3 vboxnet0
VBoxManage modifyvm "AchillesVM" --macaddress3 aabbcc222222
VBoxManage modifyvm "AchillesVM" --nic4 hostonly
VBoxManage modifyvm "AchillesVM" --hostonlyadapter4 vboxnet0
VBoxManage modifyvm "AchillesVM" --macaddress4 aabbcc333333
VBoxManage modifyvm "AchillesVM" --nic5 hostonly
VBoxManage modifyvm "AchillesVM" --hostonlyadapter5 vboxnet0
VBoxManage modifyvm "AchillesVM" --macaddress5 aabbcc444444
VBoxManage modifyvm "AchillesVM" --nic6 hostonly
VBoxManage modifyvm "AchillesVM" --hostonlyadapter6 vboxnet0
VBoxManage modifyvm "AchillesVM" --macaddress6 aabbcc555555When I try to boot the VM for the first time, I get:
The dialog suggests modprobing vboxnetflt so I did do this on the host but it had no effect. How can I resolve this?Failed to open a session for the virtual machine AchillesVM.
Failed to open/create the internal network 'HostInterfaceNetworking-' (you might need to modprobe vboxnetflt to make it accessible) (VERR_INVALID_PARAMETER).
Failed to attach the network LUN (VERR_INVALID_PARAMETER).
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Console
Interface: IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6}
I am running 4.3.10-dfsg-1ubuntu5.