I had a RADIUSDesk installed in AWS. Web interface work corretly.
I configured a Mikrotik RB951 with user_guide in http://www.radiusdesk.com/docuwiki/user_guide/mikrotik/rb751
But when I try to login to hotspot the message is "RADIUS server is not respondig".
Timeout on Mikrotik is set to 5000ms.
I add my Mikrotik as Dynamic client; is correct that in NAS Devices list my NAS has an ip address 10.120.0.1 (is an ip not set in none ethernet)
I don't know how to troubleshotting the problem.
Thanks for support
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
did u check your credentials on MT site and freeradius both sites i think same credentials than it will work perfectly . In my case i face this problem after change MT password same like freeradius now its working .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Mikrotik registers first on RD on unknown Dynamic Radius Clients. You have to go from there and select it and afterwards attach it on the owner. The "secret" in RADIUS configuration of Mikrotik must be the same in /etc/freeradius/sites-enabled/dynamic-clients
# secret
FreeRADIUS-Client-Secret = "testing123"
Otherwise you have a messagge of "RADIUS server is not responding" after login attemp.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had a RADIUSDesk installed in AWS. Web interface work corretly.
I configured a Mikrotik RB951 with user_guide in http://www.radiusdesk.com/docuwiki/user_guide/mikrotik/rb751
But when I try to login to hotspot the message is "RADIUS server is not respondig".
Timeout on Mikrotik is set to 5000ms.
I add my Mikrotik as Dynamic client; is correct that in NAS Devices list my NAS has an ip address 10.120.0.1 (is an ip not set in none ethernet)
I don't know how to troubleshotting the problem.
Thanks for support
Hi Walter,
did u check your credentials on MT site and freeradius both sites i think same credentials than it will work perfectly . In my case i face this problem after change MT password same like freeradius now its working .
Hi Amjid, Intend the admin password of Mikrotik must to be the same of freeradius?
Hi Walter,
Have you opened up UDP port 1812 and 1813 to your server?
If you go to Menu -> Tools -> Logfile Viewer and you click on the Info icon, does it give feedback that FreeRADIUS is running?
Hi Dirk,
I opened all TCP and UDP ports for test.
In Logfile Viewer i had:
Tue Sep 27 21:35:12 2016 : Info : Loaded virtual server radiusdesk-plain
Tue Sep 27 21:35:12 2016 : Info : Ready to process requests
Tue Sep 27 21:35:31 2016 : Info : rlm_sql (sql),Need 4 more connections to reach 10 spares
Tue Sep 27 21:35:31 2016 : Info : rlm_sql (sql),Opening additional connection (6), 1 of 26 pending slots used
Tue Sep 27 21:36:20 2016 : Info : rlm_sql (sql),Closing connection (0),Hit idle_timeout, was idle for 68 seconds
Tue Sep 27 21:36:20 2016 : Info : rlm_sql (sql),Closing connection (5),Hit idle_timeout, was idle for 68 seconds
Tue Sep 27 21:36:20 2016 : Info : rlm_sql (sql),Need 5 more connections to reach 10 spares
Tue Sep 27 21:36:20 2016 : Info : rlm_sql (sql),Opening additional connection (7), 1 of 27 pending slots used
Tue Sep 27 21:38:25 2016 : Info : Signalled to terminate
Tue Sep 27 21:38:25 2016 : Info : Exiting normally
Thank you very much and congratulations for RADIUSDesk.
I have found the problem. User_guide in http://www.radiusdesk.com/docuwiki/user_guide/mikrotik/rb751 doesn't work for me.
Mikrotik registers first on RD on unknown Dynamic Radius Clients. You have to go from there and select it and afterwards attach it on the owner.
The "secret" in RADIUS configuration of Mikrotik must be the same in /etc/freeradius/sites-enabled/dynamic-clients
# secret
FreeRADIUS-Client-Secret = "testing123"
Otherwise you have a messagge of "RADIUS server is not responding" after login attemp.