摘要:
如何将本地80端口的请求转发到8080端口,当前主机IP为192.168.1.80iptables -t nat -A PREROUTING -d 192.168.1.80 -p tcp --dport 80 -j DNAT --to-destination 192.168.1.80:8080 阅读全文
posted @ 2014-08-06 01:28
MMLoveMeMM
阅读(10666)
评论(1)
推荐(0)

浙公网安备 33010602011771号