sudo iptables -t nat -A PREROUTING -d x.x.x.x(你家IP) -p tcp --dport 222 -j DNAT--to-destination 192.168.2.1:22 為什麼是改PREROUTING? 因為封包到 ...
確定! 回上一頁