Search found 22 matches

by alexf
09 Aug 2023, 16:11
Forum: General Discussion (csf)
Topic: CSF dont stop
Replies: 5
Views: 1660

Re: CSF dont stop

Please post the output of the command 'iptables -nvL'. This will show ALL of what is in your iptables and or ipset sets. If you are using 'ipset' then you will also see something like this in your output. 177K 150M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 match-set chain_ALLOW src Chain DENYIN (1 refer...
by alexf
03 Aug 2023, 15:42
Forum: General Discussion (csf)
Topic: Blocks active even after csf --disable
Replies: 1
Views: 768

Re: Blocks active even after csf --disable

Do you have cphulkd or similar also running on this server? Cphulkd uses a separate table.
by alexf
03 Aug 2023, 15:31
Forum: General Discussion (csf)
Topic: REGEX with look ahead not working
Replies: 1
Views: 803

REGEX with look ahead not working

I am trying to ignore entries in my /usr/local/cpanel/logs/error_log, where my hosting company does not allow use of the cPanel Store directly. The hosting company also resells the cPanel add-on products. My server environment is: OS: CentOS v7.9.2009 STANDARD virtuozzo cPanel Version: 110.0.9 The s...
by alexf
03 Aug 2023, 14:57
Forum: General Discussion (csf)
Topic: How to ignore wp-toolkit process?
Replies: 13
Views: 2713

Re: How to ignore wp-toolkit process?

This is the entry that works for me on: OS: CentOS v7.9.2009 STANDARD virtuozzo cPanel Version: 110.0.9 This line is added to my csf.pignore file. exe:/usr/local/cpanel/3rdparty/wp-toolkit/bin/wpt-panopticon Know the difference between when to use: cmd:, exe:, pcmd: preceding your search pattern.
by alexf
30 Jul 2023, 13:45
Forum: Suggestions (csf)
Topic: When adding an IP in CSF WhiteList, please add it to cPhulk.
Replies: 1
Views: 5059

Re: When adding an IP in CSF WhiteList, please add it to cPhulk.

I like this idea to include updating the cPhulk tables in any adds, edits, deletes, and searches. One possible way for developers to incorporate this would be to add more "..._ACTION" parameters to the csf.conf file and the ability to pass the needed parameters to the already included cPan...
by alexf
28 Jul 2023, 18:48
Forum: General Discussion (csf)
Topic: CSF dont stop
Replies: 5
Views: 1660

Re: CSF dont stop

Don't confuse what CSF and LFD are doing, with the firewall. CSF works hand in hand with "iptables". It is "iptables" that is the brick wall to either allow or deny IP traffic. You can stop CSF and the "iptables" rules are still in place and effect. In your 2nd post you...
by alexf
05 Jul 2023, 14:29
Forum: General Discussion (csf)
Topic: Debian 12 / Perl 5.38 LFD not reading logs - *SOLUTION*
Replies: 5
Views: 1979

Re: Debian 12 / Perl 5.38 LFD not reading logs - *SOLUTION*

Re-Post your fix in "Report Bugs (csf)" portion of forum. That gets checked by the ConfigServer team.
by alexf
22 Jun 2023, 20:32
Forum: General Discussion (csf)
Topic: IP put in /etc/csf/csf.allow not showing in iptables -S output
Replies: 1
Views: 992

Re: IP put in /etc/csf/csf.allow not showing in iptables -S output

Try from the command line the command iptables -L -nv where -L = List (including chains, where -S does not show chain details) where -n = do not do reverse DNS lookups, not needed and time consuming where -v = verbose and will include the number of packets & bytes each rule has had In my instanc...
by alexf
15 Jun 2023, 13:51
Forum: General Discussion (csf)
Topic: Custom REGEX rules for CSF.
Replies: 93
Views: 2030713

Re: Custom REGEX rules for CSF.

On our VPS host we have several clients that use their account to for DNS and to host a website but have their email hosted elsewhere. Thus their domains MX record points to a URL or IP elsewhere. We continually see email attempts directed to the domain A record on this VPS host. This use of email i...
by alexf
13 Jun 2023, 05:36
Forum: General Discussion (csf)
Topic: Server instability seems to be related to CSF or LFD
Replies: 2
Views: 1280

Re: Server instability seems to be related to CSF or LFD

In my experience with a WHM server on CentOS7, sudden issues usually revolve around a failed or hung upcp script. I would chexk the upcp log files dating back to when this started. You can find the log file at /var/cpanel/ updatelogs/.

It can’t hurt to start with this troubleshooting step.