I'm using an N16 with Shibby's 1.28.0000 MIPSR2-112 K26 USB AIO
I have several access points that are connected into a large switch. The switch then connects to my router through br0.
How do I isolate every user from each other on the network.
Example.. I don't want user A to ping user B, or vice versa, but they still connect to the internet.
And can I add two or three exceptions to this rule? If not, thats okay.
I found this but I'm not sure how to implement it.
wl -i wl0.1 ap_isolate 1
ebtables -I FORWARD -i wl0.1 -o wl0.1 -j DROP
I appreciate the help.