From: Stephen Soltesz Date: Wed, 12 Mar 2008 18:03:53 +0000 (+0000) Subject: Add ip_conntrack to the iptables init script to ensure that the connection X-Git-Tag: iptables-1.3.8-1~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=72bcb21478f1ed6ae10feccf9177159ce1e43ba0;p=iptables.git Add ip_conntrack to the iptables init script to ensure that the connection tracking is available. VNET+ depends on this feature. --- diff --git a/iptables.init b/iptables.init index 5c99246..3b38aa8 100755 --- a/iptables.init +++ b/iptables.init @@ -34,7 +34,7 @@ fi || NEW_MODUTILS=0 # Default firewall configuration: -IPTABLES_MODULES="" +IPTABLES_MODULES="ip_conntrack" IPTABLES_MODULES_UNLOAD="yes" IPTABLES_SAVE_ON_STOP="no" IPTABLES_SAVE_ON_RESTART="no"