Network Address Translation Destination NAT Used for rerouting connections on a public IP to a private IP iptables -t nat -A PREROUTING -i ppp0 -p tcp --dest-port 22 \ -j DNAT --to-destination 192.168.0.2