Hi, I am trying to proxy based off of Client-IP-Address where the client IP's are in a /18 ip range.
I tried using a regular expression: DEFAULT Client-IP-Address =~ "^10.1\.4\." , Proxy-To-Realm := "foo.com" in my user file, which does work but does not properly define the entire subnet. What I really need is: DEFAULT Client-IP-Address == 10.1.4.0/18, Proxy-To-Realm := "foo.com" because 10.1.4.0/18 properly describes the subnet. Is this syntax (ipaddress/18) allowed in user file? Also, I am not sure what operator should be used. I know the the ipaddress/18 syntax is allowed in clients.conf. Thanks, - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

