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
Rule Structure
Section titled “Rule Structure”Each rule specifies:
- Source and destination zones
- Protocol and ports
- Action (accept, drop, reject)
- Optional schedule
Default Policies
Section titled “Default Policies”Configure default actions for traffic between zone pairs.
See the API Reference for programmatic configuration.