Re: huntgroups question



Frank Cusack wrote:
...
>> 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.

dial    Client-IP-Address =~ '192\.168\.1\..*'

  The backslashes can make a big difference.  And note the single
quotes, too.

  Alan DeKok.
--
  http://deployingradius.com       - The web site of the book
  http://deployingradius.com/blog/ - The blog




This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.