原来配置是在局域网里做的DMZ保护,用iptables这样做的(#>iptables -t nat -A PREROUTING -d 192.168.0.254 -p tcp -dport 80 -j DNAT --to-destination 192.168.0.2 ...
確定! 回上一頁