  | |  | iptables module | iptables module 2005-07-16 - By John Crowhurst
Back Hello,
I have a problem with bruteforce SSH attacks, so I found this iptables rule online:
iptables -A INPUT -i eth0 -p tcp -m tcp --dport 22 -m conntrack --ctstate NEW -m recent --set --name sshscans --rsource iptables -A INPUT -m recent --rcheck --seconds 60 --hitcount 10 --name sshscans --rsource -j DROP
Unfortunately, on Redhat EL3 iptables flags up that it can't find libipt_recent.so
Is this available in an RPM to simply be installed or will I need to recompile the kernel, iptables etc?
Thanks in advance,
John
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |