[cPanel] Add permanent whitelist IP Address using CSF/LFD
You can whitelist IP Address quickly using ConfigServer Firewall/Login Failure Daemon (CSF/LFD) by using the Quick Allow or editing Firewall Allow IPs but the number of IP Addresses kept by CSF/LFD is limited (by default is 100 or other numbers you specified in Firewall Configuration) as a large number of IP addresses create a large number of iptables rules (4 times the number of IP’s) which can cause problems on some systems where either the the number of iptables entries has been limited (esp VPS’s) or where resources are limited. This can result in slow network performance, or, in the case of iptables entry limits, can prevent your server from booting as not all the required iptables chain settings will be correctly configured.
CSF/LFD will removes oldest entries and replaced with new one. So how to make CSF/LFD make permanent whitelist IP Address? Here’s how:
From WHM > ConfigServer Security&Firewall >
look for “Edit lfd ignore file” select csf.ignore – IP Blocking on dropdown list and click Edit button
Info for csf.ignore file is all IP addresses listed will be ignored by all lfd checks. Since it will be ignored so it won’t be blocked (automatically whitelisted)
Related posts:
- [cPanel] Add another main shared IP Address cPanel has 1 main shared IP address which configured on...
- [ISPConfig] IP Address Changes I was using ISPConfig, to ease my life configuring and...
- [cPanel] License File Below is several thing to know about about cPanel License...
- [cPanel] Internal Server Error after installation Installing cPanel is very easy, what you need is patience,...
- [cPanel] Exim Maximum Attachment Size By default Exim maximum message size is 50MB, you can...
Related posts brought to you by Yet Another Related Posts Plugin.
August 3rd, 2010 at 2:34 pm
Thanks for the post mate.