05-04-2023 05:26 AM
Hi.
I'm doing an intership and I'm trying to configure un radius server on a AP7522. My server is all set on a Windows server 2019. I'm trying to configure the wifi AP (AP7522) and frankly I'm lost. I've tryed every ressource I could think of (I've even asked chatGPT, it shows how desperate I am) with no success.
So, I'm open to every suggestion you may have 🙂
05-04-2023 01:06 PM
hi
you can debug the authentication process, when you connect your client with this command:
#remote-debug wireless rf-domain <your-rf-domain> clients <client mac address>max-events 10000 duration 600 events eap radius wpa-wpa2
this will show you the handshake on the eap side (client <>ap) as well as on the radius side (ap <> nps).
if you want to see other frames you can vary the options from events. (use ? for possible options)
can you post such a debug from connecting a device?
also there should be some log messages on the nps side you can check.
nr
rmu
05-04-2023 06:32 AM
Thank you for your response. Could you eaborate the last paragraph about my client not set to validate server certificate, please?
05-04-2023 06:32 AM - edited 05-04-2023 07:50 AM
Here are a couple of articles that may help:
https://extremeportal.force.com/ExtrArticleDetail?an=000082131
https://extremeportal.force.com/ExtrArticleDetail?an=000082477
In short:
I hope this helps,
05-04-2023 05:39 AM
Hi!
only search EAP-TLS for create de NPS in windows server and put the the shared key in the AP, if remember in the site exist a parcial doc for EAP with wing.
🙂