Actions
Todo #12770
openFeedback on Firewall — Configuring firewall rules
Status:
New
Priority:
Normal
Assignee:
-
Category:
Firewall Rules
Target version:
-
Start date:
Due date:
% Done:
50%
Estimated time:
Description
Page: https://docs.netgate.com/pfsense/en/latest/firewall/configure.html
Feedback:
After the Selecting Invert Match will
text, there should be a warning block suggesting the avoidance of negating macros. See #6799 for more details.
Updated by Marcos Mendoza 5 months ago
Example text:
Using
Invert Match
on macros such asLAN net
can lead to undesired rule behavior when the interface also uses Virtual IPs. This is due to traffic matching against the interface network OR the VIPs. For example, given the rulepass on $LAN from any to ! $LAN_net
, traffic destined to192.168.0.100
, aLAN_net
of192.168.0.0/24
, and a VIP of10.0.0.1/32
, such traffic will still match the negate rule since the destination IP does not match the VIP.
Actions