20 Nov
2006
20 Nov
'06
5:57 p.m.
On November 21, 2006 8:48:30 AM +1100 Michael Mitchell <mitchell.michael@bigpond.com> wrote:
Alexandru Dincov wrote:
knows if there are any limitations in huntgroups size? Are there other solutions to have huntgroups functionality (access control based on NAS-IP-Address or Client-IP-Address) using IP address ranges?
Hi Alex,
You can do regular expression matches in the huntgroups file. For example:
dial Client-IP-Address =~ 192.168.1..* dsl Client-IP-Address =~ 192.168.2..*
warning, the first of those captures 100 /24's, the second 56 /24's. -frank