CentOS防火墙iptables限制同一IP连接数
时间:2015-03-30 17:01 来源:linux.it.net.cn 作者:IT
iptables -I INPUT -p tcp --dport 80 -m connlimit --connlimit-above 10 -j DROP
限制单个地址并发连接数不大于10
(责任编辑:IT)
iptables -I INPUT -p tcp --dport 80 -m connlimit --connlimit-above 10 -j DROP 限制单个地址并发连接数不大于10 (责任编辑:IT) |