Skip to main content
RunBook Academy

← All checklists in OPNsense

Before deploymentHA readiness

Multi-WAN Readiness

15 items ·9 critical ·5 warn ·1 info

Multi-WAN on OPNsense is not just two WAN interfaces: it is a deliberate configuration of gateway groups, monitor IPs, sticky connections, and outbound NAT that together produce predictable failover and load balancing. If any of those pieces is wrong, traffic either flaps unnecessarily, breaks asymmetric flows, or fails to recover when a provider goes down.

When to use

Use this checklist when a single-WAN OPNsense firewall is being extended to a second provider, when failover or load-balancing behaviour is being redesigned, and after any change to a gateway or upstream provider. It also pairs with the HA / CARP readiness checklist on sites that combine multi-WAN with firewall HA.

How to use

Validate each item via the GUI and the shell. Capture a screenshot or exported config of the gateway groups and outbound NAT, perform a manual failover drill (disconnect one WAN, observe recovery), and file the result with the change system. Anything with severity critical must pass before production traffic flows over the second WAN.

Critical9 items

  1. Interfaces > WAN; Interfaces > OPT_WAN2.
  2. System > Gateways > Single; System > Gateways > Groups.
  3. Firewall > Settings > Advanced; "Allow default gateway switching" off unless intended.
  4. Firewall > NAT > Outbound; one translation per gateway.

Warning5 items

  1. Firewall > Rules > LAN; Advanced > "Gateway" column.
  2. sysctl net.inet.tcp.states; pfctl -ss | wc -l.

Info1 item