Filter rules are configured by creating rule definitions in the file
%ETC%\SECURITY\FWFILTRS.CNF
where %ETC% is the directory indicated by the environment variable ETC.
Each rule occupies a single line in this file, where the top-most rule has the highest precedence, and the last rule has the lowest precedence.
Once the rules have been configured, you must make them 'active' by using
the command
cfgfilt -u
to load the rules into the firewall filter driver. (This replaces all currently-active rules with the contents of the rule configuration file.)
If, when the all the rules have been checked, the packet does not match any of them, then the packet is denied.