I would like to isolate my hotspot network from the office lan. My lan is plugged into ether5. I have a wireless access point plugged into ether3-hotspot.
I have put these rules in but they have no effect:
add action=drop chain=forward comment=\
"Hotspot custom - isolate public/internal LAN" disabled=no in-interface=\
ether5 out-interface=ether3-hotspot
add action=drop chain=forward disabled=no in-interface=ether3-hotspot \
out-interface=ether5
Thanks!