Re: iptables problem

"Morten Nilsen" <[email protected]> Thu, 15 Feb 2007 10:16:07 +0100 (CET)
Newsgroups gmane.linux.trustix.general
Message-ID <DhRNl39z.1171530967.3858010.mortenn@localhost>
On 15/2/2007, "[email protected]" <[email protected]> wrote:
>i am trying to do portforwarding using iptables with this rule: -s 0.0.0.0/0 -d 1.2.3.4/32 -i eth0 -p tcp --dport 8080 -j DNAT --to 192.168.0.30:80 and fail. Please help me and thanks for the reply.

Aside from the other comments, I would like to add that your -s statement
is superflous, and you can drop /32 from the -d statement

--
Cheers,
Morten
:wq