wondering if is a bug

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
arteryplanet
Junior Member
Posts: 37
Joined: 19 Jan 2007, 16:04

wondering if is a bug

Post by arteryplanet »

I have configured for some time now to only block the specific service, but has been many clients that contacted me saying they are blocked in the entire server, no matter if they only attempted to login many times through ftp looks like they are being blocked in the entire server. Any idea?

i have:

LF_TRIGGER =0
LF_TRIGGER_PERM =1
LF_SELECT =1

and for service for example
LF_FTPD =8
LF_FTPD_PERM =3600

Thank you in advance!
arteryplanet
Junior Member
Posts: 37
Joined: 19 Jan 2007, 16:04

Post by arteryplanet »

Anyone have any idea about this?
arteryplanet
Junior Member
Posts: 37
Joined: 19 Jan 2007, 16:04

Post by arteryplanet »

Any idea about this chirpy?

Thanx!
sdjl
Junior Member
Posts: 81
Joined: 10 Dec 2006, 16:56
Location: London, UK.

Post by sdjl »

The way the blocking works is you can setup a temporary block by setting LF_TRIGGER to 0.
It then takes into account how many attempts you want each service to permit and how long the block should be for. It won't block you from just that service, but the entire server.

David
arteryplanet
Junior Member
Posts: 37
Joined: 19 Jan 2007, 16:04

Post by arteryplanet »

Hi, thanx for the reply, but as far as i can read and understand the following:

# To only block access to the failed application instead of a complete block
# for an ip address, you can set the following to "1", but LF_TRIGGER must be
# set to "0" with specific application[*] trigger levels also set


It should block the access to that specific service and not the entire server.

So hope Chirpy see this and give us a clarification about it.

Thanx!
chirpy
Moderator
Posts: 3537
Joined: 09 Dec 2006, 18:13

Post by chirpy »

Your configuration should be correct (I presume that you do actually have double-quotes around those values in your csf.conf file as you haven't shown them here).

When they're blocked, what do you see with:

csf -t

As it ought to show the IP blocked only on the specific port and not an *
Post Reply