18 Mar
2009
18 Mar
'09
4:29 a.m.
Hi again :) tnt@kalik.net wrote:
Configure server 2 *not* to proxy requests coming from server 1 back to it. And server 1 not to proxy requests coming from server 2 back to it. There is no reason to send them back.
if (NAS-IP-Address != server1) { update control { Proxy-To-Realm := server1 } }
Ok I think I understand this, please advise if I am on the right track or not. Instead of a "realm DEFAULT" in my proxy.conf to proxy all requests, I instead setup something else like "realm PROXYME", and then in my pre-proxy section I setup the following if (Client-IP-Address != other_freeradius_server_ip) { update control { Proxy-To-Realm := PROXYME } } Many thanks Patric