Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 13:16:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 208241] [Hyper-V] VM network may not work over virtual switch based on wireless NIC
Message-ID:  <bug-208241-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208241

            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: freebsd-bugs@FreeBSD.org
          Reporter: decui@microsoft.com

I tried FreeBSD 11-CURRENT VM on Windows 10 host and found the VM network c=
ould
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=3D60"  into /etc/sysctl.conf and reboot th=
e VM.

Or, "sysctl net.link.ether.inet.max_age=3D60" and "arp -d -a".

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208241-8>