For a full isolation of the subnets you should have two drop forward rules:
Code:
/ip firewall filteradd chain=forward action=drop src-address=192.168.0.0/24 dst-address=10.0.0.0/24add chain=forward action=drop src-address=10.0.0.0/24 dst-address=192.168.0.0/24
Statistics: Posted by TheCat12 — Fri Apr 05, 2024 7:33 pm