If I have 3 VLANs on a MikroTik and I want to prohibit traffic from one talking to another, what’s the best way to do that?
Obviously I can setup firewall rules, but before I do this I wanted to see if there was a simpler way, or a simple set of firewall rules that might do it?
Is there an easier way than making a rule on each VLAN specifically blocking access to the other VLANs?
For example a rule like (if dst-address!=10.200.93.1 then block). Problem with this rule is it blocks Internet access as well. I guess I could create an ip-list and then include that but I feel like I’m duplicating things over and over.
Yeah I guess that’s where I’ll end up going. That just seemed like it was a lot of duplication. What exactly is putting the /23 in there going to do? That doesn’t seem like it would work out properly.