20 Oct
2011
20 Oct
'11
12:34 p.m.
On 10/20/2011 05:10 PM, Fred wrote:
Hi all,
Is there any way to select proxying or not based on client ip ?
I would like to have * some nas authenticated locally (in fact via ldap) * some other nas proxyied to another radius.
authorize { if (Client-IP-Address == x.x.x.x) { update control { Proxy-To-Realm := OTHER } } } ...then define the realm in proxy.conf as per examples.