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?
Thank you,
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?
Both the command works as same. what you need in iptables
----- Original Message ----- From: "Christopher Chan" christopher@ias.com.hk To: "CentOS mailing list" centos@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@centos.org http://lists.centos.org/mailman/listinfo/centos