From cfec384825b316a2a651decfe7e73f85eb9756d4 Mon Sep 17 00:00:00 2001 From: "bbruns@gmail.com" Date: Sat, 29 Mar 2014 18:04:41 +0000 Subject: [PATCH] --- lib/iptables.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/iptables.inc b/lib/iptables.inc index 71a1ff6..f19c31c 100644 --- a/lib/iptables.inc +++ b/lib/iptables.inc @@ -76,8 +76,8 @@ function setup_iptables_chains { ${VER_IPTABLES} -N ${InFilter} ${VER_IPTABLES} -N ${OutFilter} ${VER_IPTABLES} -N ${FwdFilter} - ${VER_IPTABLES} -N ${NAT} - ${VER_IPTABLES} -N ${PortForward} + ${VER_IPTABLES} -N ${NAT} -t nat + ${VER_IPTABLES} -N ${PortForward} -t nat ${VER_IPTABLES} -N ${InPostRules} ${VER_IPTABLES} -N ${OutPostRules}