Opened 8 years ago
#17046 new defect
host only network lost after resuming from sleep (H: win10, G:winserver2012)
Reported by: | somersby | Owned by: | |
---|---|---|---|
Component: | network/hostif | Version: | VirtualBox 5.1.26 |
Keywords: | hostonlyif | Cc: | |
Guest type: | Windows | Host type: | Windows |
Description
Before host goes to sleep, connection works fine. After resuming from sleep, I can no longer ping the guest from the host ("Request timed out"). Occasionally, stoping vbox, resetting the interface on the windows side, then restarting vbox fixes connectivity. In other times, only a full host restart allowed me to recover.
before sleep:
netsh i i sh add 9
Configuration for interface "VirtualBox Host-Only Network #3"
DHCP enabled: No IP Address: 192.168.214.1 Subnet Prefix: 192.168.214.0/24 (mask 255.255.255.0) InterfaceMetric: 25
vboxmanage list hostonlyifs
Name: VirtualBox Host-Only Ethernet Adapter #3 GUID: 539037ce-b029-4212-858f-1b368320c5e5 DHCP: Disabled IPAddress: 192.168.214.1 NetworkMask: 255.255.255.0 IPV6Address: fe80:0000:0000:0000:4571:268b:9d7d:c79b IPV6NetworkMaskPrefixLength: 64 HardwareAddress: 0a:00:27:00:00:09 MediumType: Ethernet Status: Up VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3
after resume:
netsh i i sh add 9
Configuration for interface "VirtualBox Host-Only Network #3"
DHCP enabled: No IP Address: 169.254.199.155 Subnet Prefix: 169.254.0.0/16 (mask 255.255.0.0) InterfaceMetric: 25
(vboxmanage's report is unchanged)