I’ve tried to created a double acces point, one private for me with acces to my home local network and one public for guests with only internet acces.
The public wifi work well but i can’t make working the public wifi, it can’t acces to internet.
i’ve a mikrotik cap lite connected an a lan port of my internet router (192.168.1.254)
For the guest wifi :
wlan2 - arp = enabled - mode = ap bridge - master interface = wlan1 - wmm support = disabled - wds mode = disabled
ip / addresses = 20.20.20.0/24 - 20.20.20.0 - interface = wlan2
ip / pool - dhcp_pool4 = 20.20.20.20-20.20.20.154
ip / firewall / nat - src adress = 20.20.20.0/24 - out interface = bridge - srcnat - masquerade
ip / dhcp server - name = dhcp1 - adress pool = dhcp_pool4 - authoritative=yes
→ in the up left side of the screen it is write : ‘invalid’ and the line is in grey.
ip / routes - wlan2 unreachable
I can’t see there is a problem but i don’t undertand it.
As OP is running DHCP client on bridge, default route should be dynamically configured by that … and will not be seen in export (only in /ip route print). Other routes are not needed.