Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

My server has been timing out and crashing lately.

I ran this command:

netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n

Check the picture for result. Does the two IPs in the end ddos me? And how do I block them with IPtables?enter image description here

Thanks.

share|improve this question

1 Answer

The following is a good tutorial for preventing DOS attack using IPTABLES.

http://bipinkdas.blogspot.com/2008/09/prevent-dos-attack-in-linux.html

Regards

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.