From 70c926e75bc83d60490d5c1ce9d8d62ed64d284b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 27 Mar 2014 15:08:17 +0100 Subject: [PATCH] firewall: Create mangle chain NAT_DESTINATION to silence error messages when updating. --- config/rootfiles/core/76/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/76/update.sh b/config/rootfiles/core/76/update.sh index 0561f3956..038adcff2 100644 --- a/config/rootfiles/core/76/update.sh +++ b/config/rootfiles/core/76/update.sh @@ -279,6 +279,7 @@ rm -f /srv/web/ipfire/cgi-bin/{dmzholes,outgoingfw,portfw,xtaccess}.cgi /sbin/iptables -N POLICYOUT 2>/dev/null /sbin/iptables -t nat -N NAT_SOURCE 2>/dev/null /sbin/iptables -t nat -N NAT_DESTINATION 2>/dev/null +/sbin/iptables -t mangle -N NAT_DESTINATION 2>/dev/null # Create config files for firewall and fix permissions. touch /var/ipfire/firewall/config -- 2.39.2