15
DROP / ACCEPT LIST
Rules in the list are checked by top down sequence. When any one of the rule is satisfied, checking will NOT go down.
For Example:
Default Rule ACCEPT
1. 10.11.100.151/24 HF (means IP coming from 10.11.100.* are all rejected.)
2.10.11.100.154/32 (means ports from 10.11.100.154 are all rejected EXCEPT HTTP and FTP )
If you use 10.11.100.154 to access DVR web page, it will fail.
When the sequence of Rule1, Rule2 are exchanged and Default Rule is ACCEPT
1.10.11.100.154/32
2. 10.11.100.151/24 HF
Then, if you use 10.11.100.154 to access DVR web page
,
it will work OK.
Move Up-
Move a specific Rule one row up
Move Down-
Move a specific rule one row down.
Delete -
Delete a specific rule in Rule table.
Delete All-
Delete all rules in Rule table.