pfSense Routing Commands

Synopsis

netapi pfsense routing gateways
netapi pfsense routing routes
netapi pfsense routing status

Commands

routing gateways

List gateways.

netapi pfsense routing gateways
netapi pfsense routing gateways --format json

routing routes

List static routes.

netapi pfsense routing routes

routing status

Show routing table status.

netapi pfsense routing status

Configuration via YAML

routes:
  - network: 192.168.100.0/24
    gateway: WAN_DHCP
    description: "Remote office network"