<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><div><div>Hello all</div><div><br></div><div>I need to setup 2 freeradius servers  for mac address authentication.</div><div><br></div><div>My scenario is  </div><div><br></div><div>Access point  send access-request to 1st  freeradius server to do mac address authentication .</div><div>If 1st server doesn’t have MAC Address in database ,it must send this request to 2nd server(which is freeradius server too) to find in another database.</div><div><br></div><div><br></div><div>I try to config proxy.conf file in 1st server as follow</div><div> </div><div><br></div><div>home_server pri_home_server {</div><div>    type = auth+acct</div><div>    ipaddr = localhost</div><div>    port = 1812</div><div>    secret = xxx</div><div>    response_window =
 20</div><div>    zombie_period = 40</div><div>    revive_interval = 120</div><div>    status_check = status-server</div><div>    check_interval = 30</div><div>    num_answers_to_alive = 3</div><div>}</div><div>home_server sec_home_server {</div><div>    type = auth+acct</div><div>    ipaddr = xxx</div><div>    port = 1812</div><div>    secret = xxx</div><div>    response_window = 20</div><div>    zombie_period = 40</div><div>    revive_interval = 120</div><div>    status_check = status-server</div><div>    check_interval = 30</div><div>    num_answers_to_alive = 3</div><div>}</div><div><br></div><div><br></div><div>home_server_pool auth_failover_pool {</div><div>    type = fail-over</div><div>  
  home_server = pri_home_server</div><div>    home_server = sec_home_server</div><div>}</div><div><br></div><div>realm users{</div><div>       type=radius</div><div>       auth_pool=auth_failover_pool</div><div>       acct_pool=auth_failover_pool</div><div>       nostrip</div><div>}</div><div><br></div><div>but it doesn’t work </div><div><br></div><div>So the question is</div><div><br></div><div><br></div><div>Do I need to config proxy.conf or others files ?</div><div>or other method to setup for this scenario ?</div><div><br></div><div>Any help is appreciated.</div><div><br></div><div>Thanks in advance.</div><div><br></div></div></td></tr></table><br>