From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Franck" Subject: RE : Port forward Date: Tue, 4 Feb 2003 12:17:14 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <000001c2cc3e$f9c04040$29a2a8c0@dev.gcf.fr> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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" To: netfilter@lists.netfilter.org > 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 must specify that you want to list the content of the nat table.... iptables -t nat --list