huntgroups question
    Alan DeKok 
    aland at deployingradius.com
       
    Tue Nov 21 00:09:07 CET 2006
    
    
  
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
    
    
More information about the Freeradius-Devel
mailing list