
Originally Posted by
markjohnson
The load avg is rocketing sky high and there are lots of exim (and perl) processes, run by root and mailnull.
lsof shows most of the connections are being made from 41.219.211.163.
I go to whm >> security centre >> Host access control and add the following to the table:
Daemon: All
Access List: 41.219.0.0
Action: deny
But doing lsof still shows the same IP address running exim and lots of perl processes.
I also tried /sbin/iptables -A INPUT -s 41.219.211.163 -j DROP
But /sbin/iptables --list does not list the blocked IP address.
How can I totally block the culprit IP addresses from all services?