FreeRADIUS - The authentication server is unresponsive.
Hello FreeRADIUS experts, hope you are all well! Not sure where or what did i configure wrong, most thing are in default but still facing "The authentication server is unresponsive" error. I've complied step by step what i did in below docs, please help advice me where im wrong. Step by step: https://docs.google.com/document/d/1FE0Db4OacQjbCk_2ba QQ9WsOEDChDK6uomW3kJGgxtA/edit?usp=sharing Any and all help is much appreciated.
Hi,
Not sure where or what did i configure wrong, most thing are in default but still facing "The authentication server is unresponsive" error.
have you verified, eg by command line, that the RADIUS server is working? have you verified that the access point/device can actually talk to the RADIUS server - firewall on the RADIUS server? alan
Hi Alan, Yes, RADIUS server is working as well "verified that the access point/device can actually talk to the RADIUS server" (yes, the Freeradius -X & User Login Log confirms this :), no firewall setup on the RADIUS server. On Thu, Aug 18, 2016 at 4:46 PM, <A.L.M.Buxey@lboro.ac.uk> wrote:
Hi,
Not sure where or what did i configure wrong, most thing are in default but still facing "The authentication server is unresponsive" error.
have you verified, eg by command line, that the RADIUS server is working?
have you verified that the access point/device can actually talk to the RADIUS server - firewall on the RADIUS server?
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
-- - NavinS
Hi Alan, Hope this helps, 1. Freeradius -X <https://docs.google.com/document/d/1uNCrlGfIl9TzTaX_o-ba1l4CoRdMf6axVWRk7zHXpqI/edit?usp=sharing> 1. User Login Log <https://docs.google.com/document/d/1HUTU5akD765yMSf-eY56PRLPG1y9n5x6nYug1l2pDZw/edit?usp=sharing> On Thu, Aug 18, 2016 at 4:54 PM, NavinS Luthor <gua@navins.biz> wrote:
Hi Alan,
Yes, RADIUS server is working as well "verified that the access point/device can actually talk to the RADIUS server" (yes, the Freeradius -X & User Login Log confirms this :), no firewall setup on the RADIUS server.
On Thu, Aug 18, 2016 at 4:46 PM, <A.L.M.Buxey@lboro.ac.uk> wrote:
Hi,
Not sure where or what did i configure wrong, most thing are in default but still facing "The authentication server is unresponsive" error.
have you verified, eg by command line, that the RADIUS server is working?
have you verified that the access point/device can actually talk to the RADIUS server - firewall on the RADIUS server?
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list /users.html
-- - NavinS
-- - NavinS
Hi,
Freeradius -X <https://docs.google.com/document/d/1uNCrlGfIl9TzTaX_o-ba1l4CoRdMf6axVWRk7zHXpqI/edit?usp=sharing>
1. User Login Log <https://docs.google.com/document/d/1HUTU5akD765yMSf-eY56PRLPG1y9n5x6nYug1l2pDZw/edit?usp=sharing>
1) dont do this - just paste to the list! 2) just provide one single file...server start up and the user auth anyway, user auth shows Sending Access-Accept of id 1 to 10.1.1.133 port 64969 Message-Authenticator := 0x00000000000000000000000000000000 Session-Timeout := 3600 Idle-Timeout := 60 Acct-Interim-Interval := 60 Reply-Message := "Accepted" so the RADIUS server has authenticated the user - now, the NAS or the client is the one with issue. alan
1) Sorry, will follow in future :) 2) Ok. FYi, *3) NAS* [image: Inline image 3] [image: Inline image 4] [image: Inline image 1] [image: Inline image 2] *4) Clients ( **/etc/freeradius/clients.conf )* client localhost { ipaddr = 127.0.0.1 secret = testing123 require_message_authenticator = no nastype = other # localhost isn't usually a NAS... } Alan, im using daloRADIUS VM GUI <https://sourceforge.net/projects/daloradius/files/daloradius/daloRADIUS%20VM/>, there for i didn't edit any file in "/etc/freeradius/" On Fri, Aug 19, 2016 at 4:29 PM, <A.L.M.Buxey@lboro.ac.uk> wrote:
Hi,
Freeradius -X <https://docs.google.com/document/d/1uNCrlGfIl9TzTaX_o- ba1l4CoRdMf6axVWRk7zHXpqI/edit?usp=sharing>
1. User Login Log <https://docs.google.com/document/d/1HUTU5akD765yMSf- eY56PRLPG1y9n5x6nYug1l2pDZw/edit?usp=sharing>
1) dont do this - just paste to the list!
2) just provide one single file...server start up and the user auth
anyway, user auth shows
Sending Access-Accept of id 1 to 10.1.1.133 port 64969 Message-Authenticator := 0x00000000000000000000000000000000 Session-Timeout := 3600 Idle-Timeout := 60 Acct-Interim-Interval := 60 Reply-Message := "Accepted"
so the RADIUS server has authenticated the user - now, the NAS or the client is the one with issue.
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
-- - NavinS
On Fri, Aug 19, 2016 at 04:51:50PM +0800, NavinS Luthor wrote:
Alan, im using daloRADIUS VM GUI <https://sourceforge.net/projects/daloradius/files/daloradius/daloRADIUS%20VM/>, there for i didn't edit any file in "/etc/freeradius/"
So you should probably be asking daloRADIUS why it isn't working.
From your other posts -
FreeRADIUS 2.1.10 is ancient, end-of-life, and not supported any more.
Not sure where or what did i configure wrong, most thing are in default but still facing "The authentication server is unresponsive" error.
As Alan has already written, your RADIUS server is returning an Access-Accept. So there is a firewall or similar blocking the reply packet to the NAS. This isn't a RADIUS problem. Matthew -- Matthew Newton, Ph.D. <mcn4@leicester.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
Hi Matthew, Noted, will get back after install FreeRadius Version 3.0.11. Thanks! On Fri, Aug 19, 2016 at 5:43 PM, Matthew Newton <mcn4@leicester.ac.uk> wrote:
On Fri, Aug 19, 2016 at 04:51:50PM +0800, NavinS Luthor wrote:
Alan, im using daloRADIUS VM GUI <https://sourceforge.net/projects/daloradius/files/ daloradius/daloRADIUS%20VM/>, there for i didn't edit any file in "/etc/freeradius/"
So you should probably be asking daloRADIUS why it isn't working.
From your other posts -
FreeRADIUS 2.1.10 is ancient, end-of-life, and not supported any more.
Not sure where or what did i configure wrong, most thing are in default but still facing "The authentication server is unresponsive" error.
As Alan has already written, your RADIUS server is returning an Access-Accept. So there is a firewall or similar blocking the reply packet to the NAS. This isn't a RADIUS problem.
Matthew
-- Matthew Newton, Ph.D. <mcn4@leicester.ac.uk>
Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom
For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk> - List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
-- - NavinS
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Matthew Newton -
NavinS Luthor