Hello,
I have a RouterBoard 411AH with a R52Hn wireless NIC. I am having trouble getting it to connect to an Aruba AP. The RouterBoard is in station mode and we have successfully attached it to other networks.
We know it is attaching to the intended network, however, it times out while after receiving:
D8:C7:C8:FE:7E:F0@wlan1: EAP method 13 requested, proceed
Here is the current security-profile for this network:
RouterOS Security Profile
name="WLAN" mode=dynamic-keys authentication-types=wpa-eap,wpa2-eap unicast-ciphers=tkip,aes-ccm group-ciphers=tkip,aes-ccm
wpa-pre-shared-key="" wpa2-pre-shared-key="" supplicant-identity="002722988A71" eap-methods=eap-tls tls-mode=dont-verify-certificate
tls-certificate=cert1 static-algo-0=none static-key-0="" static-algo-1=none static-key-1="" static-algo-2=none static-key-2=""
static-algo-3=none static-key-3="" static-transmit-key=key-0 static-sta-private-algo=none static-sta-private-key=""
radius-mac-authentication=yes radius-mac-accounting=no radius-eap-accounting=no interim-update=0s radius-mac-format=XXXXXXXXXXXX
radius-mac-mode=as-username radius-mac-caching=disabled group-key-update=5m management-protection=disabled
management-protection-key=""
Here is a wpa supplicant configuration we have used to connect to this network with other devices.
WPA Supplicant Configuration
network={
ssid="NETWORK"
priority=1
scan_ssid=1
key_mgmt=WPA-EAP IEEE8021X NONE
pairwise=CCMP TKIP
group=CCMP TKIP
eap=TLS
identity="002722AA3395"
password=
phase2="auth=MSCHAPV2"
ca_cert="/etc/persistent/cert/cacert.pem"
client_cert="/etc/persistent/cert/cert.pem"
private_key="/etc/persistent/cert/key.der"
private_key_passwd="PASSWORD"
}
Is this something we can implement in RouterOS?