Opened 5 years ago
Last modified 5 years ago
#19026 new defect
Windows sleep breaks network hotplugging
Reported by: | bomvir | Owned by: | |
---|---|---|---|
Component: | network | Version: | VirtualBox 6.0.12 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description
I have a windows 10 host system with archlinux as guest. Both operate using virtualbox 6.0.12.
In virtualbox, I have set up two network interfaces
- Bridge
- Host only adapter
The network bridge usually operates either on a USB-C docking station or the laptops own network interface depending on where I am working. So far, changing the bridges' interface (docking station vs built-in) seems to work fine. However, if I meanwhile put the windows asleep, e.g., through closing its lid it seems to break.
Here is what I mean with break: The bridge network (when connected to either the docking station or the built-in adapter) obtains an IP from a DHCP which offers IPs in range 172.28.0.0/16. If the above mentioned problem occurs (putting windows asleep and changing the bridge's interface e.g. from docking station to built-in or the other way around). The linux interface is not able to obtain an IP (it seems to default to an IP starting with 169.xxxx) and also restarting the dhcp client does not change this. The only thing that seems to work is to shutdown and start the VM again.
Attachments (1)
Change History (3)
by , 5 years ago
comment:1 by , 5 years ago
Addendum: I believe there is a correlation with an error shown in windows event viewer:
Protokollname: System Quelle: VBoxNetLwf Datum: 18.10.2019 10:44:37 Ereignis-ID: 12 Aufgabenkategorie:Keine Ebene: Fehler Schlüsselwörter:Klassisch Benutzer: Nicht zutreffend Computer: NB-win.ad.bom.com Beschreibung: Der Treiber hat einen internen Treiberfehler auf \Device\VBoxNetLwf gefunden. Ereignis-XML: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="VBoxNetLwf" /> <EventID Qualifiers="49156">12</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2019-10-18T08:44:37.024335500Z" /> <EventRecordID>23587</EventRecordID> <Channel>System</Channel> <Computer>NB-win.ad.bom.com</Computer> <Security /> </System> <EventData> <Data>\Device\VBoxNetLwf</Data> <Binary>0000200001000000000000000C0004C0080000000000000000000000000000000000000000000000C8F750A29FEFC8F7501FC8501E96E640D9F90E96E640D9F90C96E640D9F90000</Binary> </EventData> </Event>
Virtualbox log files