Re: [RADIATOR] Multiple AuthBy Radius hosts

2012-08-26 Thread eliran shlomo
Changing the FailureBackoffTime to 0 and adding the IgnoreAccountingResponse solved the problem thanks for the help. 2012/8/26 Heikki Vatiainen > The configuration looks fine. It should send the request to two > destinations: ProxyAccounting and ProxyAccounting71. > > You could do the followin

Re: [RADIATOR] Multiple AuthBy Radius hosts

2012-08-26 Thread Heikki Vatiainen
The configuration looks fine. It should send the request to two destinations: ProxyAccounting and ProxyAccounting71. You could do the following: Change FailureBackoffTime to 0 to make sure the request is always forwarded even if the next hop host is down. Also, add IgnoreAccountingResponse to both

Re: [RADIATOR] Multiple AuthBy Radius hosts

2012-08-26 Thread eliran shlomo
Identifier ProxyAccounting Host * NoForwardAuthentication AcctPort 1813 FailureBackoffTime 180 Retries 1 RetryTimeout 3 Secret *** Identifier ProxyAccounting71 Host *** NoForwardAuthentic

Re: [RADIATOR] Multiple AuthBy Radius hosts

2012-08-26 Thread Heikki Vatiainen
On 08/26/2012 09:59 AM, eliran shlomo wrote: > Hi, i tried it and it send the first packet to both of the AuthBy server > and then it sends it to the authby1 only. Can you reply with your current configuration. You need one AuthBy clause for each server you want to forward the request to. Within

Re: [RADIATOR] Multiple AuthBy Radius hosts

2012-08-25 Thread eliran shlomo
Hi, i tried it and it send the first packet to both of the AuthBy server and then it sends it to the authby1 only. I need that the packet will send to the both server with no condition that the first one is down or not responding... B.w thanks for the help, really appreciate the time you spend to

Re: [RADIATOR] Multiple AuthBy Radius hosts

2012-08-23 Thread Heikki Vatiainen
On 08/23/2012 04:54 PM, eliran shlomo wrote: > Is there another way to do it? > because we got 6 different Handlers,and i wish to save lines inside the > configuration file... Yes, here is an alternative: Identifier authby1 Secret mysecret2 Host 127.0.0.1 AuthPort 1812

Re: [RADIATOR] Multiple AuthBy Radius hosts

2012-08-23 Thread eliran shlomo
Is there another way to do it? because we got 6 different Handlers,and i wish to save lines inside the configuration file... 2012/8/23 Heikki Vatiainen > On 08/23/2012 04:25 PM, eliran shlomo wrote: > > > I'm trying to send double proxy accounting to different servers right > > now didn't had an

Re: [RADIATOR] Multiple AuthBy Radius hosts

2012-08-23 Thread Heikki Vatiainen
On 08/23/2012 04:25 PM, eliran shlomo wrote: > I'm trying to send double proxy accounting to different servers right > now didn't had any successes with it. Try something like this: Secret mysecret2 Host 127.0.0.1 AuthPort 1812 AcctPort 1813 Secr