the proper addition belongs in iptables-config. backed out the change in
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 12 Mar 2008 18:10:02 +0000 (18:10 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 12 Mar 2008 18:10:02 +0000 (18:10 +0000)
iptables.init.

iptables-config
iptables.init

index 80e37fb..8705fb9 100644 (file)
@@ -3,7 +3,7 @@
 # Space separated list of nat helpers (e.g. 'ip_nat_ftp ip_nat_irc'), which
 # are loaded after the firewall rules are applied. Options for the helpers are
 # stored in /etc/modules.conf.
-#IPTABLES_MODULES=""
+IPTABLES_MODULES="ip_conntrack"
 
 # Unload modules on restart and stop
 #   Value: yes|no,  default: yes
index 3b38aa8..5c99246 100755 (executable)
@@ -34,7 +34,7 @@ fi
     || NEW_MODUTILS=0
 
 # Default firewall configuration:
-IPTABLES_MODULES="ip_conntrack"
+IPTABLES_MODULES=""
 IPTABLES_MODULES_UNLOAD="yes"
 IPTABLES_SAVE_ON_STOP="no"
 IPTABLES_SAVE_ON_RESTART="no"