[OpenWrt Wiki] Firewall configuration /etc/config/firewall
openwrt.org › docs › guide-userDec 16, 2021 · The rule section is used to define basic accept, drop, or reject rules to allow or restrict access to specific ports or hosts. config rule option name 'Reject LAN to WAN for custom IP' option src 'lan' option src_ip '192.168.1.2' option src_mac '00:11:22:33:44:55' option src_port '80' option dest 'wan' option dest_ip '194.25.2.129' option dest ...