Hi Ken,

Thanks for the additional information. 

> auth {
>       max-requests 255;
>       #time-to-live 120;
>       request-cleanup-delay 1;

The cleanup delay is too small, quite a few of the requests would get
wiped out from the queue without being processed.  See
http://www.gnu.org/software/radius/manual/html_node/Request-Queue.html,
for the information on how to chose its value.

> Realms:
> localhost               localhost:1645                  strip

That's definitely wrong!  Never use `localhost' in realms, use LOCAL
keyword instead.  Please see:

 http://www.gnu.org/software/radius/manual/html_node/realms-file.html

There is a `counter-example' in this section which is marked "Wrong" and
which is exactly the same as your configuration :)  

Regards,
Sergey


_______________________________________________
Help-gnu-radius mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-radius

Reply via email to