csf version 4.80 : IPs not blocked

This forum is only for reproducible bugs with csf and lfd (i.e. not iptables problems, lack of understanding how to use a feature, etc). Posts must be accompanied with full technical details of the problem and how it can be recreated. Any posts not adhering to this, or not considered bugs, will be moved to the General Discussion (csf) forum.
Post Reply
Marie
Junior Member
Posts: 26
Joined: 15 Dec 2006, 16:16
Contact:

csf version 4.80 : IPs not blocked

Post by Marie »

I'm seeing the same behaviour on all servers running csf 4.80 :

An IPs triggers csf, it gets added to /etc/csf.deny, but it is not blocked :

[14:01:51] root@hetz81 [~]# grep 67.218.xxx.xxx /etc/csf/csf.deny
TCP:IN:D=80:S=67.218.xxx.xxx # lfd: 5 (mod_security) login failures from 67.218.xxx.xxx in the last 300 secs - Tue Oct 20 04:37:45 2009
TCP:IN:D=443:S=67.218.xxx.xxx # lfd: 5 (mod_security) login failures from 67.218.xxx.xxx in the last 300 secs - Tue Oct 20 04:37:45 2009

[14:04:07] root@hetz81 [~]# csf -g 67.218.xxx.xxx

Chain num pkts bytes target prot opt in out source destination
No matches found for 67.218.xxx.xxx in iptables

Looks like a case sensitive issue ? TCP:IN:D should be tcp:in:d, right ?
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Post by ForumAdmin »

I'll have a look into that and hopefully have a bug fix out in a short while.
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Post by ForumAdmin »

v4.81 which is just now being released should fix this.
Marie
Junior Member
Posts: 26
Joined: 15 Dec 2006, 16:16
Contact:

Post by Marie »

You were fast, it's fixed !

Thank you so much !!!
Post Reply