Date: Fri, 29 Jul 2016 20:26:56 -0400 From: Randy Westlund <rwestlun@gmail.com> To: John Nielsen <lists@jnielsen.net> Cc: freebsd-current@freebsd.org Subject: Re: bhyve with lagg failover doesn't work on wifi Message-ID: <20160730002656.GK26793@gmail.com> In-Reply-To: <14F7DC55-3072-452F-AA70-1EA8701327E7@jnielsen.net> References: <20160729045652.GJ26793@gmail.com> <14F7DC55-3072-452F-AA70-1EA8701327E7@jnielsen.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--CqfQkoYPE/jGoa5Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. S= o what you are seeing is expected, unfortunately. >=20 > 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 u= se static internal IPs on your VMs. Enable IP forwarding (gateway_enable=3D= yes in rc.conf). Configure your firewall to NAT your private range out lagg= 0. >=20 > You can do other things with tunneling, etc. but you'll need a remote end= point 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 tr= affic, 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. --CqfQkoYPE/jGoa5Q Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXm/RQAAoJEGaweXjzNsmpbPIH/3xv5Kby7gtseHJAsTeOCewm OhtfOLrOlLAfMJ+kjxmpMWit5s/GtO2g33UgTV+is6kD2jkJpOdmW/Fx2bpEp+5k hkgEBvKWNFfEIWIl6Pyuy2Kdl7tsGtajEOulPYJiRLWGtBthE6RdKoEQI8o02E4v MRAhDdIhMT0gTK1MiTAHlPAmtAXV6J9AUmpZI283auY2aphfQ66liqPtkd+9hxUG 4xFNIrzca4K2Z7dC/lyYPqZH/NrjiGNb/ginqtTFxMLw2rfiw6SQn3Nf2YdQmI1R Z6/74poO5jYxMQZ3LzpJwKrZWI17M8ycAVYYZhojPXWCbLHJcnogX5oY3ZiH80w= =I7Lm -----END PGP SIGNATURE----- --CqfQkoYPE/jGoa5Q--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160730002656.GK26793>