Skip to content

Firewall Rules

Create and manage firewall rules to control traffic between network zones.

NGFW.sh uses a zone-based firewall:

  • WAN - Internet-facing interface
  • LAN - Local network
  • Guest - Guest network
  • IoT - IoT devices

Each rule specifies:

  • Source and destination zones
  • Protocol and ports
  • Action (accept, drop, reject)
  • Optional schedule

Configure default actions for traffic between zone pairs.

See the API Reference for programmatic configuration.