Mikrotik with TP-Link VLAN and Hotspot-Service

Hi there,

I have the following scenario :
Unbenanntes Diagramm.jpg
The TP- Link has the following SSIDs

SSID with VLAN 1 Public 20
SSID 2 Secure with VLAN 10

the TP-Link is connected to the at Mikrotik Ether5 slave.

On the Mikrotik I have 2 VLAN created on Ether5 - slave:

/ interface vlan
add arp = enabled disabled = no interface = ether5 -vlan -wireless l2mtu = 1594 mtu =
1500 name = vlan10secured use- service- tag = no vlan -id = 10
add arp = enabled disabled = no interface = ether5 -vlan -wireless l2mtu = 1594 mtu =
1500 name = vlan20public use- service- tag = no vlan -id = 20

After this I’ve created a 2 Bridges for the VLAN 10 and VLAN 20 and one for the 've added according to the VLAN interface and the internal WLAN from Mikrotik .

Then I put the hotspot service on the bridge for VLAN 20 and the DHCP server switched to the bridge.

Internal WLAN from Mikrotik works one-way free and you can get to the Internet.

If you connect with the TP-Link WLAN Public gets you no DHCP assigned address … manual assignment of IP also does not help … it seems traded no traffic at Mikrotik .

Also the Secure WLAN shows no reaction on connection.


Does anyone have an idea what I need to set exactly on the Ether5 , so that the two VLANs are treated separately accordingly?

Thanks in advance
Unbenanntes Diagramm.jpg

What do you run on the TP-Link? OpenWRT?

we solved the problem.. we changed to ubiquiti wlan ap

bridge-local → Port 5

bridge-vlan10 → vlan10-interface, port 2 3 4 and wlan
bridge-vlan20 → vlan20-interface private wlan

hotspot-service works on bridge-vlan10
dhcp has one pool for bridge-vlan10 and one pool for bridge-vlan20

and now it works great