Topic: Security - blocking inter client traffic
QUESTION:
I have a openwrt (x-wrt) / chillispot running on a wrt54gl with openwrt wrt54gl APs attached to the LAN ports via CAT5 operating a public wisp. The wlan and lan ports are bridged together as br0 and this is the interface that Chilli is managing and the wlan interface for IPTABLES.
On the APs I enabled 'Isolate WLAN clients' (which is inter BSS or layer 2 blocking), and as desired, 2 clients on the same AP are not able to network together. However, clients attached to different APs are able to network together and I would like a suggestion on how to block this.
My initial thinking is to utilize IPTABLES to block all traffic from br0 to br0. However:
1. I do not have much experience with IPTABLES and I have been unable to decipher online websites.
2. I do not understand exactly how Chillispot works with IPTABLES
Do you think that it is feasible to use IPTABLES to accomplish my goal - layer 2 blocking/isolation of all clients attached to the network? If yes, please provide specific IPTABLES rule / configuration.