How do I go about setting up a negative firewall rules to block connections/services that do NOT go to a certain destination?
This thread was automatically locked due to age.
do rules overwrite each otherProcessing through rules stops if a match is found. With your example, if the traffic matches rule #3, a block rule, then rules 4 (allow) through whatever will not be evaluated against for that packet.
do rules overwrite each otherProcessing through rules stops if a match is found. With your example, if the traffic matches rule #3, a block rule, then rules 4 (allow) through whatever will not be evaluated against for that packet.