mrmut
1
I have a weird situation: when I enable CAP mode on WiFi card on 951Ui-2HnD, it connects and then the Capsman server (also a router) reports:

I don’t have a clue how that happens. I checked MAC addresses, and they are different on ether3 and the problem router.
Any ideas where I should look?
Is you setup using capsman forwarding or local ?
What is your config on the capsman and the cap ?
Ros version ?
mrmut
3
Forwarding is on capsman.
Router OS is: 6.44.5 LT
CAPSMAN:
/caps-man channel
add band=2ghz-onlyn control-channel-width=20mhz extension-channel=disabled frequency=2412,2437,2462 name="2.4GHz channels" reselect-interval=1h save-selected=\
yes skip-dfs-channels=no tx-power=27
/caps-man datapath
add bridge=V1 client-to-client-forwarding=no name=V1
add bridge=V2 client-to-client-forwarding=yes name=V2
add bridge=V1 client-to-client-forwarding=no name=V1-LINK
/caps-man rates
add basic=12Mbps name="N RATES" supported=12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm group-encryption=aes-ccm name=V1
add authentication-types=wpa2-psk encryption=aes-ccm name="V1 LINK"
add authentication-types=wpa2-psk encryption=aes-ccm name=V2N
/caps-man configuration
add channel="2.4GHz kanali" datapath=V1 distance=indoors installation=indoor name=V1 rates="N RATES" security=V1 ssid=V1
add channel="2.4GHz kanali" datapath=V1-LINK distance=indoors installation=indoor name="V1 LINK" rates="N RATES" security="V1 LINK" ssid=LINK
add channel="2.4GHz kanali" datapath=V2 distance=indoors installation=indoor name=V2N rates="N RATES" security=V2N ssid=V2N
/caps-man aaa
set called-format=mac:ssid interim-update=disabled mac-caching=disabled mac-format=XX:XX:XX:XX:XX:XX mac-mode=as-username
/caps-man manager
set ca-certificate=auto certificate=auto enabled=yes package-path="" require-peer-certificate=no upgrade-policy=suggest-same-version
/caps-man manager interface
set [ find default=yes ] disabled=no forbid=no interface=all
/caps-man provisioning
add action=create-dynamic-enabled common-name-regexp="" disabled=no hw-supported-modes="" identity-regexp="" ip-address-ranges="" master-configuration=V1 \
name-format=prefix-identity name-prefix=CAP radio-mac=00:00:00:00:00:00 slave-configurations="V2N,V1 LINK"
CAP:
/interface wireless
# managed by CAPsMAN
# channel: 2462/20/gn(27dBm), SSID: V1, CAPsMAN forwarding
set [ find default-name=wlan1 ] ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface wireless cap
#
set bridge=bridge1 certificate=request discovery-interfaces=bridge1 enabled=yes \
interfaces=wlan1
Cpasman address is give by DHCP.
Thanks.