From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Pratt Subject: Re: destinations interface must be eth0? Date: Tue, 16 Sep 2003 10:14:07 -0400 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3F671AAF.90207@nucdc.org> References: <1063637259.2318.3.camel@dod-secure.e-masi.com> Reply-To: jamie@nucdc.org Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1063637259.2318.3.camel@dod-secure.e-masi.com> Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: "netfilter@lists.netfilter.org" Hi. Jim Burnett wrote: > #2 > iptables -v -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNA > T--to 192.168.1.56:80 > This wont work because the destination IP is on eth1 > ...did you try using -i eth1 instead of -i eth0 in the above command? > I didnt see this in the documentation and it took my 5 days to figure it > out.... > > Tested on 6 machines, redhat 9, slackware 9, Latest gentoo build from > stage 1. Various brand nic cards. Various compiled kernels. 2.4.18 - > 2.4.22 > > -Jim > > regards, jamie > > > >