<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
> > With the primary server everything works fine, but my problem is when I<BR>> > force to switch to fallover server (I switch off IP 1.2.3.4 machine) my<BR>> > freeradius server does not change to request 1.2.3.5 server.<BR>> <BR>> How hard have you tried? It does not mark home server as dead on the first<BR>> packet that doesn't get answered. Have a look at proxy.conf and dead and<BR>> zombie times.<BR><BR>
Sincerely I do not know how to mark a home server as 'dead'. <BR>
The only way is response_window = 5   ('dead' after five seconds, I think).<BR>
 <BR>
See my new proxy.conf<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 = 30<BR>        revive_interval = 900<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 = 30<BR>        revive_interval = 900<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><br /><hr />Charlas más divertidas con el nuevo <a href='http://download.live.com' target='_new'>Windows Live Messenger</a></body>
</html>