I've installed Messenger v3 on my DA servers with CL7 and CL8, it works as on the cpanel server but if I block my own IP and access a site ober port 443 the page loads, if I access it over port 80 I get the message from the Messenger.
I have compared the configs of CP with DA and found out that the file /var/lib/csf/csf.conf is not filled with the vhosts.
I've just noticed the new Docker options in CSF under Docker Settings , if we enable these do we no longer need to add the following to /etc/csf/csfpre.sh ?
#!/bin/bash
iptables -t nat -N DOCKER
iptables -t nat -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER
iptables -t nat -A OUTPUT ! -d 127.0.0.0/8 -m addrtype --dst-type LOCAL -j DOCKER
iptables -t nat -A POSTROUTING -s 172.17.0.0/16 !...
I'm having problems with a Docker container on my server which loses connection to the internet intermittently (it seems to be ok for a day to a few days, then loses connection to the internet). I've posted an issue with Docker, and they think it might be CSF:
The problem is most likely caused by your custom firewall which runs a script periodically and breaks the firewall. Please check if...
I'm setting up a new server on Debian 10 ready for transfer and noticed in the Webmin Plugin the 'Server Information' Panel is no longer there and most importantly the 'Check Server Security'
Does anyone know where/why this has gone? In the past it has been essential in setting up CSF and I'm a bit lost without it.
I think I'll try exporting and importing the old module in the meantime, however...
Anyone recommend which plugins/settings to use in combination with CSF for protecting Wordpress sites. It seems many of the security plugins are going to be overlapping with CSF functionality.
No response from subprocess (/usr/local/cpanel/whostmgr/docroot/cgi/configserver/cmm.cgi): The subprocess reported error number 72,057,594,037,927,935 when it ended. The process dumped a core file.
Getting this all the time. I have reinstalled CSF but it still persists!
Hello ConfigServer Community, Longtime lurker, first time poster.
We use CSF as our go-to for a bunch of cPanel servers, and for a while now we've been tightening everything up by controlling them with Ansible. The general idea is that we have a CSF config template, apply it to a server (so that if policies change, all servers are updated and CSF is ensured to be running) and away we go.
Is there a simple way to open all outbound UDP ports on a device only for destinations within the LAN? I know I could do it manually with iptables:
# iptables -I OUTPUT -p udp -d 192.168.0.0/24 -j ACCEPT
But is there a standard way to do this within CSF configuration?
Just installed the latest csf on my Debian 10 setup and it works fine, the Web-UI is however showing a connection refused error. Checking the lf logs shows this error:
Dec 15 12:15:04 xxxx lfd : UI: *Error* cannot open server on port 1026: Failed to load certificate from file (no PEM, DER or PKCS12) error:0D0680A8:asn1 encoding routines:asn1_check_tlen:wrong tag error:0D07803A:asn1 encoding...
how i must set .conf file when i use centos7 and iptables to be return just like resualt i want just localhost allowed for using this port for example 35555 and denied every external ip ;
We cleared our iptables on centos before installing this firewall.
We opened up the ports we needed by the configuration in the firewall and saved them we made sure 3306 was left out. This is because we dont want 3306 to be open on our whm server however it seams it's being added to the allow list and shows as open when we double check the ports we opened there is no 3306
This makes me wonder...
I set the setting to 3 but found out some logs were not writing any more so wnted to do more research on which user needs the rights to write to LOG_AUTH (for example). So based on the docs reverting should be easy:
If you want to revert RESTRICT_SYSLOG to another option and disable this
feature, change the setting of RESTRICT_SYSLOG and then restart lfd and then
syslog/rsyslog and the...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum