We have several realms configured to do round robin between two downstream
radius servers.  We have observed that our freeradius (0.8.1) servers are
sending all traffic for a realm to the first server listed for that realm.
I have seen in the logs where it does do failover however.  Here's an
example of how we have these realms configured:

realm  downstream.net {
        type            = radius
        authhost        = 10.10.10.10:1645
        accthost        = 10.10.10.10:1646
        secret          = shhhh
        ldflag          = round_robin
        nostrip
}
realm  downstream.net {
        type            = radius
        authhost        = 10.10.10.11:1645
        accthost        = 10.10.10.11:1646
        secret          = shhhh
        ldflag          = round_robin
        nostrip
}

Are there special compile time flags we may have missed?  We are running
freeradius 0.8.1 on redhat 7.3 systems, with a mysql server on a separate
backend machine.  Any help would be appreciated.
--
Mark Moody
Serious ISP   888-243-7011 x5108
[EMAIL PROTECTED]



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

Reply via email to