Hi,
Small problem that I’m trying to overcome.
I usually use Mikrotik that acts as a router (NATting, DHCP etc) as well as CapsMan manager and with this scenario my setups always work.
Right now I have a scenario were unifi gateway is the main device and a mikrotik router connected on LAN side acts purely as CapsMan manager. There are 100+ cAPs and it all works, they are getting IP from Unifi, all fine with local forwarding (each cAP has separate Wifi name, local DHCP etc)
The problem starts when I want to create a global guest network with tagged VLAN. Let’s say VLAN 50. This only works if I create a VLAN on CapsManager but all the traffic is routed via this device, it’s not routed directly to the unifi router.
Is there any way to get around it?
/caps-man datapath
add bridge=bridge_Internet client-to-client-forwarding=no name=datapath1 vlan-id=50 vlan-mode=use-tag
This works only if the CapsMan manager has:
/interface vlan
add interface=bridge_Internet name=vlan50 vlan-id=50