然后执行:设置转发规则iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 2.2.2.2iptables 原来是这个规则阻止了80端口的转发。但是我不想注释 ...
確定! 回上一頁