摘要:
查看input,output,forward#iptables -L查看nat#iptables -t nat -L 添加映射#iptables -t nat -A PREROUTING -d<外部IP> -p tcp --dport<外部端口> -j DNAT --to-destination 192.168.168.159:80删除nat映射#iptables -t n... 阅读全文
posted @ 2009-11-27 15:44
coffee
阅读(404)
评论(0)
推荐(0)
浙公网安备 33010602011771号