VirtualBox

Opened 13 years ago

Closed 8 years ago

#9654 closed defect (obsolete)

Implementing Shared Folders breaks network connection for Guest OS (Windows 7)

Reported by: Charles Allen Owned by:
Component: other Version: VirtualBox 4.1.0
Keywords: Cc:
Guest type: Windows Host type: Solaris

Description (last modified by aeichner)

Operating VirtualBox in Solaris 10, update 9, with Windows 7 SP1 as the Guest OS (guest additions are installed). When creating a shared folder to the Guest OS, all network connectivity is lost and does not return with the removal of the shared folder. Further, a simple reboot of the Guest OS will not fix the problem. Must completely shutdown Guest OS and restart before connectivity is restored. Even though network connectivity is lost, access to the shared folder is functional.

We are operating the Guest OS with a bridged adapter. Do not experience the problem when using a NAT network.

Attachments (1)

VBox.log (82.7 KB ) - added by Charles Allen 13 years ago.

Download all attachments as: .zip

Change History (4)

by Charles Allen, 13 years ago

Attachment: VBox.log added

comment:1 by Ramshankar Venkataraman, 13 years ago

The log indicates creation of DrvIntNet fails with VERR_INTNET_FLT_IF_BUSY possibly because one of the interface being already in use.

Is this the only user that uses bge0 for the VM?

Do you have multiple users that bridge over bge0 with VirtualBox VMs? If so, you will need to remove the access restriction across users explicitly for each VM.

For the Intel e1000g adapter (the one you're using):

VBoxManage setextradata <vmname> VBoxInternal/Devices/e1000/0/LUN#0/Config/RestrictAccess 0

For AMD pcnet adapter:

VBoxManage setextradata <vmname> VBoxInternal/Devices/pcnet/0/LUN#0/Config/RestrictAccess 0

comment:2 by Ramshankar Venkataraman, 12 years ago

Is this issue still relevant with the latest VirtualBox?

comment:3 by aeichner, 8 years ago

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

Please reopen if still relevant with a recent VirtualBox release.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use