iptables -t nat -A PREROUTING -p tcp --dport 880 -j DNAT --to-destination ... 在PREROUTING 上設定凡是是連port 880 的,就DNAT 轉到192.168.2.24 的port 80。
確定! 回上一頁