DDOS Attack

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
r0x
Posts: 168
Joined: Sun Jul 26, 2009 10:13 pm
Location: Brazil

DDOS Attack

Post by r0x »

I am the target of DDOS attacks,
The target of the attacker is the the GameServer port after the attack the MySQL database is automatically turned off, and I do not know why.

Can anyone help?
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: DDOS Attack

Post by Aikimaniac »

nobody can help you except your ISP
Image
User avatar
Maraxer
Posts: 10
Joined: Sun Aug 12, 2007 1:16 pm

Re: DDOS Attack

Post by Maraxer »

If you have some mysql query quota set and somebody makes your server to make lot of query's by DDOS than Mysql will deny every query in next hour. So if you set

Code: Select all

MAX QUERIES PER HOUR 0  MAX UPDATES PER HOUR  0 MAX CONNECTIONS PER HOUR 0 
than Mysql probably won't shut down. But it's better to deal with attackers by some flood protector.
I would gladly share my custom mods, but I can't because I don't have 20 posts.
It almost rhymes :D
User avatar
r0x
Posts: 168
Joined: Sun Jul 26, 2009 10:13 pm
Location: Brazil

Re: DDOS Attack

Post by r0x »

Tip of the Day: Softlayer is a SHIT

To send the charge to your card are fast, but to help mitigate a DDOS attack is slow. Too slow!
User avatar
ThePhoenixBird
L2j Inner Circle
L2j Inner Circle
Posts: 1857
Joined: Fri May 27, 2005 5:11 pm

Re: DDOS Attack

Post by ThePhoenixBird »

Aikimaniac wrote:nobody can help you except your ISP
The only way is to fight back :twisted:
User avatar
r0x
Posts: 168
Joined: Sun Jul 26, 2009 10:13 pm
Location: Brazil

Re: DDOS Attack

Post by r0x »

I take what I said,
They are now more willing to help.

But unfortunately there is plenty to do.

At least now MySQL does not turn off. : D
-
Good mood: always
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: DDOS Attack

Post by MELERIX »

try PeerBlock: http://www.peerblock.com/ at least it helps to block ip ranges directly from your network card via driver.

also you can block specific ranges by: country, companies, spammers, flooders and others using this lists: http://www.iblocklist.com/lists.php

good luck ;)
User avatar
Gnacik
L2j Veteran
L2j Veteran
Posts: 925
Joined: Tue Dec 16, 2008 3:49 pm
Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
Contact:

Re: DDOS Attack

Post by Gnacik »

If its massive ddos it will not help. because packet must go to your network card, and then is dropped by firewall. interface just stuck because too many packets. massive ddos can be blocked only by isp before server on routers. some small childish ddos can be stopped by iptables firewall or at least can be reduced.
User avatar
r0x
Posts: 168
Joined: Sun Jul 26, 2009 10:13 pm
Location: Brazil

Re: DDOS Attack

Post by r0x »

The DDOS attack is huge, 5Gbps without stopping.

The ISP is doing everything possible, but attackers will not give up.

Thanks for the tips, I am researching everything about the attack.
kama3a
Posts: 125
Joined: Mon Jul 07, 2008 4:01 pm

Re: DDOS Attack

Post by kama3a »

only moneys can help you against DDoS attack.
Rent a proffesional ddos protection, or buy a cisco router with realy big internet connection.

Most of the ISP give up and block you.

no one from the Internet security institutions will do something to stop it or tell him "stop its against the law".
User avatar
regenx
Posts: 319
Joined: Sat Jul 17, 2010 6:55 am

Re: DDOS Attack

Post by regenx »

One option for you is to Install OS WIn2k8R2 Enterprise or Standard server editions, activate IPSec with akamai and others win. services for Dropping Packets, activate Win. firewall ON for private and ON for public, open your gameserver and loginserver ports ONLY for private from firewall ofcourse and you're DONE.

Good Luck !
User avatar
Szponiasty
Advanced User
Advanced User
Posts: 557
Joined: Mon Apr 21, 2008 1:31 pm
Location: Eastern Poland

Re: DDOS Attack

Post by Szponiasty »

regenx wrote:One option for you is to Install OS WIn2k8R2 Enterprise or Standard server editions, activate IPSec with akamai and others win. services for Dropping Packets, activate Win. firewall ON for private and ON for public, open your gameserver and loginserver ports ONLY for private from firewall ofcourse and you're DONE.

Good Luck !
Nope. No software solution will protect against DDoS (problem causes huge amount of packets on network interface, not OS being unable to process them).
And in the next chronicle they went into space, fighting the evil empire... In a galaxy far, far away xD
User avatar
regenx
Posts: 319
Joined: Sat Jul 17, 2010 6:55 am

Re: DDOS Attack

Post by regenx »

I know, for massive attacks you cant, but with some win services some people can drop packets from flood attacks.

If we all started to flood one to another, people at Microsoft would have already devastated :)
..and linux users too.


Check your server logs, send an email to your internet provider and CALL the mtherfcker and put him in jail ! :D

Flooding is illegal and punishable by imprisonment / JAIL in most countries around the world ! ;)
User avatar
r0x
Posts: 168
Joined: Sun Jul 26, 2009 10:13 pm
Location: Brazil

Re: DDOS Attack

Post by r0x »

Look what I found:
http://msdn.microsoft.com/en-us/library/Aa302363

Same as "SYN cookies" of Linux.
User avatar
Szponiasty
Advanced User
Advanced User
Posts: 557
Joined: Mon Apr 21, 2008 1:31 pm
Location: Eastern Poland

Re: DDOS Attack

Post by Szponiasty »

r0x wrote:Look what I found:
http://msdn.microsoft.com/en-us/library/Aa302363

Same as "SYN cookies" of Linux.
The goal of successful DDoS is making host unaccesible through internet. So if your os starts dropping packets and doesnt reply to requests = DDoS is successful (how you determine during DDoS which requests are valid and which are not?!). So - there is no software protection against DDoS.
And in the next chronicle they went into space, fighting the evil empire... In a galaxy far, far away xD
Locked