[package] comgt: move ifup invocation back into background subshell to prevent hotplu...
[openwrt.git] / package / firewall / files / firewall.config
index 7682ace..bee1625 100644 (file)
@@ -31,6 +31,7 @@ config rule
        option proto            udp
        option dest_port        68
        option target           ACCEPT
+       option family   ipv4
 
 #Allow ping
 config rule
@@ -74,6 +75,28 @@ config include
 #      option dest_port        80 
 #      option proto            tcp
 
+# port redirect of remapped ssh port (22001) on wan
+#config redirect
+#      option src              wan
+#      option src_dport        22001
+#      option dest             lan
+#      option dest_port        22
+#      option proto            tcp
+
+# allow IPsec/ESP and ISAKMP passthrough
+#config rule
+#      option src              wan
+#      option dest             lan
+#      option protocol         esp
+#      option target           ACCEPT
+
+#config rule
+#      option src              wan
+#      option dest             lan
+#      option src_port         500
+#      option dest_port        500
+#      option proto            udp
+#      option target           ACCEPT
 
 ### FULL CONFIG SECTIONS
 #config rule
This page took 0.021641 seconds and 4 git commands to generate.