I wanted to make a network with 3 separated VLANs
- 10.140.1.0/24
- 10.140.2.0/24
- 10.140.3.0/24
So I hooked up two routers TL-WR740n with Openwrt installed, and started experiments.
First router(10.140.X.1) works as a DHCP server, second (10.140.X.2)just as a client with second set of ports.
I made three vlans - each is linked to coresponding port number.
On port 4 all VLANs are tagged - it's used to connect two devices.
I want to completely separate VLANs. But when I'm on VLAN1(subnet 10.140.1.X) I can open a panel of router(10.140.2.1) from VLAN2(subnet 10.140.2.X).
Why? How can I block a interVLAN traffic?
I made a separate zones for each VLAN - and blocked forwarding from VLAN1 to VLAN2(just to try).
It doesn't help me - i still can open a router site 10.140.2.1(VLAN2) having address 10.140.1.140, and being on VLAN1.
Thank You in advance!