Hi experts!
Could you help me please with configuration? I have 2 MikroTik devices, and I’m trying to create a “guest” wifi network.
R2: MikroTik-RB3011UiAS - “main” device, ports:
eth1 → WAN
eth9 → R2
eth2…eth8, eth10 → devices
R2: MikroTik-RB962UiGS - “secondary” device used as Wifi AP
eth1 → R1
eth2… eth4 → devices
wifi2.4Ghz → my network
The R2 should be a “dummy” device, the DHCP server should be on R1. I want to create 2 VLANs:
VLAN1: home network, all my devices, no restrictions, address range 10.0.0.0/24
VLAN2: guest network, only internet access (WAN), can’t access VLAN1 devices, address range 10.0.200.0/24
Basically I want to have these 2 VLANs on both routers (2 virtual networks). How to achieve this with the new bridge implementation (VLAN filtering)?
I’ve created Virtual guest wifi AP, with VLAN tagging (let’s say 2).
I’ve created trunk ports with 2 VLAN interfaces on both routers: R1: eth9_vlan1, eth9_vlan2; R2: eth1_vlan1, eth1_vlan2
I’ve created address range, pool, DHCP server for VLAN2 on R1
My problem is, how to connect those trunk ports with other ports (the Guest Virtual AP and WAN). Do I need 2 bridges on both devices or on bridge with filtering?
Thank you!
Ladislav