Retry delay and retry count when proxying requests

2010-07-16 Thread Murray Long
Hi all, Does anyone know how to set the retry_count and retry_delay values for home servers? Thanks, -Murray - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Retry delay and retry count when proxying requests

2010-07-16 Thread Alan DeKok
Murray Long wrote: > Does anyone know how to set the retry_count and retry_delay values for > home servers? Read raddb/proxy.conf: # i.e. "retry_delay" and "retry_count" have been replaced # with per-home-server configuration. See the "home_server" # example below fo

Re: Retry delay and retry count when proxying requests

2010-07-16 Thread Murray Long
I saw that, but the "home_server example below", does not mention anything about retry_count or retry_delay. Any simply putting retry_count = in the home_server section dosn't seem to have any effect. So how are these values set for home servers? - Murray On Fri, Jul 16, 2010 at 1:54 PM, Alan

Re: Retry delay and retry count when proxying requests

2010-07-16 Thread Alan DeKok
Murray Long wrote: > I saw that, but the "home_server example below", does not mention > anything about retry_count or retry_delay. Because this is documented in proxy.conf: # # Note that as of 2.0, the "synchronous", "retry_delay", # "retry_count", and "dead_time" hav

Re: Retry delay and retry count when proxying requests

2010-07-16 Thread Murray Long
Oh sorry it does! But only for server type "coa", Are they not supported for the other types? On Fri, Jul 16, 2010 at 2:02 PM, Murray Long wrote: > I saw that, but the "home_server example below", does not mention anything > about retry_count or retry_delay. > > Any simply putting retry_count =

Re: Retry delay and retry count when proxying requests

2010-07-16 Thread Alan DeKok
Murray Long wrote: > Oh sorry it does! > But only for server type "coa", No. The irt/mrt/etc. configurations for CoA are *completely* different. > Are they not supported for the other types? Have you been reading my messages? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.

Re: Retry delay and retry count when proxying requests

2010-07-16 Thread Murray Long
I'm trying to integrate with Ipass and they have asked for a 12 second or more delay between retry attempts. The default behavior for freeradius seems to be sending 3 retries every 5 secs, which is why I've been trying to change it. As I only have a single home-server for the realm i don't mind

Re: Retry delay and retry count when proxying requests

2010-07-16 Thread Alan DeKok
Murray Long wrote: > I'm trying to integrate with Ipass and they have asked for a 12 second > or more delay between retry attempts. The default behavior for > freeradius seems to be sending 3 retries every 5 secs, which is why > I've been trying to change it. No. The default behavior for the

Re: Retry delay and retry count when proxying requests

2010-07-16 Thread Murray Long
Oh, that makes more sense now. My confusion was in assuming that the retry packets I was seeing where generated by freeradius when they where actually just being forwarded from the NAS. Thanks very much for the help, -Murray On Fri, Jul 16, 2010 at 2:55 PM, Alan DeKok wrote: > Murray Long wrot