Skip to content

Tag Archives: pf

Reloading and Testing pf rulesets

30-Dec-08

To test the ruleset inĀ /etc/pf.conf, do the following: sudo pfctl -n -f /etc/pf.conf sudo pfctl -n -v -f /etc/pf.conf The second pfctl command displays the rules you’ve created; however, it can be easy to miss a syntax error warning in the verbosity – the first command will make it easy to spot those. You can [...]