Viewing the Full pf RulesetΒΆ

In the SSH console or Execute Shell Command field in the GUI, run the following:

# Show Firewall Rules:
pfctl -sr
# Show NAT rules
pfctl -sn
# Show all
pfctl -sa

For more verbose output including rule counters, ID numbers, and so on, use:

pfctl -vvsr