Hi,

I would like FreeRadius to proxy requests to two radius servers.
Normally requests should go to a primary(kiezel1i), but if this is
unavailable it should send requests to a secondary(kiezel2i). I'm using
the config at the bottom of this message. If I shut the primary down,
FreeRadius never forwards the requests to the secondary.

Have I made a mistake in my config?

How does FreeRadius determine if the Primary is unavailable?

TIA

Shaun 

proxy server {
        synchronous = no
        retry_delay = 5
        retry_count = 3
        dead_time = 180
        default_fallback = no
        post_proxy_authorize = yes

}

realm LOCAL {
        type            = radius
        authhost        = LOCAL
        accthost        = LOCAL
}

realm NULL {
        type            = radius
        authhost        = LOCAL
        accthost        = LOCAL
}

realm erbi.nl {
        type            = radius
        authost         = LOCAL
        acchost         = LOCAL
}

realm zzl-ra.nl {
       type        = radius
       authhost    = kiezel1i:1812
       accthost    = kiezel1i:1812 
       secret      = xxx
       ldflag     = fail_over
}
realm zzl-ra.nl {
       type        = radius
       authhost    = kiezel2i:1812
       accthost    = kiezel2i:1812 
       secret      = xxx

       ldflag     = fail_over
}




Op dit e-mailbericht is een disclaimer van toepassing, welke te vinden is op 
http://www.xb.nl/disclaimer.html




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to