27 Jan
2020
27 Jan
'20
8:40 a.m.
On Jan 27, 2020, at 8:37 AM, Condor via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
Hi all, sorry for bother again, i like to grant access to a groups of users to a determinated subnets. For example:
In huntgroups:Servers NAS-IP-Address =~ "/^172\.16\.0\.(1?\d\d?|2[0-4]\d|25[0-5])$/" gNetworking NAS-IP-Address =~ /^192\.168\.(1?\d\d?|2[0-4]\d|25[0-5])\.(1?\d\d?|2[0-4]\d|25[0-5])$/
v3 doesn't support regular expressions in hunt groups. Write a policy in "unlang", in sites-enabled/default Alan DeKok.