Community discussions

MikroTik App
 
felipesilveira
just joined
Topic Author
Posts: 4
Joined: Fri May 13, 2011 9:14 pm

[SOLVED] Radius Timeout problem after 5.2 upgrade

Mon May 16, 2011 3:28 pm

Hello all, we have some pppoe concentrators using mikrotik (we use freeradius to authenticate users), them after I upgraded to 5.2 my username/password errors was not described as "authentication failed" anymore, the 5.2 version is describing as "authentication failed - radius timeout" the username/password errors, could someone help me if this situation is right? And if it is a issue them it will be fix on 5.3 version?

I think that is not a "radius timeout" this is a error only with the username and password, I'm right?

Thanks in advance
Last edited by felipesilveira on Mon May 16, 2011 3:53 pm, edited 1 time in total.
 
SurferTim
Forum Guru
Forum Guru
Posts: 4636
Joined: Mon Jan 07, 2008 10:31 pm
Location: Miramar Beach, Florida

Re: Radius Timeout problem after 5.2 upgrade

Mon May 16, 2011 3:31 pm

The timeout is due to a delay in the response of a bad request. If the RADIUS request is accepted, the response is sent immediately. If it fails, the server waits about 2 seconds before responding with the reject message. Prior to V5.x that was apparently not a problem.
Try this:
/radius
print detail
set 0 timeout=3s
EDIT: My bad. It is just "timeout", not "radius-timeout".
 
felipesilveira
just joined
Topic Author
Posts: 4
Joined: Fri May 13, 2011 9:14 pm

Re: Radius Timeout problem after 5.2 upgrade

Mon May 16, 2011 3:47 pm

Perfect you are right! I set now to 3 sec and the problem was solved.

Please could someone close this topic?
 
SurferTim
Forum Guru
Forum Guru
Posts: 4636
Joined: Mon Jan 07, 2008 10:31 pm
Location: Miramar Beach, Florida

Re: Radius Timeout problem after 5.2 upgrade

Mon May 16, 2011 3:50 pm

Perfect you are right! I set now to 3 sec and the problem was solved.

Please could someone close this topic?
Add "(Solved)" to the end of the subject in your first post. Login and click the "edit" button on your first post. :D
 
User avatar
Shahid
newbie
Posts: 27
Joined: Sat Nov 05, 2016 3:31 am
Location: Multan, Pakistan
Contact:

Re: [SOLVED] Radius Timeout problem after 5.2 upgrade

Mon Oct 17, 2022 1:53 am