Hi,
I have a Hex S RB760iGS router and an Edge Switch Ubiquiti.
I created 3 vlans, I also set up on a switch and everything works.
e.g. on port 1 of the switch I have vlan 10, and on port 5 of the switch I have vlan 20 - everything is ok here.
The problem is that when I’m connected to port 5 and I’m in vlan20, I can see devices and ping from Vlan 10, and I don’t want it to be like that.
I need to isolate the network from each other, each one has to have access to the Internet, but not to see each other.
I added rules like the one below in FW, but it doesn’t change anything:
add action = drop chain = forward in-interface = vlan10 out-interface = vlan20
add action = drop chain = forward in-interface = vlan20 out-interface = vlan10
How should I configure it?