Hello,
I am attempting to isolate my Wifi connections from my LAN connection. I have setup these rules in the firewall used for Isolating them. I can get on the internet from Wifi and LAN successfully.
chain=forward action=drop src-address=10.10.219.0/24 dst-address=172.16.30.0/24 log=no log-prefix=""
chain=forward action=drop src-address=172.16.30.0/24 dst-address=10.10.219.0/24 log=no log-prefix=""
They are enabled but, I still ping from one network to another and I receive responses. When I look at the firewall rules and send ping commands I do not see that counters are incrementing at all. Is there anything I could be missing? Thanks for any help.