Hello,
I'am searching for a comfortable way to block traffic between VLANs on an Mikrotik router.
For example I have a CCR1009 with the SFP+ port as VLAN-trunk with VLAN IDs 10, 20 and 100. The only way I found in the forums was to make individual firewall rules for each VLAN and each direction. So in this case I would need six rules:
block 10 -> 20
block 10 -> 100
block 20 -> 10
block 20 -> 100
block 100 -> 10
block 100 -> 20
Now, for few VLANs this might be an option, but as more and more VLANs will join this trunk, it would be some kind of uncomfortable (for 4 VLANs I would need 12 rules, for 5 VLANs there will be 20 rules and so on...).
So, is there a nicer way to do this - especially if there will be more new VLANs in time?