[RADIATOR] Multiple AuthBy Radius hosts

Heikki Vatiainen hvn at open.com.au
Thu Aug 23 08:40:41 CDT 2012


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:

<Handler Request-Type=Accounting-Request>
  <AuthBy RADIUS>
        Secret mysecret2
        Host 127.0.0.1
        AuthPort 1812
        AcctPort 1813
  </AuthBy>
  <AuthBy RADIUS>
        Secret mysecret2
        Host 127.0.0.2
        AuthPort 1812
        AcctPort 1813
  </AuthBy>
</Handler>

> I'd search Google and tried the next solutions:
> 
>         AuthByPolicy ContinueAlways

The default AuthByPolicy is ContinueWhileIgnore. AuthBy RADIUS returns
IGNORE, so the default policy will take care of calling both AuthBys.

>         AuthBy ProxyAccounting
>         AuthBy ProxyAccounting71
> 
> 
> tried:
> <AuthBy RADIUS>
>    
>    <Host ********>
> ...
>    </Host>
> 
>    <Host ****2>
> ....
>    </Host>
> </AuthBy>

This will always forward the request just once no matter how many Hosts
you have. If one Host fails, the other(s) can be used instead.

Thanks,
Heikki

-- 
Heikki Vatiainen <hvn at open.com.au>

Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS,
TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS,
NetWare etc.


More information about the radiator mailing list