Hi,

I am running FreeRADIUS 0.9.3 on Redhat 9.0.  My radius server is primarily
for
proxying to other radius servers.

I have an entry in my proxy.conf file similar to:

# Radius 1
realm foo.bar{
     type       = radius
     authhost = 10.1.1.10:1812
     accthost = 10.1.1.10:1813
     secret     = verysecret
}
# Radius 2
realm foo.bar{
     type       = radius
     authhost = 10.1.1.11:1812
     accthost = 10.1.1.11:1813
     secret     = verysecret
}
# Radius 3
realm foo.bar{
     type       = radius
     authhost = 10.1.1.12:1812
     accthost = 10.1.1.12:1813
     secret     = verysecret
}


Each radius server is at an ISP's location and each radius server has a
unique set of users.  When my radius server gets a request for [EMAIL PROTECTED]
it tries radius #1.  If user1 exists on radius #1, then my radius receives
an access accept and we are all happy.  If [EMAIL PROTECTED] does not exist on
radius #1, my radius server gets an access-reject and stops.  After
receiving the access-reject from radius #1 how can I tell my radius server
to then try radius #2 and then radius #3 for this realm.

Thanks,

Dave




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

Reply via email to