Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [root@velouria tmp]# iptables -t nat -A PREROUTING -p tcp -d 175.9.125.21 --dport 22 -j DNAT --to-destination 175.9.125.21:2222
  2. [root@velouria tmp]# iptables -t nat -A POSTROUTING -p tcp --dport 2222 -j SNAT --to-source 175.9.125.21