ConfigServer Security & Firewall - csf v14.20 --- Error: iptables command

PeterVeldhuis

Verified User
Joined
Jan 18, 2024
Messages
23
Location
Apeldoorn
All, I've a problem on my VPS I would like your guidance on.
- on DA 1.668, rhel7, linux
- Using CustomBuild 2.0
- Have installed CSF, v14.20
- Using mariadb 10.5 (10.5.26)

In service monitor the lfd service is stopped, I'm not able to start it.
1726996414626.png

When trying to start from App I get following error:
1726996525780.png

I tried already to de-install en install again, no luck.
Sounds to be like a problem with the database behind lfd-app, but that is not accessable (I think)

From console:
1726996844322.png

I googled around, but couldn't find any useful info, hopefully you can help me.
 
Hello,
- I wouldnot know which virtualization technology is used. I can connect tot the hostingparty to see if they want to tell me.
- IPv6 - see below, I think it is not enabled on the device.
- IPv6 tables - I guess it is not since it is not enabled?


IP MANAGER
1727016702207.png
 
That ipv6 is the link local address, so seems at least an ipv6 is either not activated or not enabled on the nic.

Best is to check as root via SSH and test if all is compatible.
Code:
cd /etc/csf
./csftest.pl
The output should tell you if CSF can handle all it wants to do.

If ip6tables is installed you can check (if all is correct) with:
yum list installed | grep ip6tables
or
rpm -qa | grep ip6tables

As said, as root via SSH.

Which vps provider do you have if I may ask?
 
Look like you're missing modules indeed.
You have to contact yourhosting to see if they can add the required module to get CSF working.
 
Thanks Richard. They came back they couldnot help me, so I've started configuration of a new VPS and I will migrate it. Unfortnatelly I ran into an new issue (License has expired), wherefor I need the CID - they have only provided me with a License-id. So. Again waiting for YourHosting-support.
 
Back
Top