HOWTO: CSF Firewall + LFD Login Failure Daemon

Have you tried a fresh install?
Code:
rm -fv csf.tgz
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh
 
I haven't tried that, but won't that remove all my config files?

And the default theme is the enhanced theme. Is that the one you're referring to?
 
Okay, I've done a fresh install, and I see it in the plugin manager, but I don't have a link in the admin interface. Did I do something wrong?
 
It worked with one of my servers but not the other (fresh install not change skin).

I'm going to try fresh install on second server again to see if it kicks it in.
 
I've released v4.51 which fixes the bug in csf --update (csf -u) for the DA installations.
 
Code:
- Login as root
- cd /etc/csf 
- type "for file in *.txt ; do nano $file -w ; done" in the shell
Then you must edit all files (.txt) and change the email address.

Safe and restart csf/lfd

Thank you, I do not think that everything is just ...
A good firewall, only little information on the setup.
 
I'm a real newbie. I just installed per your recommendations and made your recommended changes, however once I turn it on, it blocks all http access. What did I do wrong. Right now, I turned it off so I have access and my sites are accessible. I've installed it on a VPS with DA.

Thanks!

Scott
Paste your 'TCP_IN', 'TCP_OUT', 'UDP_IN', 'UDP_OUT'. Maybe you have removed port 80
 
Regarding to this:

Code:
[I]Warning: The Latest version of CSF does not work properly with DirectAdmin on CentOS 5 machines with Apache 2+[/I]

How is this actualy? Is it working fine on this moment? I would like to install csf, but would like to know if there are actual issues with CentOs 5.2 (64bit) and Apache 2+
 
Spyder01,

That warning no longer applies. In fact, ConfigServer now supports DirectAdmin with a custom user interface that is now automatically installed when you install CSF.
 
Anyone here having experience with CSF, I installed CSF and it just do not block IP of SYN flood node.
I even set CT_LIMIT = 100 which is pretty low but even then no gain..

Basically I need to save my server from some lame using software like doshttp to do DOS on my server !!
 
Does the newest csf works with direct admin and centos latest using this tutorial?
 
Just do the following and you will have it installed:
Code:
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh
 
Hi

thanks for this good how-to

my box is centOS5+Apache2

I see your warning about this, is this still the same?

I did a manual install, no errors overall and start CSF from SSH

However, I could not see a CSF link on DA interface

I saw some people said manual install fixed, but not working here :confused:
 
Last edited:
I can see it at direct panel but it effect my second vps also and when i ping my ip is ok but not for my domain and when i run ifconfig in my working ip reports:

Quote:
HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
?

My vps that i was try to install the csf is working only my second vps doesn't (both ip and domain).
 
hello. what this error mean in securety chek center on csf?

vi /etc/my.cnf but its an empy file:

Check MySQL LOAD DATA disallows LOCAL WARNING You should disable LOAD DATA LOCAL commands in MySQL by adding the following to /etc/my.cnf and restarting MySQL:
local-infile=0
 
Back
Top