Search found 6 matches

by cyonch
28 Jul 2023, 10:45
Forum: General Discussion (csf)
Topic: Cluster master does not sync to slaves
Replies: 1
Views: 860

Cluster master does not sync to slaves

I have 3 servers, the master-server knows of the slaves, the slaves do not know about each other, but they do know about the master. When i send a "csf -cd xxx.xxx.xxx.xxx" from one of the slaves, the master-server blocks the IP but does not sync it on the other slave. How do i configure m...
by cyonch
12 Jul 2023, 12:39
Forum: General Discussion (csf)
Topic: CPANEL_LOG entries in csf.conf
Replies: 4
Views: 1903

Re: CPANEL_LOG entries in csf.conf

Thanks. As fare as I can see, this only updates the entries, but does not change or reset anything else, is that correct?
by cyonch
12 Jul 2023, 12:07
Forum: General Discussion (csf)
Topic: CPANEL_LOG entries in csf.conf
Replies: 4
Views: 1903

Re: CPANEL_LOG entries in csf.conf

Thank you very much for your answer. We tried it on one of our servers and it worked. The thing we notice is after running csf -uf, the GENERIC option is gone from the config file. Moreover, on servers where the cPanel entries are present, there is no GENERIC in the config file. On servers were GERE...
by cyonch
12 Jul 2023, 09:36
Forum: General Discussion (csf)
Topic: CPANEL_LOG entries in csf.conf
Replies: 4
Views: 1903

CPANEL_LOG entries in csf.conf

Hi everyone, We have several servers with CloudLinux 7, cPanel and LiteSpeed with these entries in csf.conf: CPANEL_LOG = "/usr/local/cpanel/logs/login_log" CPANEL_ACCESSLOG = "/usr/local/cpanel/logs/access_log" On several other servers with the same configuration, however, these...
by cyonch
10 Nov 2016, 07:17
Forum: General Discussion (csf)
Topic: SMTP_BLOCK ports
Replies: 1
Views: 2002

SMTP_BLOCK ports

Hello we have a problem with the SMTP_BLOCK feature on some CentOS 7 servers. Our SMTP_BLOCK config: SMTP_BLOCK = "1" SMTP_ALLOWLOCAL = "1" SMTP_REDIRECT = "0" SMTP_PORTS = "25" SMTP_ALLOWUSER = "cpanel" SMTP_ALLOWGROUP = "mail,mailman" Thi...
by cyonch
24 Oct 2011, 14:00
Forum: General Discussion (csf)
Topic: NAT with csf
Replies: 7
Views: 11922

Re: NAT with csf

Did you find a solution using a server as gateway with csf?

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
iptables --append FORWARD --in-interface eth1 -j ACCEPT

These rules work without csf, but not with csf in csfpost\.sh or csfpre\.sh...

Any suggestions?

brgds