Here is a copy verbatim of a support ticket that I sent to ThePlanet after being in a 3-hour conversation with my support rep:
Jason
/script/numberofips is this:Master User - Sunday December 2nd, 2007; 1:45 AM CST
I have reason to believe that I am under a Denial of Service attack from the following IPs:
203.69.144.209
".".".146
".".".210
At the highest point, I had well over 200 connections from these IPs cumulative. I have attempted to block them through iptables and, at the suggestion of a telephone support rep, through apf. All of these did not work, and the script gave me to view the connections (/scripts/numberofips on my server) continued to show high volumes of connections from those same IPs. It has gotten to a point now where I have issued two reboot requests; each time, within 5 minutes of httpd initalizing, the server crashes.
Where do I go from here? The server appears to be stable without httpd enabled, yet everything goes to shit soon after enabling httpd.[root@jrbcomputerservices scripts]# cat ./number*
netstat -atnp -A inet | grep ":80" | awk -F " " '{print $5} ' | awk -F ":" '{print $1}' | sort | uniq -c | sort -nr | head -9
[root@jrbcomputerservices scripts]# ./number*
8 203.69.144.210
8 203.69.144.209
7 203.69.144.146
2 62.129.129.174
2 61.213.157.172
1 88.198.51.8
1 61.213.158.94
1 61.213.158.183
1 58.18.179.154
Jason