Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 23620

Beginner Basics • Re: How to block subnet to subnet access

$
0
0
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



Viewing all articles
Browse latest Browse all 23620

Trending Articles