<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 freeradius 2.1.3 for my AAA servers. I have a little problem when a third-patner RADIUS is dead. My problem is my freeradius send the following status packect every <BR>
2-5 seconds.<BR>
<BR>
Sending Access-Request of id 77 to 200.160.126.23 port 1812<BR> User-Name := ""<BR> User-Password := ""<BR> Service-Type := Authenticate-Only<BR> Message-Authenticator := 0x00000000000000000000000000000000<BR> NAS-Identifier := "Status Check. Are you alive?"<BR>Waking up in 1.0 seconds.<BR>Cleaning up request 3 ID 151 with timestamp +723<BR>Waking up in 2.9 seconds.<BR><BR>
I want to avoid this test because my partner tell me that I send too many trafic ('operator' is the realm name).<BR>
<BR>
proxy.conf file<BR>
--------------<BR>
proxy server {<BR> default_fallback = yes<BR>}<BR>
home_server localhost {<BR> type = auth<BR> ipaddr = 127.0.0.1<BR> port = 1812<BR> secret = testing123<BR> require_message_authenticator = no<BR> response_window = 20<BR> zombie_period = 40<BR> revive_interval = 120<BR> status_check = none<BR> check_interval = 30<BR> num_answers_to_alive = 3<BR>}<BR>
home_server virtual.example.com {<BR> virtual_server = virtual.example.com<BR>}<BR>
home_server_pool my_auth_failover {<BR> type = fail-over<BR> home_server = localhost<BR>}<BR>
<BR>realm example.com {<BR> auth_pool = my_auth_failover<BR>}<BR>
realm LOCAL {<BR> type = radius<BR> authhost = LOCAL<BR> accthost = LOCAL<BR>}<BR>realm operator {<BR> type = radius<BR> authhost = 200.160.126.23 :1812<BR> accthost = 200.160.126.23 :1813<BR> secret = my_secret<BR> strip<BR>}<BR><BR><br /><hr />Comparte tus fotos con tus amigos. Más fácil con <a href='http://download.live.com' target='_new'>Windows Live</a></body>
</html>