IPTABLES PROBLEM

From: Carlos (cpalom@yahoo.com)
Date: 02/28/02


From: "Carlos" <cpalom@yahoo.com>
Date: Thu, 28 Feb 2002 02:50:11 GMT

I'm doing the following :

iptables -t nat -A PREROUTING -i eth0 -p tcp -dport 80 -j DNAT -to
192.168.0.2:80

but it does not work re reqesut do not go to my local www server.

Also when I do ipchains -L it does not show the rule that I just added

Any Ideas .

Thank