From 4eaa5b91763762e59f8456305bc15922ec92e370 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 2 Mar 2021 18:35:13 +0000 Subject: [PATCH] core155: Disable all connection tracking helpers Signed-off-by: Michael Tremer --- config/rootfiles/core/155/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/155/update.sh b/config/rootfiles/core/155/update.sh index 5c7a3d3a9c..b0e8f9ad84 100644 --- a/config/rootfiles/core/155/update.sh +++ b/config/rootfiles/core/155/update.sh @@ -60,6 +60,10 @@ extract_files # update linker config ldconfig +# Disable all connection tracking helper +sed -E -e "s/^CONNTRACK_(.*?)=on/CONNTRACK_\1=off/g" \ + -i /var/ipfire/firewall/optionsfw + # Update Language cache /usr/local/bin/update-lang-cache -- 2.39.5