Skip to main content
RunBook Academy

← All checklists in OPNsense

Before deploymentNetworking

Internet Edge Security

15 items ·10 critical ·3 warn ·2 info

The WAN-facing side of an OPNsense firewall is where the firewall earns its keep: every inbound connection is untrusted and every outbound connection is a chance for a service to be exfiltrated. This checklist enforces the minimum posture that should be true of any production WAN: deny by default, no exposed admin, no exposed management, and outbound NAT that covers every internal subnet so return traffic cannot be hijacked.

When to use

Use this checklist before a new OPNsense firewall is connected to an ISP hand-off, before any change to the WAN-side rule set or NAT, and after any ISP change (new provider, new CPE, new prefix). It is also the right checklist to re-run after any WAN-facing incident.

How to use

Walk the list in the GUI while reviewing the WAN interface, the outbound NAT configuration, and the WAN rules. Mark each item, capture a pf state-table baseline, and file the change with the operator’s change system. Anything with severity critical must be satisfied before the WAN cable is connected to upstream.

Critical10 items

  1. Firewall > Rules > WAN; the last rule must be a reject.
  2. Interfaces > WAN; both checkboxes on.
  3. Firewall > NAT > Outbound.
  4. Firewall > Settings > Advanced; UPnP IGD.
  5. Interfaces > WAN; "Use MSS clamping"  on.

Warning3 items

Info2 items

  1. pfctl -ss | wc -l; pfctl -si.