cancel
Showing results for 
Search instead for 
Did you mean: 

WIFI Controller C5210 - "Unable to connect to RADIUS servers"

WIFI Controller C5210 - "Unable to connect to RADIUS servers"

Kombe_Kaponda
New Contributor
Greetings,

We are using an extremE controller C5210 with WS-AP3715I Access Points and are getting a "Unable to connect to RADIUS servers" when ever we want to connect.

We have rebooted the radius server and the controller to NO avail.

Any pointers?

Thanks,
Kombe

18 REPLIES 18

Kombe_Kaponda
New Contributor
Still struggling with this issue. Suspect certificate. On the DC when I hit edit on that I just get:
Cannot configure EAP
A certificate could not be found that can be used with this Extensible Authentication Protocol

35b6a2eb21da473490c97a52dcfaa15a_RackMultipart20160317-23077-1e1ph1p-Wifi_EAP_Error_inline.png

Kevin_Armijo
New Contributor
make sure radius isn't running, from a command prompt, with root access run Radius in Debug mode to see exactly what is not working.

root@localhost:~# freeradius -XX

once executed, it will show you the details of all the modules and configuration as it loads and gets ready to run.

Kombe_Kaponda
New Contributor
The RADIUS server log look like below. how do i deal with the log:

Marking home server 10.1.0.60 port 1812 as zombie (it looks like it is dead).

I can Ping 10.1.0.60?

Radius Log
Scroll to Bottom

Wed Mar 9 18:18:59 2016 : Info: WARNING: Child is hung for request 2500 in component module . Wed Mar 9 18:19:00 2016 : Info: WARNING: Child is hung for request 2501 in component module . Wed Mar 9 18:19:02 2016 : Info: WARNING: Child is hung for request 2500 in component module . Wed Mar 9 18:19:04 2016 : Info: WARNING: Child is hung for request 2501 in component module . Wed Mar 9 18:19:07 2016 : Proxy: Marking home server 10.1.0.60 port 1812 alive again... we have no idea if it really is alive or not. Wed Mar 9 18:19:07 2016 : Info: WARNING: Child is hung for request 2500 in component module . Wed Mar 9 18:19:09 2016 : Info: WARNING: Child is hung for request 2501 in component module . Wed Mar 9 18:19:10 2016 : Info: WARNING: Child is hung for request 2483 in component module . Wed Mar 9 18:19:15 2016 : Info: WARNING: Child is hung for request 2500 in component module . Wed Mar 9 18:19:16 2016 : Info: WARNING: Child is hung for request 2501 in component module . Wed Mar 9 18:19:19 2016 : Info: WARNING: Child is hung for request 2484 in component module . Wed Mar 9 18:19:24 2016 : Info: WARNING: Child is hung for request 2487 in component module . Wed Mar 9 18:19:26 2016 : Info: WARNING: Child is hung for request 2500 in component module . Wed Mar 9 18:19:28 2016 : Info: WARNING: Child is hung for request 2501 in component module . Wed Mar 9 18:19:33 2016 : Proxy: Marking home server 10.1.0.60 port 1812 as zombie (it looks like it is dead). Wed Mar 9 18:19:35 2016 : Proxy: Marking home server 10.1.0.60 port 1812 as dead. Wed Mar 9 18:19:44 2016 : Info: WARNING: Child is hung for request 2500 in component module . Wed Mar 9 18:19:45 2016 : Error: Discarding duplicate request from client 172.16.1.21 port 45625 - ID: 233 due to unfinished request 2509

Yes but it depends on the flavour of linux that you are running, ubuntu is like this:

root@kubuntu-1:/home/gareth# /etc/init.d/freeradius restart
[ ok ] Restarting freeradius (via systemctl): freeradius.service.
Check the pid has changed by running this before/after the above:

root@kubuntu-1:/home/gareth# ps aux|grep rad
freerad 16437 0.0 0.4 126196 6944 ? Ssl 13:39 0:00 /usr/sbin/freeradius

Is their a way to restart Linux RADIUS service?
GTM-P2G8KFN