Brute force monitor with autoblock script issue

messiaah

Verified User
Joined
Jan 25, 2009
Messages
16
I have installed autoblock script with brute force monitor and it shows ip gets blocked but normally it should block ips after ten false attempts.but bfm shows that server is getting hit so is it really blocking the ips and showing the attacks in the logs or is the attack happening and the script isnt able to block it. Please help
 

Attachments

  • directadmin.jpg
    directadmin.jpg
    180.6 KB · Views: 144
Last edited:
i am using this very block script despite that it shows so many hits even after ip gets blocked
 
Last edited:
hi what i am trying to know is that even after the ip gets auto blocked the attack counts keep increasing.so is it that its just logging the event or the attack is still happening that's the reason its showing in bfm and its not able to block it
 
If an IP is blocked, then no new actions should be added into log files; if you see counter increasing and new lines with an IP, that would mean, that an IP is not properly blocked with your firewall.

You should check it with

Code:
iptables-save | grep 1.2.3.4

where replace 1.2.3.4 with a real IP.
 
Back
Top