Re: Radius client redundance

2011-10-03 Thread oleaweel
Hi, I did add the home_server nps01 { type = auth+acct ipaddr = XXX.XXX.XXX.1 port = 1812,1813 secret = secretkey } home_server nps02 { type = auth+acct ipaddr = XXX.XXX.XXX.2 port = 1812,1813 secret = secretkey } home_server_pool my_auth_failover { type = fail-over home_serv

Re: Radius client redundance

2011-09-20 Thread oleaweel
Hi, Thanks for fast reply. Just for information, I have not been working to much with FreeRadius:). I have read the proxy.conf file but im having problems understanding the configuration. When it say "home_server" is this a general name ? If I understand correct i need to configure a "home_server

Radius client redundance

2011-09-20 Thread oleaweel
Hi, We have configured EAP-PEAP with freeradius, and forward MS-CHAP-V2 request to a Microsoft NPS server. This works fine, but we now want to implement one more Microsoft NPS server, so how do we define a second radius client. So that if the first one fails, it will automatically try the next ?