Acejam wrote:
I'm using this simple command:
iptables -A INPUT -s IP-ADDRESS -j DROP
Dropping the traffic in netfilter isn't going to alleviate the DoS if it's designed to saturate your network. We tend to notice DoS attacks of that variety, however.
Acejam wrote:
The problem is Apache is constantly crashing, due to the numerous HTTP GET requets. (1,000's a second) This causes the 720MB slice to lock up, causing SSH to lock up as well.
What is MaxClients at in httpd.conf (don't forget Ubuntu spreads its config over multiple files, use
grep -r if you can't find it)? Are keepalives on?
Acejam wrote:
Yikes, I just did an iptables -F and I think I locked myself out of my VPS. Any way to get back in? :x
Yes,
LISH.