define subnet for rule
Created: 16 May 2008 | Updated: 23 May 2010 | 1 comment
Hi All,
I would like to check on how to define a subnet in the rule. For example in the rule below
ip source address doesnt match 192.168.32.
My objective is to exclude this subnet in the criteria section. Is this correct?
thanks
Discussion Filed Under:
Comments 1 Comment • Jump to latest comment
Hi,
"Match" and "doesn't match" operators are based on regular expressions so you should try to use following syntax:
IP Source Address doesn't match ^192[.]168[.]32[.].*$
Regards,
Antilles
Would you like to reply?
Login or Register to post your comment.