From: Michael Tremer Date: Mon, 23 Dec 2013 13:59:56 +0000 (+0100) Subject: Merge remote-tracking branch 'amarx/firewall-beta10' into fifteen X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=1ad5c2fa0713024dce7c14c7b5bd008e3f128cf3;hp=8789de86786951f4a6e8f625a4f8ebdb5b6727c4 Merge remote-tracking branch 'amarx/firewall-beta10' into fifteen --- diff --git a/config/rootfiles/core/fifteen/update.sh b/config/rootfiles/core/fifteen/update.sh index 229fc2ee1..c2c58f663 100644 --- a/config/rootfiles/core/fifteen/update.sh +++ b/config/rootfiles/core/fifteen/update.sh @@ -52,6 +52,11 @@ rm -f /etc/rc.d/init.d/networking/red.up/26-xtaccess # Remove old CGI files rm -f /srv/web/ipfire/cgi-bin/{dmzholes,outgoingfw,portfw,xtaccess}.cgi +# Generate chains for new firewall +/sbin/iptables -N INPUTFW +/sbin/iptables -N FORWARDFW +/sbin/iptables -N OUTGOINGFW + # Convert firewall configuration /usr/sbin/convert-xtaccess /usr/sbin/convert-outgoingfw