2020年6月9日

端口流量统计

摘要: iptables -A OUTPUT -p tcp --sport 12345 iptables -A INPUT -p tcp --dport 12345 加入统计上传给用户的流量 和 收到用户的流量,然后就可以通过命令查看统计的流量 iptables -vnL 重置所有端口数据 iptables 阅读全文

posted @ 2020-06-09 20:54 震撼起飞 阅读(1187) 评论(0) 推荐(0)

导航