OpenWRT VM Script -> Fixing open WAN Input and Forward #1546
chackl1990
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Important Update: OpenWRT WAN Firewall Configuration
Script Link:
OpenWRT Installation Script
Issue Overview
If you used the script without modifying your WAN firewall settings, the HTTP and SSH interfaces might be exposed to the WAN. This poses a significant security risk, especially if no additional firewall is in place.
What Happened?
The previous version of the script included two lines that unintentionally opened the WAN input and forward settings in the firewall, leaving your system vulnerable.
Fix for New Installations
A fix has been introduced to address this issue. Going forward, the script no longer applies the insecure firewall settings.
You can view the fix here: Pull Request #1540
Steps to Secure Existing Installations
You do not need to reinstall your OpenWRT VM. Instead, follow one of these methods to secure your system:
Using the LuCI Web Interface
Using SSH/CLI
If you prefer the command-line interface, execute the following commands:
Kind Regards, C.Hackl
Beta Was this translation helpful? Give feedback.
All reactions