iptables -A INPUT -p udp --dport 9987 -i eth0 -m state --state NEW -m recent --update --seconds 60 --hitcount 10 -j DROP
iptables -A INPUT -p tcp --dport 10011 -i eth0 -m state --state NEW -m recent --update --seconds 60 --hitcount 10 -j DROP
iptables -A INPUT -p tcp --dport 30033 -i eth0 -m state --state NEW -m recent --update --seconds 60 --hitcount 10 -j DROP
Kaynak:
http://www.cyberciti.biz/faq/iptable...-limits-howto/