tLDP / LDP

The main LDP repository, waiting for your Pull Requests
http://tldp.org
449 stars 144 forks source link

wrong example in http://linux-ip.net/html/nat-dnat.html #85

Open mcr-ksh opened 5 years ago

mcr-ksh commented 5 years ago

SNAT example from 5.7 is:

is: [root@real-server]# iptables -t nat -A POSTROUTING -s 192.168.100.17 -j SNAT --to-destination 205.254.211.17

should be: [root@real-server]# iptables -t nat -A POSTROUTING -s 192.168.100.17 -j SNAT --to 205.254.211.17