I have three VLANs, Computer, IoT and Camera. I want to block traffic from IoT to the other VLANs.
Screenshot_20251016_135104.png
When I join the IoT network with my computer, I can still access the Computer and Camera networks. What am I doing wrong?
Change second rule to:
- action block instead of allow
- source IoT net without the invert flag
That should do it.
Thanks Patrick, that was it.