02-03-2017 09:28 AM - edited 07-05-2021 06:30 AM
Standalone AIR-AP1252AG-E-K9, 12.4(25d)JA1. FreeRadius server software is configured for EAP-TTLS.
Windows 10 client fails connecting to network (error message Can't Connect To This Network). No further errors in EventLog.
FreeRadius's log claims that the access was granted. So the AP is to blame.
dot11 ssid staff
vlan 11
authentication open eap eap_methods
authentication network-eap eap_methods
authentication key-management wpa optional
accounting acct_methods
guest-mode
I've been through many radius examples and all of them mention eap_methods but without any further explanation (what is the purpose?).
One example defined dot1x eap profile eap_profile. It's possible to define EAP profile (by adding methods like MD5, mschap). Is it required or recommended?
What are eap_methods and where are they defined? What is their purpose?
What are acct_methods and where are they defined? What is their purpose?
Solved! Go to Solution.
02-07-2017 02:38 PM
I suspect this is due to WPA (use TKIP as encryption method). See below post as well
see if you can get it working with a WPA2/AES, a sample config should look like below
A1142-1(config)#dot11 ssid TEST
A1142-1(config-ssid)# authentication open eap EAP_MTD
A1142-1(config-ssid)# authentication network-eap EAP_MTD
A1142-1(config-ssid)# authentication key-management wpa version 2
!
A1142-1(config)#interface Dot11Radio1
A1142-1(config-if)# encryption vlan 143 mode ciphers aes-ccm
See this post for detail
https://mrncciew.com/2013/11/14/autonomous-ap-with-external-radius/
HTH
Rasika
*** Pls rate all useful responses ***
02-07-2017 02:38 PM
I suspect this is due to WPA (use TKIP as encryption method). See below post as well
see if you can get it working with a WPA2/AES, a sample config should look like below
A1142-1(config)#dot11 ssid TEST
A1142-1(config-ssid)# authentication open eap EAP_MTD
A1142-1(config-ssid)# authentication network-eap EAP_MTD
A1142-1(config-ssid)# authentication key-management wpa version 2
!
A1142-1(config)#interface Dot11Radio1
A1142-1(config-if)# encryption vlan 143 mode ciphers aes-ccm
See this post for detail
https://mrncciew.com/2013/11/14/autonomous-ap-with-external-radius/
HTH
Rasika
*** Pls rate all useful responses ***
02-10-2017 08:46 AM
see if you can get it working with a WPA2/AES
That was it. Thank you.
02-10-2017 10:50 AM
Good to hear.
Glad to see your issue get resolved.
Rasika
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide