Video Screencast Help
Search Video Help Close Back
to help

define subnet for rule

Created: 16 May 2008 | Updated: 23 May 2010 | 1 comment
CISTP's picture
0 0 Votes
Login to vote
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

Comments 1 CommentJump to latest comment

antilles's picture

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

0
Login to vote
  • Actions