<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<BR>
 <BR>
  I am using in my AAA servers the freeradius 2.1.3 version. <BR>
I am configuring the failover for the myrealm.com in proxy.conf.<BR>
For myrealm.com realm I have two AAA servers: 1.2.3.4 and 1.2.3.5<BR>
############################################################<BR>
home_server primary_server {<BR>        type = auth+acct<BR>        ipaddr = 1.2.3.4<BR>        port = 1812<BR>        secret = mysecret<BR>        require_message_authenticator = no<BR>        response_window = 5<BR>        zombie_period = 60<BR>        revive_interval = 5<BR>        status_check = status-server<BR>        check_interval = 60<BR>
        num_answers_to_alive = 3<BR>}<BR>home_server secondary_server {<BR>        type = auth+acct<BR>        ipaddr = 1.2.3.5<BR>        port = 1812<BR>        secret = mysecret<BR>        require_message_authenticator = no<BR>        response_window = 5<BR>        zombie_period = 60<BR>        revive_interval = 5<BR>        status_check = status-server<BR>        check_interval = 60<BR>
        num_answers_to_alive = 3<BR>}<BR>
 <BR>
home_server_pool roam_pool {<BR>        type = fail-over<BR>        home_server = primary_server<BR>
        home_server = secondary_server<BR>}<BR>realm myrealm.com {<BR>        nostrip<BR>        pool            = roam_pool<BR>}<BR>
#################################################<BR>
With the primary server everything works fine, but my problem is when I force to switch to fallover server (I switch off IP 1.2.3.4 machine) my freeradius server does not change to request 1.2.3.5 server.<BR>
 <BR>
I try the fowoling configuration:<BR>
################################################3<BR>
home_server primary_server {<BR>
...<BR>
}<BR>
home_server secondary_server {<BR>
...<BR>
}<BR>
home_server_pool roam_pool {<BR>        type = fail-over<BR>        home_server = primary_server<BR>
}<BR>realm myrealm.com {<BR>        nostrip<BR>        pool            = roam_pool<BR>}<BR>
home_server_pool roam_pool2 {<BR>        type = fail-over<BR>        home_server = secondary_server<BR>}<BR>realm myrealm.com {<BR>        nostrip<BR>        pool            = roam_pool2<BR>}<BR>
############################################3<BR>
With the same result --> does not work.<BR>
 <BR>
Any suggestion?<BR><br /><hr />Nuevo Windows Live, un mundo lleno de posibilidades <a href='http://www.microsoft.com/windows/windowslive/default.aspx' target='_new'>Descúbrelo.</a></body>
</html>