From a00da2b117d4c73a5ab00295a03c63ad1e696d10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Mon, 10 May 2010 04:45:29 +0000 Subject: [PATCH] fix the iptables-config for 2.6.27 --- iptables-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptables-config b/iptables-config index 6d3996d..d2ceb57 100644 --- a/iptables-config +++ b/iptables-config @@ -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/modprobe.conf. -IPTABLES_MODULES="" +IPTABLES_MODULES="ip_conntrack" # Unload modules on restart and stop # Value: yes|no, default: yes -- 2.43.0