Changes between Initial Version and Version 1 of Ticket #14374, comment 8
- Timestamp:
- Feb 12, 2016 4:46:05 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14374, comment 8
initial v1 1 1 Same problem: Bridged network connection is broken after resuming from sleep. 2 2 3 Workaround: Close the VM and re-open (a full reboot isn't required, "restarting" the VM in VirtualBox by resuming from a saved VM state seems to restore connectivity. 3 Workaround: 4 1. Close the VM (saving machine state) 5 2. Re-open the VM 6 3. Then on guest run `systemctl restart network.service` 7 8 (A full reboot isn't required, "restarting" the VM in VirtualBox by resuming from a saved VM state seems to restore connectivity. 4 9 5 10 Host: VirtualBox 5.0.14 on Windows 7/64 bit … … 9 14 Notes: 10 15 * The guest sees the network go up/go down, from changing the state of the cable connection from Network Settings. 11 * The guest never receives any traffic as seen by tcpdump. 16 * The guest never receives any traffic as seen by tcpdump. 17 * No packets from the guest are seen on the host. 18 19 Steps to Reproduce: 20 1. Start Linux guest with bridge adapter 21 2. Verify guest network is working. 22 3. Put host system to sleep. 23 4. resume host system from sleep. 24 5. Try guest network. 12 25 13 26 I will attach a clean VBox.log. Let me know if there is other information that I can provide to help fix this.