
What is the proper way to disable/enable a firewall rule in a general ...
Mar 7, 2026 · Hi, I need to turn off this rule off (wait) then back on, automatically. Now Luci did give me the command it uses. uci set firewall.cfg0e93c8.enabled='0' uci del firewall.cfg0e93c8.enabled But …
[SOLVED] Firewall status: active with no instances
Oct 12, 2025 · The firewall is operational (I know this because the device is behaving as it’s supposed to based on the firewall rules, including those I have put in). So I am wondering, what is the meaning of …
Firewall rule to allow incoming only from specific ip address
Jan 14, 2025 · firewall rules Depends how much you trust the firewall on the VPS. I'd probably put the VPN in its own firewall zone and use rules to allow forwarding.
Disabling firewall features on AT&T Arris BGW210-700 Gateway
Mar 10, 2023 · I have an AT&T Arris BGW210-700 gateway setup with IP Passthrough in front of my openwrt router. Are these advanced options safe to disable with the default settings on openwrt’s …
Firewall: functional difference between port forwards and traffic rules
Feb 16, 2024 · Hello, I was following some tutorials for setting up a Wireguard server. This one uses a port forward as follows: While the official OpenWrt tutorial advises to use the following traffic rule uci …
OpenWRT LAN Routing and Firewall Setting
Sep 9, 2024 · Windows firewall issue for subnet 192.168.124.0/24 Actually, Windows firewall issue was the first thing I thought about. So I created an inbound firewall rule Home_Wu. …
How to stop “reloading firewall due to ifup of modem”
Dec 4, 2020 · The firewall service reload should not cause connection reset. Moreover, OpenWrt firewall depends on that reload to assign the zone properly. Your issue is most likely due to the modem …
How to set up firewall rules/zones correctly for VLANs?
Sep 7, 2021 · Although I created separate firewall zones, I can still log into the router from all VLANs. My understanding was/is that VLANs are separated from another. What am I missing? How can I make …
Firewall / block WAN connections to specific device
Apr 6, 2025 · Hi, In my firewall rules I set a test rule for device A with mac-addr XYZ to block internet access. These is the rule as it show in LUCI: Fowarded IPv4 and IPv6 From *lan*, MAC: XYZ To …
Lets talk about firewall4 (default nftables firewall)
May 25, 2025 · In contrast, service firewall restart does delete the fw4 table and then recreates it, and service firewall reload seems to check if anything has changed in /etc/config/firewall and reloads as …