CSF not clearing blocked hostname

Post Reply
dmr
Junior Member
Posts: 1
Joined: 01 Jun 2020, 20:05

CSF not clearing blocked hostname

Post by dmr »

Hello,

I was wondering if anybody has any insight into this issue we are seeing. We have centos6 and csf with cpanel integration installed. Sometimes a users IP will be blocked, and after being removed, the hostname will still remain blocked in iptables.

After trying to remove the block through CSF it's saying it doesnt exist:

Code: Select all

Unblock 184.153.XXX.XX, trying permanent blocks...

csf: 184.153.XXX.XX not found in csf.deny

...Done.

Unblock 184.153.XXX.XX, trying temporary blocks...

csf: There are no temporary IP bans
csf: There are no temporary IP allows

...Done.
The hostname exists in iptables still:

Code: Select all

root@server [~]# iptables -L |grep 184.153.XXX.XX
DROP       all  --  cpe-184-153-XXX-XX.twcny.res.rr.com  anywhere            
LOGDROPOUT  all  --  anywhere             cpe-184-153-XXX-XX.twcny.res.rr.com 
Any idea what might be happening here, and how to get CSF to remove all entries without managing iptables directly?
Post Reply