I am witnessing a strange matching situation, and trying to find out if this is expected.
We splitting our Servers to a new VLAN (long overdue and don't get me started).
I have created a new rule:
src: 10.95.20.0/24
dst: 10.95.0.0/20
svc: Active Directory Application
action: Accept
This rule is just below:
src: 10.95.20.0/24
dst: 10.95.0.0/20
svc: (Negate) Active Directory Application
action: Accept
I am find that the logs for rule 4 are matching for tcp/389, eventhough it should match rule 3.
fw up_execute src=10.95.20.20 ipp=6 dport=389 dst=10.95.0.71
Rulebase execution ended successfully.
Overall status:
----------------
Active clob mask: 2
Required clob mask: 2
Match status: POSSIBLE
Match action: Accept
Per Layer:
------------
Layer name: Std-EXTFW1 Network
Layer id: 0
Match status: POSSIBLE
Match action: Accept
Possible rules: 1 3 4 16777215
The Active Directory Application object is using recommended Match Settings. According to what I read in documentation, it should be working under rule 3.
Am I missing something major?
Thanks in advance.