08.12.2009, 11:58
yesterday i block an ddos attack from IP's :
some of this IP's are from website or server server4you.de it's been same as you, the server wasn't full but write a error ''Server is full retrying....'' and players ID's was 400+ and 500...
If you have a root acces you can install ''iftop'' - that show you a trafic acces (I found that IP's from this script, one of this IP's have trafic 210MBps) and latter you can install iptables and put bash command iptables -A INPUT -s _ATTACKER_IP -j DROP (It's a linux firewall system)
Код:
91.178.169.31 85.25.145.29 87.106.240.108 195.62.62.92 24.201.243.21 24.37.106.138
If you have a root acces you can install ''iftop'' - that show you a trafic acces (I found that IP's from this script, one of this IP's have trafic 210MBps) and latter you can install iptables and put bash command iptables -A INPUT -s _ATTACKER_IP -j DROP (It's a linux firewall system)