Goal:
CAP2N in bridge mode (no dhcp server). There are 2 physical interfaces (ether and wlan = bridge local). Almost default settings in Mikrotik so far. As router (and DHCP Server) works Bbox3 (from Belgian provider Proximus). I would like to have 2 serparated WLAN’s (1st one as proper network, the 2nd one as network for guests). Both networks must be separated. What is the best solution to achive this goal?
If your main router can handle VLANs, then create one for guests, with DHCP server, etc. Then on Cap create virtual AP, add it to bridge and give it vlan-mode=use-tag vlan-id=.
There is no need for vlans. Just create two bridges on main router and set them as separate IP networks with isolation as it suits you. Then use virtual wifi option on cap interfaces to bridge main wifi to main bridge and virtual wifi to secondary bridge.
That is what I have done. Unfortunately I couldn’t use VLAN’s because modem/router from the provider is fully blocked and this way would not work.
Thank you very much for help.