iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent --set &
iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent --update --seconds 60 --hitcount 4 -j DROP &
Monday, September 17, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment