Hello all, I am puzzled currently; the configuration is as follows:
eth1 - wan
eth2-6 bridge1
eth9-10 bridge2
Each bridge has different IP and there are two DHCP servers working on each bridge. Everyone gets to internet, and DHCP works, etc. I have default Firewall rules.
What gets me is that devices from two different bridges can see each other, even if they are on different subnets. How can I prevent that? I have two different networks that use the same router and internet access, but must not see each other.
I’m almost certain that it is possible to do it with interfaces. My view, however, is that it is un-intuitive as you’re trying to prevent L3 connectivity using L1 filtering.
Yes that is possible by using the bridge as the in- or out-interface. Lists are possible too.
It is in fact better (especially for the incoming interface) as it does not rely on the “valid” addresses on that interface
so it blocks invalid addresses as well. (packets sent with forged source address)