From: root Date: Thu, 16 Apr 2009 14:17:33 +0000 (+0200) Subject: vuurmuur: Set the path to the conntrack binary. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=7a316c8f15d2e928179efbdd02e739b157d6a15d vuurmuur: Set the path to the conntrack binary. This allows vuurmuur to do some extra connection-related stuff, such as killing connections. --- diff --git a/etc/vuurmuur/config.conf b/etc/vuurmuur/config.conf index 3051ca7..4a4d959 100644 --- a/etc/vuurmuur/config.conf +++ b/etc/vuurmuur/config.conf @@ -22,7 +22,7 @@ IPTABLES="/sbin/iptables" IPTABLES_RESTORE="/sbin/iptables-restore" # Location of the conntrack-command (full path). -CONNTRACK="" +CONNTRACK="/usr/sbin/conntrack" # Location of the tc-command (full path). TC=""