proxy RADIUS: is fallback actived??



Hi people,
 
   I do roaming successfully with other companies with my freeradius 1.0.4.
However, I realized my proxy configuration does not work as I want. My problem is when a realm returns the message:- realm is dead -, my confuration does not pass to the other entry for this realm ( I usually have two AAA servers for each company to do proxy radius). Any idea???
 
-------------------  proxy.conf file  ----------------------
proxy server {
        synchronous = no
        retry_delay = 5
        retry_count = 3
        dead_time = 120
        default_fallback = yes
        post_proxy_authorize = yes
}
realm LOCAL {
        type            = radius
        authhost        = LOCAL
        accthost        = LOCAL
}
realm boingo {
        type            = radius
        authhost        = 1.1.1.1:1812
        accthost        = 1.1.1.1:1813
        secret          = jay1
}
realm boingo {
        type            = radius
        authhost        = 2.2.2.2:1812
        accthost        = 2.2.2.2:1813
        secret          = jay1
}
---------------------------------------------------------------------------


Éxitos, grandes clásicos y novedades. Un millón de canciones en MSN Music.

This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.