I recently came across Mikrotik products and so far I am loving it. I bought a couple of RB750GLs and RB751U-2HNDs. I am using a RB750GL with VLANS in a “Router on a stick” situation. It works great and clients on the appropriate VLAN are able to DHCP and acquire their correct IP addresses from the router. The router is providing NATing to allow clients to access the internet and all works well. The only issue is that clients from one VLAN are able to communicate with clients on another VLAN and I know that this is the router doing its job. Is there a way to disable inter vlan communication? Right now there are only 3 VLANs but this should grow later on.
I have rules like:
Drop traffic from VLAN A to VLAN B
Drop traffic from VLAN B to VLAN A
Drop traffic from VLAN A to VLAN C
Drop traffic from VLAN C to VLAN A
Drop traffic from VLAN B to VLAN C
Drop traffic from VLAN C to VLAN B
…
You could see how this will not scale as the number of VLANs increase.
I have port 2 of the mikrotik connected to a trunk port on a switch and then wireless wired and wireless clients are able to DHCP and browse the net fine in their respective VLANS. For now, I have put away the wireless access point and switch and am connecting two laptops to port 4 and 5 on the mikrotik router which are in VLANS 11 and 10 respectively. How would the bridge filter work in this case? Have I implemented the VLANS correctly? The only thing that I have issues with is separating the traffic from routing across the VLANS through the router. Also, is there a way to allow specific traffic to be router across the VLANS? I have looked at http://forum.mikrotik.com/t/multiple-dhcp-servers-networks-vlan-help-one-doesnt-work/72992/1 and see something similar to what I want to do but I am not sure whether how to apply it to my situation. Am I confusing things with the bridges?