Botnet

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Lupu1
Posts: 335
Joined: Wed Nov 04, 2009 7:51 am

Botnet

Post by Lupu1 »

Have any ideas how to protect server from botnet, I have flood protection but when they flood with botnet my net from ip no works for 30 min.
User avatar
ZaKaX
Posts: 357
Joined: Thu Nov 22, 2007 6:28 am
Location: Somewhere in Asia.

Re: Botnet

Post by ZaKaX »

Code: Select all

Index: floodprotector.properties===================================================================--- floodprotector.properties	(revision 3024)+++ floodprotector.properties	(working copy) -9,84 +9,84 @@ # PunishmentTime - for how many minutes should the player(jail)/account(ban) be punished (0 = forever), valid only for PunishmentType 'jail' or 'ban'  # UseItem - item usage flooding-FloodProtectorUseItemInterval = 4+FloodProtectorUseItemInterval = 99999 FloodProtectorUseItemLogFlooding = False FloodProtectorUseItemPunishmentLimit = 0 FloodProtectorUseItemPunishmentType = none FloodProtectorUseItemPunishmentTime = 0  # RollDice - rolling dice flooding-FloodProtectorRollDiceInterval = 42+FloodProtectorRollDiceInterval = 99999 FloodProtectorRollDiceLogFlooding = False FloodProtectorRollDicePunishmentLimit = 0 FloodProtectorRollDicePunishmentType = none FloodProtectorRollDicePunishmentTime = 0  # Firework - firework flooding-FloodProtectorFireworkInterval = 42+FloodProtectorFireworkInterval = 99999 FloodProtectorFireworkLogFlooding = False FloodProtectorFireworkPunishmentLimit = 0 FloodProtectorFireworkPunishmentType = none FloodProtectorFireworkPunishmentTime = 0  # ItemPetSummon - item summonning and pet mounting flooding-FloodProtectorItemPetSummonInterval = 16+FloodProtectorItemPetSummonInterval = 99999 FloodProtectorItemPetSummonLogFlooding = False FloodProtectorItemPetSummonPunishmentLimit = 0 FloodProtectorItemPetSummonPunishmentType = none FloodProtectorItemPetSummonPunishmentTime = 0  # HeroVoice - hero voice flooding-FloodProtectorHeroVoiceInterval = 100+FloodProtectorHeroVoiceInterval = 99999 FloodProtectorHeroVoiceLogFlooding = False FloodProtectorHeroVoicePunishmentLimit = 0 FloodProtectorHeroVoicePunishmentType = none FloodProtectorHeroVoicePunishmentTime = 0  # GlobalChat - global chat flooding-FloodProtectorGlobalChatInterval = 5+FloodProtectorGlobalChatInterval = 99999 FloodProtectorGlobalChatLogFlooding = False FloodProtectorGlobalChatPunishmentLimit = 0 FloodProtectorGlobalChatPunishmentType = none FloodProtectorGlobalChatPunishmentTime = 0  # Subclass - subclass flooding-FloodProtectorSubclassInterval = 20+FloodProtectorSubclassInterval = 99999 FloodProtectorSubclassLogFlooding = False FloodProtectorSubclassPunishmentLimit = 0 FloodProtectorSubclassPunishmentType = none FloodProtectorSubclassPunishmentTime = 0  # DropItem - drop item flooding-FloodProtectorDropItemInterval = 10+FloodProtectorDropItemInterval = 99999 FloodProtectorDropItemLogFlooding = False FloodProtectorDropItemPunishmentLimit = 0 FloodProtectorDropItemPunishmentType = none FloodProtectorDropItemPunishmentTime = 0  # ServerBypass - server bypass flooding-FloodProtectorServerBypassInterval = 5+FloodProtectorServerBypassInterval = 99999 FloodProtectorServerBypassLogFlooding = False FloodProtectorServerBypassPunishmentLimit = 0 FloodProtectorServerBypassPunishmentType = none FloodProtectorServerBypassPunishmentTime = 0  # ServerBypass - multisell list request flooding-FloodProtectorMultiSellInterval = 1+FloodProtectorMultiSellInterval = 99999 FloodProtectorMultiSellLogFlooding = False FloodProtectorMultiSellPunishmentLimit = 0 FloodProtectorMultiSellPunishmentType = none FloodProtectorMultiSellPunishmentTime = 0  # All kind of other transactions - to/from pet, private store, warehouse, destroy-FloodProtectorTransactionInterval = 10+FloodProtectorTransactionInterval = 99999 FloodProtectorTransactionLogFlooding = False FloodProtectorTransactionPunishmentLimit = 0 FloodProtectorTransactionPunishmentType = none FloodProtectorTransactionPunishmentTime = 0  # SendMail - sending mail interval, 60s on retail-FloodProtectorSendMailInterval = 600+FloodProtectorSendMailInterval = 99999 FloodProtectorSendMailLogFlooding = False FloodProtectorSendMailPunishmentLimit = 0 FloodProtectorSendMailPunishmentType = none
Fixed. You got a fool protection against botnets.

Okay more seriously, only thing you can do is get an host that provides cisco's and co. :)
¿ Que dice los cojones de la nina ?
Lupu1
Posts: 335
Joined: Wed Nov 04, 2009 7:51 am

Re: Botnet

Post by Lupu1 »

Linux can fix this prob?
User avatar
qwerty13
Posts: 640
Joined: Mon Feb 02, 2009 9:57 am
Location: Europe
Contact:

Re: Botnet

Post by qwerty13 »

If ddos not "seriously", it can be easy blocked with iptables.
Lupu1
Posts: 335
Joined: Wed Nov 04, 2009 7:51 am

Re: Botnet

Post by Lupu1 »

Well now i have a firewall but they flood so hard my net fails for some hours.
Post Reply