摘要:
iptables -Froot@android:/system/bin # iptables -L -niptables -L -nChain INPUT (policy ACCEPT)target prot opt source destinationChain... 阅读全文
摘要:
iptablesptables简介iptables是基于内核的防火墙,功能非常强大,iptables内置了filter,nat和mangle三张表。filter负责过滤数据包,包括的规则链有,input,output和forward;nat则涉及到网络地址转换,包括的规则链有,prerouting,... 阅读全文