[CentOS] iptables details

Tue Apr 22 09:00:12 UTC 2008
gopinath <gopinath at signal-networks.com>

Both the command works as same.
what you need in iptables

----- Original Message ----- 
From: "Christopher Chan" <christopher at ias.com.hk>
To: "CentOS mailing list" <centos at centos.org>
Sent: Tuesday, April 22, 2008 1:49 PM
Subject: Re: [CentOS] iptables details


> Fajar Priyanto wrote:
> > Hi all,
> > I'm a bit confused reading the RHEL System-Administrator-Guide regarding
this:
> > (1) iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT --to
> > 10.1.2.253:80
> > (2) iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j
> > DNAT --to-destination 10.1.2.253:80
> >
> > The first is for port forwarding, the second is said to be used for DMZ.
But I
> > tried both and the result is the same. Is there any difference between
the
> > two?
>
> No. Maybe you misread?
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>