Hello ,
Task
1 laptops appeared in the library. I want them to give all the settings from dhcp windows server 2012 via wifi, what I did in my internal network, plugged the first port of the mikrotik 951G-2HnD into the network, (reset the factory settings), set up eth1 + wlan1 in bridge, in ip-dhcp-client added to get the settings automatically, then set up wifi and everything is OK, everything works. 10 wifi laptops (wlan1) get all settings from the server 2012, Internet works
2. In the library for phones, I also need WIFI guest, I wanted to do it on the same mikrotik, made the second bridge called bridgewifi, also in wifi interfaces did wlan2 (the second access point for guests) connected bridgewifi + wlan2, made in mikrotik DHCP server and another network 192.168.88.0/24 and distributed to this bridgewifi
As a result, two access points 1 work as I want, second wifi point not works ----
The phone connect get IP, example 192.168.88.5 dns 192.168.88.1 gateway 192.168.88.1 no internet? I tried do this ip -firewall-nat-masquarade so that from the network 192.168.88.0.24 the same result
Your approach sounds OK, probably something small overlooked. Post the output of /export hide-sensitive here between code tags (the icon above the reply box).
TDW, !!! super 7 days I was looking for an answer to this question !!! very big thanks for you, my mistake was in this place
/ip firewall nat
add action=masquerade chain=srcnat out-interface=bridge1 src-address=192.168.88.0/24 , i don know about 24 in this place
in adress also is mistake but i was changing before i export it configuration 192.168.88.1/24 to 192.168.88.0/24