[tools] add tool for squashfs4 image generation (w/o LZMA support)
[openwrt-10.03/.git] / package / firewall / files / firewall.config
old mode 100755 (executable)
new mode 100644 (file)
index 8ac9049..464540f
@@ -1,6 +1,6 @@
 config defaults
        option syn_flood        1
-       option input            REJECT
+       option input            ACCEPT
        option output           ACCEPT 
        option forward          REJECT
 
@@ -20,6 +20,11 @@ config zone
 config forwarding 
        option src      lan
        option dest     wan
+       option mtu_fix  1
+
+# include a file with users custom iptables rules
+config include
+       option path /etc/firewall.user
 
 
 ### EXAMPLE CONFIG SECTIONS
@@ -52,10 +57,6 @@ config forwarding
 #      option dest_port        80 
 #      option proto            tcp
 
-# include a file with users custom iptables rules
-#config include
-#      option path /etc/firewall.user
-
 
 ### FULL CONFIG SECTIONS
 #config rule