From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sven Schuster Subject: Re: Port forward Date: Tue, 04 Feb 2003 12:53:49 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3E3FA9CD.3030607@gmx.de> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: 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 ASC - Ronald Roeleveld wrote: > Thanks a lot the error message is gone now, > after I changed the line to: > iptables -t nat -A PREROUTING -p tcp --destination-port 25 -i eth0 -j > DNAT --to-destination 192.168.22.6:25 > > But when I do iptables --list > I dont see any entrys in the chain for PREROUTING > You need to put in the "-t nat" here too to show the nat table: iptables -t nat --list Sven