2015年5月25日
摘要: iptables -Froot@android:/system/bin # iptables -L -niptables -L -nChain INPUT (policy ACCEPT)target prot opt source destinationChain... 阅读全文
posted @ 2015-05-25 18:08 寻步 阅读(560) 评论(0) 推荐(0) 编辑
摘要: iptablesptables简介iptables是基于内核的防火墙,功能非常强大,iptables内置了filter,nat和mangle三张表。filter负责过滤数据包,包括的规则链有,input,output和forward;nat则涉及到网络地址转换,包括的规则链有,prerouting,... 阅读全文
posted @ 2015-05-25 17:19 寻步 阅读(298) 评论(0) 推荐(0) 编辑