I’m failing to set up a guest wlan in this scenario. Hope here I can find help.
I have a lan. 192.168.8.0/24. I put an mAP with only all bridge in that lan (eth1), this way I have free port as before (now eth2) for a PC and a wireless AP for connecting a wireless printer on that point. The DHCP server is already present on this lan, here all bridged.
I want to set up a guest (isolated) AP on this mAP and I 'm having a lot of probles because cant run DHCP on slave interfaces, filter bridges (as quickset) doesn’t run if mAP is full bridged, VLan attempst doesn’t gives me wan access…
The solution would be to create the Virtual AP as you probably did, add it to a second bridge and after that continue configuring DHCP (the bridge will be the interface on which it should be running), firewall rules, etc.
Implement separate VLAN for LAN and guest and assign DHCP servers per VLAN. Adjust firewall accordingly. This will fix your problems, including red dhcp (which is red because wlan interface is considered disabled until at least single client is connected, and dhcp on disabled interface is red indeed).
For such a simple setup VLANs would be a pushover in my opinion. Appropriate firewall rules and assigning the wlan1 interface to a bridge to be used for DHCP so that it doesn’t show red should be enough
There’s not much of configuration related to VLANs in this setup. Bridge filter, two interfaces, move IP from bridge to lan vlan, appropriate datapath per wlan. Then what you said: firewall and so on.
Your solution works too tho, it’s fine. It’s just my opinion that it should be configured this way
You can probably don’t mess with adding bridge port manually and setting wireless as tagged, but you should set bridge as tagged on required vlans, rest will do datapath for you. This config works on my ax3 fine. Remember to configure firewall so VLANs have internet access and can’t access each other.