Files
wlan-ap/patches/0049-firewall3-4-enable-ssh-on-wan-during-early-boot-stag.patch
John Crispin d329e3a9ca patches/: re-order and fold patches
Signed-off-by: John Crispin <john@phrozen.org>
2024-04-27 16:15:25 +02:00

48 lines
1.8 KiB
Diff

From 8cdfdc8ed6b7bc247c1cc8130f4ee66e7fdc23cc Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Sat, 15 Jul 2023 15:50:22 +0200
Subject: [PATCH 49/68] firewall3/4: enable ssh on wan during early boot stage
Signed-off-by: John Crispin <john@phrozen.org>
---
.../network/config/firewall/files/firewall.config | 2 +-
.../firewall4/patches/100-allow-input-wan.patch | 13 +++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 package/network/config/firewall4/patches/100-allow-input-wan.patch
diff --git a/package/network/config/firewall/files/firewall.config b/package/network/config/firewall/files/firewall.config
index b90ac7af0a..e332bcc7ca 100644
--- a/package/network/config/firewall/files/firewall.config
+++ b/package/network/config/firewall/files/firewall.config
@@ -17,7 +17,7 @@ config zone
option name wan
list network 'wan'
list network 'wan6'
- option input REJECT
+ option input ACCEPT
option output ACCEPT
option forward REJECT
option masq 1
diff --git a/package/network/config/firewall4/patches/100-allow-input-wan.patch b/package/network/config/firewall4/patches/100-allow-input-wan.patch
new file mode 100644
index 0000000000..f44a2987cf
--- /dev/null
+++ b/package/network/config/firewall4/patches/100-allow-input-wan.patch
@@ -0,0 +1,13 @@
+Index: firewall4-2023-03-23-04a06bd7/root/etc/config/firewall
+===================================================================
+--- firewall4-2023-03-23-04a06bd7.orig/root/etc/config/firewall
++++ firewall4-2023-03-23-04a06bd7/root/etc/config/firewall
+@@ -17,7 +17,7 @@ config zone
+ option name wan
+ list network 'wan'
+ list network 'wan6'
+- option input REJECT
++ option input ACCEPT
+ option output ACCEPT
+ option forward REJECT
+ option masq 1
--
2.34.1