Installing IPSet on CentOS

CSF (ConfigServer Firewall) on a Linux system and you block a lot of IP addresses, performance can degrade on your server.

One way to improve performance is to use IPSET and then enable it into CSF.

It’s a straight forward process:

1. Install the IPSET package using YUM:
yum install ipset -y

2. Edit the configuration file (/etc/csf/csf.conf), find the LF_IPSET line, set it to 1 and save the file

3. Restart CSF:
csf -r

You are now done and CSF should be much faster

Do not hesitate to contact our dedicated support team if you require any further help.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to silence a CRON and prevent it to send emails

Problem:Every time that a CRON is running, an email is sent.  Those emails aren't always...

[WHM/cPanel] Update WHM/cPanel using CLI

Occasionally, WHM or cPanel might experience errors that can only be resolved by updating the...

How to install a custom BIN on CloudLinux (with CageFS)

CageFS creates a filesystem template in /usr/share/cagefs-skeleton directory. CageFS template...

Recommended firewall

What firewall do you recommend to secure my Linux server? MACI recommends the CSF (ConfigServer...

crontab management

crontab is a command line tool in order to manage your cron tasksThe two most important basic...