Opened 15 years ago
Closed 12 years ago
#6580 closed defect (fixed)
VERR_VMX_INVALID_GUEST_STATE when host network bridged br0
Reported by: | Stephen Carr | Owned by: | |
---|---|---|---|
Component: | VMM/HWACCM | Version: | VirtualBox 3.1.6 |
Keywords: | Bridged network on host | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description (last modified by )
I have several users on Linux host 64bit that need to run different Virtual Machines. The VMs work in headless mode with bridging to eth0 but only one user at a time - there is a permission error.
Created a bridge on host using bridge-utils commands below.
The VMs now crash at start - and I tried many options - even disabling the network in the VM causes it to crash at start.
Thanks Stephen Carr
/sbin/brctl addbr br0
/sbin/ifconfig eth0 0.0.0.0
/sbin/brctl addif br0 eth0
/sbin/ifconfig br0 xxx.yyy.aaa.ccc netmask 255.255.255.0
#Add gateway to routing table
/sbin/route del default
/sbin/route add default gw xxx.yyy.aaa.bbb metric 0 br0
/opt/VirtualBox/VBoxTunctl -t vbox0 -u sgcarr
/sbin/brctl addif br0 vbox0
/sbin/ifconfig vbox0 up
Attachments (3)
Change History (7)
by , 15 years ago
Attachment: | VBox.2.log added |
---|
by , 15 years ago
by , 15 years ago
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Component: | other → VMM/HWACCM |
---|
comment:3 by , 15 years ago
Is that still happening with 3.2.8 and if so, which guest are you using?
comment:4 by , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Please reopen if still relevant with VBox 4.3.2.
I forgot to add that I got the Guru Meditation -4014 (VERR_VMX_INVALID_GUEST_STATE) when testing in headless mode - does not seem to be in the VBox.log