Hi, I have a hAP AC and a hAP AC lite
My target is to create a CAPsMAN on hap ac in order to manage 2,4 / 5 radios of the same hap ac and 2,5 radio of hap ac lite. The 5 ghz radio of the hap ac lite should be used to connect to 5 ghz CAP of the hap ac.
hAP AP is my router, with dhcp server and all LAN stuffs configured on lan bridge
This is the bridge of hAP AC
/ip address
add address=192.168.1.1/24 interface="bridge1 - LAN" network=192.168.1.0
...
/interface bridge
add fast-forward=no name="bridge1 - LAN" protocol-mode=none
/interface bridge port
...
add bridge="bridge1 - LAN" interface="wlan2 - WiFi 5 GHz" priority=0x50
add bridge="bridge1 - LAN" interface="wlan1 - WiFi 2,4 GHz" priority=0x50
add bridge="bridge1 - LAN" interface="cap2 - Repeater 2,4"
add bridge="bridge1 - LAN" interface="cap1 - Local 2,4"
So, I configured the capsman (with certificates), enabled cap on the 3 radios and configured 5 ghz radio of hap ac lite in station-pseudobridge (station-bridge doesn’t work).
This is the bridge of hAP AC lite
/ip address
add address=192.168.1.8/24 interface="wlan2 - PTP 5 GHz" network=192.168.1.0
/interface bridge
add fast-forward=no name="bridge1 - LAN" protocol-mode=none
/interface bridge port
add bridge="bridge1 - LAN" interface=ether1
add bridge="bridge1 - LAN" interface=ether2
add bridge="bridge1 - LAN" interface=ether3
add bridge="bridge1 - LAN" interface=ether4
add bridge="bridge1 - LAN" interface=ether5
add bridge="bridge1 - LAN" interface="wlan1 - WiFi 2,4 GHz"
add bridge="bridge1 - LAN" interface="wlan2 - PTP 5 GHz"
So capsman starts to send errors: “removing stale connections because of ident conflict”
What’s wrong with the conf?
Right now I managing with hAP AC CAPsMAN only 2,4ghz radios. 5ghz hap ac radio is in ap bridge and 5ghz hap ac lite radio is in station-pseudobridge mode (station-bridge works too). This configuration works, but I would like all of my radios to be controlled by CAPsMAN.
Thanks in advance for any tip.
Simone