From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Taylor Subject: Re: DNAT to a specific interface? Date: Mon, 10 Nov 2008 15:38:21 -0600 Message-ID: <4918A9CD.9020808@riverviewtech.net> 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: Mail List - Netfilter On 11/10/08 12:34, news.gmane.org wrote: > how can I tell it to use interface eth3? Set up an IP rule to match either the source port or a mark set by IPTables watching for the source port. With the IP rule in place you can use a different routing table that uses a different interface as the source for any traffic using that routing table. Grant. . . .