I run a small WISP and would like to place a MikroTik at each of 3 tower sites. I’d like to subnet and route each site to my backhaul for optimal performance. My topology at a tower site is as follows:
CPE —[wireless]—> AP (bridge) —[hardwired]—> BACKHAUL
I’m thinking of setting it up like this:
CPE —[wireless]—> AP (bridge) —[hardwired]—> MikroTik Router —[hardwired out gateway]—> BACKHAUL
I’d like to configure each CPE with a /30 to keep broadcast traffic isolated and minimize contact between devices. I tested this scenario with 2 devices in an unmanaged switch then plugged into port 5 of a MikroTik router. I configured MikroTik port 5 with the following:
IP: 192.168.105.37/30
IP: 192.168.105.41/30
I also configured the corresponding DHCP networks and pools and configured next pool for when the single IP was used up. All of this works great. My question is this. When configured like this, both subnets seem to have some broadcasts (only certain protocols) being sent to the other network (for example, NBNS, SSDP). I’d like to prevent all broadcasts between networks but I suspect this is occurring because both devices are plugged into the same port. For what’s it’s worth, I configured port 4 of the MikroTik with another /30 and tested this way and no broadcasts spilled between the 2 subnets when watching on Wireshark. All of my CPE’s are going to be coming in on the same interface as simulated here as the AP is in bridge mode. Is there a simple way for me to prevent the broadcasts from going between subnets?