forward all traffic incoming on port 1111 to 2.2.2.2 on port 2222. iptables -t nat -A PREROUTING -p tcp --dport 1111 -j DNAT --to-destination 2.2.2.2:2222.
確定! 回上一頁