From 7a491c5c9ed7d3eecedd770a739a9a0a9fcb3979 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 8 Mar 2007 04:51:09 +0000 Subject: [PATCH] It Workslslslslsls git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5459 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/compiler.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New/compiler.pl b/New/compiler.pl index f78c859f6..e834f24b1 100755 --- a/New/compiler.pl +++ b/New/compiler.pl @@ -4593,7 +4593,7 @@ sub activate_rules() { my %policy_exclusions; for my $interface ( @interfaces ) { - addnatjump 'PREROUTING' , snat_chain( $interface ), "-i $interface "; + addnatjump 'POSTROUTING' , snat_chain( $interface ), "-o $interface "; } if ( $config{DYNAMIC_ZONES} ) {