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 | Reg'd Linux User #327841 | Linux tutorial 
http://linux2.arinet.org
08:09:27 up 1:01, 2.6.22-14-generic GNU/Linux 
Let's use OpenOffice. http://www.openoffice.org
The real challenge of teaching is getting your students motivated to learn.

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to