VirtualBox

Opened 14 years ago

Last modified 11 years ago

#6580 closed defect

VERR_VMX_INVALID_GUEST_STATE when host network bridged br0 — at Initial Version

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

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

Change History (3)

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
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use