Hello,
Also see ticket #21191.
We have from time to time on different servers big issues with Imunify360 not working as it should.
We also use CSF with IM360 FYI.
We have found some mod_sec rules that the ips have reacted to:
136715
211220 - cwaf
136158
243930 - cwaf
Problem is that customers ip are not listed in csf/imunify greylist. And we have told customer that they are not blocked on server, when they actually is.
Eventually we find their ips in "doslist" to Imunify.
Only way to check this is with command:
ipset list | grep "IP blocked"
And remove it by command:
ipset del i360.ipv4.doslist "IP blocked"
This is very serious and needs to be fixed asap!
Also see ticket #21191.
We have from time to time on different servers big issues with Imunify360 not working as it should.
We also use CSF with IM360 FYI.
We have found some mod_sec rules that the ips have reacted to:
136715
211220 - cwaf
136158
243930 - cwaf
Problem is that customers ip are not listed in csf/imunify greylist. And we have told customer that they are not blocked on server, when they actually is.
Eventually we find their ips in "doslist" to Imunify.
Only way to check this is with command:
ipset list | grep "IP blocked"
And remove it by command:
ipset del i360.ipv4.doslist "IP blocked"
This is very serious and needs to be fixed asap!
Comment