http://blog.chinaunix.net/uid/26870656.html 我是一个很懒的人
发布时间:2014-11-24 11:53:42
iptables -I INPUT -p tcp --dport 80 -m connlimit --connlimit-above 30 -j REJECT允许单个IP的最大连接数为 30iptables -t filter -A INPUT -p tcp --dport 80 --tcp-flags FIN,SYN,RST,ACK SYN -m connlimit --connlimit-above 10 --connlimit-mask 32 -j REJECTiptables限制单个地址的并发连接数量iptables -.........【阅读全文】