Re: Proxy Errors

"Sergey Poznyakoff" <[email protected]> Tue, 08 Jul 2008 22:08:08 +0300
Newsgroups gmane.comp.gnu.radius.general
Organization Err, what do you mean?
Message-ID <[email protected]>
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