Hello Jan -

On Fri, 18 Feb 2000, Jan Heyelmann wrote:
> Hi,
> we use a proxy radiator which is supposed to ask a radiator on a second
> machine by default. If there is no reply from that host it is
> supposed to ask a radiator on a third host as a fallback. The problem is
> that obviously our connection is not the best so the query gets send to
> both radius hosts. Is there any way to tell radiator to use a longer
> timeout before asking the fallback host. On the proxy radius we just have a
> handler with two AuthBy RADIUS entries and no AuthByPolicy specified.
> Any help appreciated.

You should specify a single AuthBy RADIUS with multiple Host entries and the
appropriate Timeouts and Retries:

# this is the configuration on the proxy radiator
# defaults are Retries 3 and RetryTimeout 5
# you can change them to whatever suits

<Realm ....>
        <AuthBy RADIUS>
                Host second.radius.host
                Host third.radius.host
                Secret somesecret
                Retries 5
                RetryTimeout 20
        </AuthBy>
</Realm>
                
Have a look at section 6.25 in the Radiator 2.15 reference manual.

hth

Hugh

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to