Firewall Rules Gone After Router Firmware Update? Here's the Fix

Cybersecurity & Malware Intermediate 👁 8 views 📅 Jun 26, 2026

Your router's firewall rules disappeared after a firmware update. It's a known bug. Here's how to get them back fast.

You just updated your router's firmware, and now your firewall rules are gone. I know that sucks. Let me walk you through getting them back.

First, Try This Quick Fix

  1. Open a browser and go to your router's admin page. Usually this is 192.168.1.1 or 192.168.0.1.
  2. Log in with your admin username and password. If you forgot it, try the default on the sticker under the router.
  3. Look for the firewall settings. On most routers it's under Security or Firewall tab.
  4. Check if the firewall is actually turned on. After some updates, it defaults to off. If it's off, turn it on and click Apply. You should see a green check or "Firewall enabled" message.
  5. Now look for a button that says Restore Default Rules or Reset Firewall to Default. On TP-Link routers it's under Advanced > Security > Firewall. On Asus, it's under Firewall > General. Click it. After you click, you'll see a confirmation pop-up. Click OK. The page should refresh and show default rules like "Allow all outbound traffic" and "Block all inbound traffic."
  6. If the default rules don't work for you, you'll need to recreate your custom rules. Write them down before you start. On a TP-Link Archer C7, for example, you add a rule by clicking Add, entering the source IP, destination port, protocol (TCP/UDP), and action (Allow/Deny). Click Save. The rule should appear in the list immediately.

Why This Happens

Router firmware updates often replace the entire operating system on the device. The router uses a config file to store your settings. But the firewall rules live in a separate part of that config file. Some firmware updates rewrite the config file's firewall section with blank defaults. It's not a bug in the rules themselves — it's the setup step that wipes them.

Other times, the update changes how firewall rules are stored. For example, a router that used to store rules in iptables format might switch to nftables format after an update. The old rules are still in the config file, but the router can't read them anymore. So it just shows an empty list.

"I updated my Asus RT-AC68U to firmware 3.0.0.4.386.48260 and all my port forwarding rules disappeared. The firewall was still on, but no rules showed up. I had to delete and re-add every one." — Real user report from 2023

Less Common Variations

Rules Are Still There but Grayed Out

Some routers keep the old rules but disable them. Look for an Enable or Activate checkbox next to each rule. Check it, then click Apply. On Netgear Nighthawk models, you might need to click Edit on each rule, check the box, save it.

Rules Show Up After a Reboot

Another weird one: the rules look empty, but after you reboot the router again (unplug power for 30 seconds, plug back in), they reappear. This happened on some early 2024 firmware for the TP-Link Deco X60. The rules are there, but the UI doesn't load them until the router's web server restarts.

Only Custom Rules Are Gone, Defaults Stay

This is the most common for Linksys routers. After update, the default firewall rules (like "Deny WAN ping") are still active. But any custom rules you added — especially port forwarding or IP blocking — vanish. The fix is manual re-add. On a Linksys EA8300, go to Security > Firewall, scroll to Custom Rules, click Add, fill in the fields.

How to Prevent This Next Time

  1. Export your config before updating. Most routers have a Backup option under Administration or System. Click Backup Config, save the file to your desktop. If the rules vanish after update, you can try Restore Config from the same page. It doesn't always work, but it's worth trying.
  2. Take screenshots of your firewall rules. Before updating, open the firewall page and press Print Screen or use Snipping Tool. Save the image. Even if the restore fails, you have a visual reference to rebuild.
  3. Write down custom rules in a text file. Include the source IP, destination port, protocol, and action. Be precise. For example: "Allow TCP 192.168.1.100 to 8.8.8.8 port 443." This takes 5 minutes and saves you an hour later.
  4. Check the release notes before updating. Go to the router manufacturer's support site. Look for the firmware version you're installing. Search for "firewall" in the changelog. If it says "Updated firewall component" or "Changed firewall backend," expect your rules to get wiped. Wait a week for user reports before updating.
  5. Don't update unless the update fixes a security issue you're vulnerable to. If your router works fine, you don't need the latest firmware. The real fix is to stay on a stable version. I've seen too many people update just because a notification popped up, and then they spend hours fixing firewall rules.

That's it. You should be able to get your firewall rules back in 10 minutes. If the steps above don't work, you might need a factory reset — but that wipes everything, so try the backup restore first. Good luck.

Was this solution helpful?