标签:iptables

以下是与标签“iptables”相关联的文章
  • Linux iptables & CC

    Linux iptables & CC

    查看所有80端口的连接数 netstat -nat|grep -i "80"|wc -l 对连接的IP按连接数量进行排序 netstat -anp | grep 'tcp|udp' | awk '{print $5}' | cut -d: ...

    阅读全文