SA-MP Forums Archive
DDoS problem! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: DDoS problem! (/showthread.php?tid=411807)



DDoS problem! - Mikkel_RE - 30.01.2013

Hello, i'm owning a samp server, and we are under DDoS many times daily, and it makes also some of the players quitting the server (of course!) and it's really annoyting, so im wondering if there are some way to avoid DDoS attacks, or make anti-ddos somehow from the serverhost? Please help.

- Mikkel Reimer


Re: DDoS problem! - Madeline - 30.01.2013

Range ban the IP, if it works.


Re: DDoS problem! - kaisersouse - 30.01.2013

Depending on the attack type a range or GeoIP ban may help. Sometimes disabling ICMP (ping, among other things) helps as well. Unless you have root access and your server is a dedicated box, you'll have to contact your hosting provider about it.

We cannot fix/configure things on other hosts (colorhost, volt-host etc) so please dont ask how here. You'll need to contact them directly.


Re: DDoS problem! - Mikkel_RE - 30.01.2013

I don't know the ip which is DDoSing us, and we are not using Volt Host.


Re: DDoS problem! - CodyCummings - 30.01.2013

If you have root access to the server and you're running Linux you're going to want to monitor traffic with iftop or ntop (iftop preferably), while you're in the ui of one of those tools, the IP's which have an unusually high bandwidth usage are the attackers, you're going to want to drop all on those IP's with iptables (firewall). For more info use ******, it's pretty simple.

On the other hand if you're using a server host, contact the host and suggest that they monitor their network more often (if you're sure you're being attacked). Let them know about attacks so they can deal with them.


AW: DDoS problem! - Blackazur - 30.01.2013

Try to use an Firewall, and an good Hoster with an good Anti DDoS Protection.


Re: DDoS problem! - kaisersouse - 30.01.2013

Quote:
Originally Posted by CodyCummings
Посмотреть сообщение
If you have root access to the server and you're running Linux you're going to want to monitor traffic with iftop or ntop (iftop preferably), while you're in the ui of one of those tools, the IP's which have an unusually high bandwidth usage are the attackers, you're going to want to drop all on those IP's with iptables (firewall). For more info use ******, it's pretty simple.

On the other hand if you're using a server host, contact the host and suggest that they monitor their network more often (if you're sure you're being attacked). Let them know about attacks so they can deal with them.
If you haven't checked it out yet, take a peek at iptraf as well


Re: DDoS problem! - CoaPsyFactor - 30.01.2013

Best solution is hardware firewall against ddos


Re: DDoS problem! - RedCrossER - 30.01.2013

Just block the ip in firewall .......


Re: DDoS problem! - MartiQ - 31.01.2013

Quote:
Originally Posted by CodyCummings
Посмотреть сообщение
If you have root access to the server and you're running Linux you're going to want to monitor traffic with iftop or ntop (iftop preferably), while you're in the ui of one of those tools, the IP's which have an unusually high bandwidth usage are the attackers, you're going to want to drop all on those IP's with iptables (firewall). For more info use ******, it's pretty simple.

On the other hand if you're using a server host, contact the host and suggest that they monitor their network more often (if you're sure you're being attacked). Let them know about attacks so they can deal with them.
Is there something like that for Windows XP?