Search found 4 matches
- 08 Jan 2016, 03:19
- Forum: Report Bugs (csf)
- Topic: CSF Global Deny Lists - Not Properly Removing IP (IPSet Issue)
- Replies: 5
- Views: 9598
Re: CSF Global Deny Lists - Not Properly Removing IP (IPSet Issue)
Additional Update: I turned on CSF debug log and noticed the following errors. CSF Debug to /var/log/lfd.log: Jan 7 22:16:57 server lfd[15339]: Global Deny - retrieved and blocking IP address ranges Jan 7 22:17:03 server lfd[15339]: *Error* IPSET: [ipset v6.11: The set with the given name does not e...
- 07 Jan 2016, 23:41
- Forum: Report Bugs (csf)
- Topic: CSF Global Deny Lists - Not Properly Removing IP (IPSet Issue)
- Replies: 5
- Views: 9598
Re: CSF Global Deny Lists - Not Properly Removing IP
Extra Update: I can confirm that this works perfectly fine when running normally with IPTables. This is only an issue with the IPSet configuration. Unfortunately I'm not the most proficient with perl but based on the lfd.pl code it would seem that the chain's are being matched (merged) before writti...
- 07 Jan 2016, 05:25
- Forum: Report Bugs (csf)
- Topic: CSF Global Deny Lists - Not Properly Removing IP (IPSet Issue)
- Replies: 5
- Views: 9598
Re: CSF Global Deny Lists - Not Properly Removing IP
I'm not running anything, its just ConfigServer Firewall doing the process. CSF fetches the global deny list and parses it. It's then suppose to push the updates to IPSet (which it does for adding IP's not releasing them). Seems that the flush command isn't executing properly during the chain swap. ...
- 06 Jan 2016, 23:59
- Forum: Report Bugs (csf)
- Topic: CSF Global Deny Lists - Not Properly Removing IP (IPSet Issue)
- Replies: 5
- Views: 9598
CSF Global Deny Lists - Not Properly Removing IP (IPSet Issue)
Hoping someone can help point me in the right direction... I've developed a solution to generate a global list for both allowing IP's & denying IP's. Populating the csf.gdeny works perfectly, every seven (7) minutes the server calls for the file reads it and blacklists the IP's. Unfortunately, t...