VirtualBox

Opened 14 years ago

Closed 10 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 Frank Mehnert)

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)

VBox.2.log (113.1 KB ) - added by Stephen Carr 14 years ago.
VBox.log (113.1 KB ) - added by Stephen Carr 14 years ago.
VBox.png (993 bytes ) - added by Stephen Carr 14 years ago.

Download all attachments as: .zip

Change History (7)

by Stephen Carr, 14 years ago

Attachment: VBox.2.log added

by Stephen Carr, 14 years ago

Attachment: VBox.log added

by Stephen Carr, 14 years ago

Attachment: VBox.png added

comment:1 by Stephen Carr, 14 years ago

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

comment:2 by Frank Mehnert, 14 years ago

Component: otherVMM/HWACCM

comment:3 by Sander van Leeuwen, 14 years ago

Is that still happening with 3.2.8 and if so, which guest are you using?

comment:4 by Frank Mehnert, 10 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Please reopen if still relevant with VBox 4.3.2.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use