Hello there.
I’ve been running a really strange problem. When I run my wireless network on my 951Ui-2HnDvia via “direct” (no CAPsMAN involved) configuration, everything works fine: internet works on all devices and I’m able to broadcast from my smartphone to Chromecast, for instance. But if I use the same configurations (at least how I see), but using CAPsMAN (I have two 941-2nD - hAP Lite - on my network as CAPs, but disabled for the moment), internet works fine for all devices, but the Chromecast is not reachable.
Here are my configurations when configured to CAPsMAN:
/caps-man configuration
add channel.band=2ghz-b/g/n channel.control-channel-width=20mhz country=\
brazil datapath.bridge=bridge-guest name=guest-config \
security.authentication-types=wpa-psk,wpa2-psk security.encryption=\
aes-ccm security.passphrase=(****) ssid="JM - Convidado"
add channel.band=2ghz-onlyn channel.control-channel-width=20mhz \
channel.extension-channel=Ce country=brazil datapath.arp=enabled \
datapath.bridge=bridge datapath.l2mtu=1600 datapath.mtu=1500 name=\
main-config security.authentication-types=wpa-psk,wpa2-psk \
security.encryption=aes-ccm security.passphrase=(****) ssid=\
"Joao e Maria"
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk management-protection=allowed mode=\
dynamic-keys name=home-security-profile supplicant-identity=MikroTik \
wpa-pre-shared-key=(****) wpa2-pre-shared-key=(****)
add authentication-types=wpa-psk,wpa2-psk management-protection=allowed mode=\
dynamic-keys name=guest-security-profile supplicant-identity=router-main \
wpa-pre-shared-key=(****) wpa2-pre-shared-key=(****)
/interface wireless
# managed by CAPsMAN
# channel: 2412/20-Ce/gn(30dBm), SSID: Joao e Maria, CAPsMAN forwarding
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \
distance=indoors frequency=auto mode=ap-bridge security-profile=\
home-security-profile ssid="Joao e Maria" wireless-protocol=802.11 \
wps-mode=disabled
add keepalive-frames=disabled mac-address=D6:CA:6D:C6:AE:02 master-interface=\
wlan1 multicast-buffering=disabled name=wlan2 security-profile=\
guest-security-profile ssid="JM - Convidado" wds-cost-range=0-4294967295 \
wds-default-bridge=bridge-guest wds-default-cost=0 wps-mode=disabled
/caps-man manager
set enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=main-config \
slave-configurations=guest-config
/interface wireless cap
#
set caps-man-addresses=127.0.0.1 enabled=yes interfaces=wlan1
And here the “direct” configuration:
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk management-protection=allowed mode=\
dynamic-keys name=home-security-profile supplicant-identity=MikroTik \
wpa-pre-shared-key=(****) wpa2-pre-shared-key=(****)
add authentication-types=wpa-psk,wpa2-psk management-protection=allowed mode=\
dynamic-keys name=guest-security-profile supplicant-identity=router-main \
wpa-pre-shared-key=(****) wpa2-pre-shared-key=(****)
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \
disabled=no distance=indoors frequency=auto mode=ap-bridge \
security-profile=home-security-profile ssid="Joao e Maria" \
wireless-protocol=802.11 wps-mode=disabled
add disabled=no keepalive-frames=disabled mac-address=D6:CA:6D:C6:AE:02 \
master-interface=wlan1 multicast-buffering=disabled name=wlan2 \
security-profile=guest-security-profile ssid="JM - Convidado" \
wds-cost-range=0-4294967295 wds-default-bridge=bridge-guest \
wds-default-cost=0 wps-mode=disabled
Could anyone tell me what’s wrong, or at least point me in the direction?