Re: response_window and zombie_period problem

2009-06-25 Thread Ana Gallardo
> > > My response_window = 50 > zombie_period=20. So, after 20 seconds, my > > radiusxx Freeradius must consider it dead, and then, I think that > > Freeradius > > can proxy the request until the response_window = 50 time gone. Maybe I'm > > mitaked, so I would like to know how if I'm in an error.

Re: response_window and zombie_period problem

2009-06-25 Thread Ivan Kalik
> My response_window = 50 > zombie_period=20. So, after 20 seconds, my > radiusxx Freeradius must consider it dead, and then, I think that > Freeradius > can proxy the request until the response_window = 50 time gone. Maybe I'm > mitaked, so I would like to know how if I'm in an error. You are mis

Re: response_window and zombie_period problem

2009-06-25 Thread Ana Gallardo
Thank you to for you response. Certainly in the proxy.conf file we can read > > # If the home server doesn't respond to the request within > > # this time, this server will consider the request dead, and > > # respond to the NAS with an Access-Reject. > > # > >

RE: response_window and zombie_period problem

2009-06-25 Thread Tim Sylvester
Wednesday, June 24, 2009 11:40 PM To: freeradius-users@lists.freeradius.org Subject: response_window and zombie_period problem Hello, first of all, sorry for my english. I'm testing Freeradius 2.0.4+dfsg-6 in Debian. I want to configure proxy like this (proxy.conf): # radiusxx authentication home

response_window and zombie_period problem

2009-06-24 Thread Ana Gallardo
Hello, first of all, sorry for my english. I'm testing Freeradius 2.0.4+dfsg-6 in Debian. I want to configure proxy like this (proxy.conf): # radiusxx authentication home_server radiusxx_auth { type = auth ipaddr = 1.2.3.4 port = 1812 secret = secret response_window = 50 z