Hello, How can I check if NAS is receiving the Radius authentication packets? I'm asking because I had a problem: my NAS was the wrong secret and didn't receive the Radius authentication packets. For this reason my pool ended. Thanks Aurelio
On Mon, Mar 21, 2016 at 09:53:08AM -0300, Aurélio de Souza Ribeiro Neto wrote:
How can I check if NAS is receiving the Radius authentication packets?
Normally NAS logs or network packet capture. Matthew -- Matthew Newton, Ph.D. <mcn4@le.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>
Matthew, Thanks! I'm new in FreeRadius. Could you help me? Where can I found NAS logs? Aurélio Em 21/03/2016 10:07, Matthew Newton escreveu:
On Mon, Mar 21, 2016 at 09:53:08AM -0300, Aurélio de Souza Ribeiro Neto wrote:
How can I check if NAS is receiving the Radius authentication packets?
Normally NAS logs or network packet capture.
Matthew
Hi,
How can I check if NAS is receiving the Radius authentication packets?
look at NAS config/debug etc - the NAS gets auth packets from clients...not a RADIUS issue
I'm asking because I had a problem: my NAS was the wrong secret and didn't receive the Radius authentication packets. For this reason my pool ended.
if the NAS has incorrect shared secret then the RADIUS server will ignore it. the NAS will still get requests from the client. alan
Hi! Em 21/03/2016 10:33, A.L.M.Buxey@lboro.ac.uk escreveu:
if the NAS has incorrect shared secret then the RADIUS server will ignore it. the NAS will still get requests from the client.
It's exactly my problem! The NAS still get requests and my pool ends! How can I prevent it? Many Thanks Aurelio
On Mar 21, 2016, at 10:15 AM, Aurélio de Souza Ribeiro Neto <netolistas@mpc.com.br> wrote:
Em 21/03/2016 10:33, A.L.M.Buxey@lboro.ac.uk escreveu:
if the NAS has incorrect shared secret then the RADIUS server will ignore it. the NAS will still get requests from the client.
It's exactly my problem! The NAS still get requests and my pool ends! How can I prevent it?
Use the correct shared secret. If your computer breaks because you poured coffee on it, don't ask "How do I make my computer waterproof". Stop pouring coffee on it. Alan DeKok.
Hello, When FreeRadius uses the checkrad to check simultaneous use? When FreeRadius receives an authentication Packet, what's the flow? I'm using MySQL. In FreeRadius manual the Authentication Flow is: Authorize: Radwho or Checkrad? Auhtenticate Post-Auth Send Response I don't know If i'm clear, but I want to know What's the sequence of Radwho and Checkrad in process. Thanks
Run in full debug mode and you'll see exactly. ..EXACTLY... what the server is doing . It's not hiding anything. alan
participants (5)
-
A.L.M.Buxey@lboro.ac.uk -
Alan Buxey -
Alan DeKok -
Aurélio de Souza Ribeiro Neto -
Matthew Newton