Search found 38 matches

by Elizine
13 Feb 2018, 12:41
Forum: General Discussion (csf)
Topic: Error on start CSF
Replies: 1
Views: 2370

Re: Error on start CSF

That suggests you are missing the required ip6tables owner module in the kernel you are running. You need to either resolve that issue,or disable the SMTP_BLOCK option in csf.
by Elizine
01 Feb 2018, 10:21
Forum: General Discussion (csf)
Topic: csf of Centos 7
Replies: 2
Views: 2937

Re: csf of Centos 7

Please refer to this tutorial on How to Install and Configure CSF (Config Server Firewall) on CentOS 7?
https://www.howtoforge.com/tutorial/ins ... -centos-7/
by Elizine
11 Jan 2018, 11:07
Forum: General Discussion (csf)
Topic: Excessive resource usage: tcpdump
Replies: 1
Views: 2091

Re: Excessive resource usage: tcpdump

Assuming that process is stuck and can be killed off, just run: kill -9 110743 If you still get more notifications of that process running for more than 3000 seconds run a lsof on it: lsof -p PID and check if it provides any clues for getting stuck, otherwise open up a ticket with cPanel so they can...
by Elizine
06 Dec 2017, 10:14
Forum: General Discussion (csf)
Topic: csf.fignore - What am I doing wrong?
Replies: 1
Views: 2142

Re: csf.fignore - What am I doing wrong?

csf.fignore is for LF_DIRWATCH only, not LF_DIRWATCH_FILE. There is no functionality in LF_DIRWATCH_FILE to ignore files within a directory structure you've configured it to watch.
by Elizine
08 Nov 2017, 12:13
Forum: General Discussion (csf)
Topic: Ignore eth1 from iptables rules!
Replies: 2
Views: 2732

Re: Ignore eth1 from iptables rules!

I wanted to block all the incoming route to eth1 but only allow port 21. Just so that external IP can't access to our web server, ftp server, etc. Only allow port 21 for SSH access. Ping should work too. The cleanest way would be to configure the web/ftp-servers to listen only on the internal interf...
by Elizine
14 Oct 2016, 06:39
Forum: General Discussion (csf)
Topic: SYSLOG Check Failed after updating to cPanel 60
Replies: 4
Views: 5527

Re: SYSLOG Check Failed after updating to cPanel 60

Check if the Rsyslogd is running

Code: Select all

/scripts/restartsrv_rsyslogd --status
by Elizine
06 Oct 2016, 08:57
Forum: General Discussion (csf)
Topic: Could not get LFD to start. What worked for me.
Replies: 1
Views: 2175

Re: Could not get LFD to start. What worked for me.

Check /var/log/lfd.log to see why lfd is not starting.
by Elizine
23 Sep 2016, 07:41
Forum: General Discussion (csf)
Topic: Pls help me see why lfd drops rules during the day
Replies: 1
Views: 2040

Re: Pls help me see why lfd drops rules during the day

Check the lfd log to find why lfd fails?
by Elizine
07 Sep 2016, 11:59
Forum: General Discussion (csf)
Topic: CC_ALLOW not working?
Replies: 3
Views: 4239

Re: CC_ALLOW not working?

Remove CC_DENY and CC_ALLOW rule completely. Restart CSF. Then put new rule; CC_ALLOW_FILTER = "US"; Restart CSF and reboot server to cut-off current existing connections. This new rule will allow only those country which are listed in it; so no need to use 2 rules. Please make sure that y...
by Elizine
17 Aug 2016, 05:31
Forum: General Discussion (csf)
Topic: stop Process mail alerts
Replies: 5
Views: 4336

Re: stop Process mail alerts

The hourly emails are from logcheck which runs from the hourly cron in /etc/cron.hourly/logcheck.sh. If you don't want the reports, simply delete that file. If you'd rather reschedule them to be made one per day, do:

mv /etc/cron.hourly/logcheck.sh /etc/cron.daily/