From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?G=E1sp=E1r_Lajos?= Subject: Re: SSH Port Forwarding with iptables Date: Tue, 29 Sep 2009 18:16:50 +0200 Message-ID: <4AC232F2.6050401@freemail.hu> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@vger.kernel.org Cc: Bill Hendrickson Hi! You did not told but I assume that the Internal server's default gw is the firewall. I think you need the following rule to get it work: $IPT -t nat -A POSTROUTING -j SNAT -o $EXT_IFACE --to-source $EXT_IP Swifty