bhyve with lagg failover doesn't work on wifi

Randy Westlund rwestlun at gmail.com
Sat Jul 30 00:27:17 UTC 2016


On Fri, Jul 29, 2016 at 01:06:52PM -0600, John Nielsen wrote:
> Generally speaking, you can't bridge the station side of a wireless link. The access point will only accept frames with the station's MAC address. So what you are seeing is expected, unfortunately.
> 
> Your best bet is probably to do NAT. Take lagg0 out of the bridge and use it as your "public" interface. Assign a local IP to the bridge. Run a DHCP server on your host (or in another VM on the bridge if you like) or just use static internal IPs on your VMs. Enable IP forwarding (gateway_enable=yes in rc.conf). Configure your firewall to NAT your private range out lagg0.
> 
> You can do other things with tunneling, etc. but you'll need a remote endpoint for the tunnel. (If your access point runs FreeBSD you can use either vxlan or gif+EtherIP and just use the wireless link to carry the tunnel traffic, but I suspect that you want to roam between arbitrary access points.)

Thanks for the explanation, that makes perfect sense.  I hadn't
considered the implications of a layer 2 bridge to a wireless link.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20160729/cc34a24d/attachment.sig>


More information about the freebsd-current mailing list