From be3f7e658035538f5bfce1e15c454f6076782fe4 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 1 Sep 2002 17:30:11 +0000 Subject: [PATCH] Fix DNAT with 'fw' source git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@226 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STABLE/firewall b/STABLE/firewall index 9252e75cd..0cfc2a4ce 100755 --- a/STABLE/firewall +++ b/STABLE/firewall @@ -1536,7 +1536,7 @@ add_nat_rule() { # Generate nat table rules if [ "$source" = "$FW" ]; then - run_iptables -t nat -A OUTPUT $proto $sports -d addr + run_iptables -t nat -A OUTPUT $proto $sports -d addr \ $multiport $dports -j $target1 else chain=`dnat_chain $source`