diff --git a/config/rootfiles/core/155/update.sh b/config/rootfiles/core/155/update.sh index 5c7a3d3a9..b0e8f9ad8 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