Hi people,

I have a LINUX machine with freeradius 1.1.10. I do proxy RADIUS correctly with one remote server, but if I add in my proxy.conf file a redundant one because the primary RADIUS fails, it doesn't work correctly.

I want to do roaming with two remote RADIUS servers to the domain1 since my RADIUS. However, I get only do roaming with the first one, because withe the first fails, my RADIUS doesn't ask to the second remote RADIUS server. Could you tell me where is the configuration bug?

 I attached my proxy.conf file:

*******************************************
proxy server {
       synchronous = no
       retry_delay = 5
       retry_count = 3
       dead_time = 120
       default_fallback = yes
       post_proxy_authorize = yes
}


realm domain1 {
       type            = radius
       authhost      = 123.123.123.123:11812
       accthost       = 123.123.123.123:11813
       secret          = secret
       nostrip
}
realm domain1 {
       type            = radius
       authhost        = 123.123.123.124:11812
       accthost        = 123.123.123.124:11813
       secret          = secret
       nostrip
}
****************************************

_________________________________________________________________
Descarga gratis la Barra de Herramientas de MSN http://www.msn.es/usuario/busqueda/barra?XAPID=2031&DI=1055&SU=http%3A//www.hotmail.com&HL=LINKTAG1OPENINGTEXT_MSNBH

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

Reply via email to