That said, can someone point me to where to read the background to why we have been saying for freeBSD bridges, put the ip on the bridge, not on the members?I know there is a reference to it on the freebsd handbook but I've not seen yet the why.
ifconfig
Forget the bridge and connect the two WAPs to the switch, save the headache of setting up the bridge.
.........
In the case of epair interfaces they have two ends. One on the host, which is probably a member of some bridge. And one end inside the jail. They are a virtual Ethernet cable.The IP address is configured on the end inside the jail.If you typeCode: [Select]ifconfigon the host, you will find that all of the vnetX.Y interfaces indeed do not have an IP address. So everything is fine.Possibly apart from your hosts physical network interface. If there is an IP address on that one, you should move it to the bridge. Otherwise IPv6 for your host and your jails is not going to work.
Quote from: Greg_E on October 10, 2024, 03:23:14 pmForget the bridge and connect the two WAPs to the switch, save the headache of setting up the bridge....Even if I had space for a second switch close to the router, I would give it a second thought. Yes, ASICs in a switch would make it more efficient. But, really, would they do so significantly?...