General PFCTL Commands # CommandDescription pfctl -dDisable packet-filtering pfctl -eEnable packet-filtering pfctl -qRun quietly pfctl -vRun more verbose than normal pfctl -v -vRun even more verbose Loading PF Rules # CommandDescription pfctl -f /etc/pf.confLoad /etc/pf.conf pfctl -n -f /etc/pf.confTest the rules (parse /etc/pf.conf but don’t load it) pfctl -R -f /etc/pf.confLoad only the FILTER rules pfctl -N -f /etc/pf.confLoad only the NAT rules pfctl -O -f /etc/pf.confLoad only the OPTI...