as we all know mikrotik networks tends to grow, and so do mine also but how to block cross traffic
I have my main lan, IoT and guest network
the way i have done it so far is to drop package in firewall from:
lan to IoT
lan to guest
guest to lan
guest to IoT
IoT to lan
IoT to guest
but with a incomming of 2x VPN(work and (change my ip geo-block)) is going to take it to 20 block rules i the firewall, isn’t there an easier way to do it?
Might be easier (or not, depending on particular situation) to explicitly allow only what should be allowed and drop everything else. In principle safer as well (one can hardly ‘forget’ to
block something as missing “allow” tends to be much more obvious).
In general for firewall rules:
single address: use IP address .88/32
single subnet: use Address .0/24
Multiple Local Subnets: use interface lists
Multiple users, less than a subnet, could be across subnets: use firewall address list.
Multiple users AND subnet or subnets: use firewall address list
Remote subnets: use firewall address list.