https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208241
Bug ID: 208241
Summary: [Hyper-V] VM network may not work over virtual switch
based on wireless NIC
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
I tried FreeBSD 11-CURRENT VM on Windows 10 host and found the VM network could
easily stop working about 5 minutes after the VM finished bootup.
After some debugging, it seems the host virtual switch has some issue for
wireless NIC. It seems if we change the default ARP expiration time from the
default 1200 seconds to 60s, the issue will disappear.
Details about the workaround:
Add "net.link.ether.inet.max_age=60" into /etc/sysctl.conf and reboot the VM.
Or, "sysctl net.link.ether.inet.max_age=60" and "arp -d -a".
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"