I have a situation where all my authentication requests are proxied to me. I have 4 different groups of users that require unique local polieies and have been using a fairly complicated parsing of the Called ID phone number and a couple other fields to figure out which group a request is in. However, I just found out that each of the 4 groups is being proxied through different proxy servers. It would be real easy to distinguish the group from the IP address that the proxy request is being sent from. However, I have not been able to find a variable that contains that information. Have I missed it?
Doug Hardie <bc979@lafn.org> wrote:
It would be real easy to distinguish the group from the IP address that the proxy request is being sent from. However, I have not been able to find a variable that contains that information. Have I missed it?
The proxies look like normal NASes to the server. You can use Client-IP-Address. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
On Sep 2, 2006, at 11:44, Alan DeKok wrote:
Doug Hardie <bc979@lafn.org> wrote:
It would be real easy to distinguish the group from the IP address that the proxy request is being sent from. However, I have not been able to find a variable that contains that information. Have I missed it?
The proxies look like normal NASes to the server. You can use Client-IP-Address.
Thanks.
participants (2)
-
Alan DeKok -
Doug Hardie