Forward to IP. Forward to Port. sudo iptables -t nat -I PREROUTING -p tcp -i eth0 --dport 80 -j DNAT --to-destination 10.0.0.33:80 sudo ...
確定! 回上一頁