DNAT & SNAT:. 1、port forwarding (本機): iptables -t nat -A PREROUTING -p tcp -d 192.168.254.17 --dport 2222 -j DNAT --to 192.168.254.17:22.
確定! 回上一頁