Page 1 of 1
LS Potential Flood
Posted: Thu Nov 11, 2010 1:11 am
by ElessarMS
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number: The Last (Freya)
L2JDP Revision
Number: The Last (Freya)
Hi guys, I have a problem with my LoginServer and I have no idea what can it be:
http://img16.imageshack.us/img16/9528/errorvz.jpg
This is happening only in the hosting server machine, in my computer this is not appearing, is someone with the same problem?, someone solved it already?.
Re: LS Potential Flood
Posted: Thu Nov 11, 2010 3:39 am
by MELERIX
revision nombers ?
Re: LS Potential Flood
Posted: Thu Nov 11, 2010 4:03 am
by hope
i see you have some custom things see if this is making any problems if so remove them use a clean build see if that helps
Re: LS Potential Flood
Posted: Thu Nov 11, 2010 9:30 am
by JIV
you are flooding LS from localhost
search in LS config for section # Security
Re: LS Potential Flood
Posted: Thu Nov 11, 2010 12:45 pm
by ElessarMS
I have this in Security section:
Code: Select all
# ---------------------------------------------------------------------------# Security# ---------------------------------------------------------------------------# Default: TrueLogLoginController = True # How many times you can provide an invalid account/pass before the IP gets banned.# Default: 10LoginTryBeforeBan = 10 # Time you won't be able to login back again after LoginTryBeforeBan tries to login.# Default: 600 (10 minutes)LoginBlockAfterBan = 600 # If set to True any GameServer can register on your login's free slots# Default: FalseAcceptNewGameServer = False # Enforce GameGuard authorization from client?# If True, login server will kick client if the client bypassed GameGuard authentication.# Default: FalseForceGGAuth = False # Flood Protection. All values are in MILISECONDS.# Default: TrueEnableFloodProtection = True # Default: 15FastConnectionLimit = 15 # Default: 700NormalConnectionTime = 700 # Default: 350FastConnectionTime = 350 # Default: 50MaxConnectionPerIP = 50
What should I have to change?

Re: LS Potential Flood
Posted: Thu Nov 11, 2010 9:54 pm
by MELERIX
nothing there, is fine.
may be you have something wrong in IP settings ?
Re: LS Potential Flood
Posted: Thu Nov 11, 2010 10:56 pm
by hope
You using the pts client?
Re: LS Potential Flood
Posted: Thu Nov 11, 2010 11:27 pm
by ElessarMS
Where to find this?
Re: LS Potential Flood
Posted: Wed Nov 17, 2010 2:18 pm
by ElessarMS
I've found the error,I've changed the server to other machine and the web is in the old one, the problem is the webpage, when someone is going inside is flooding my loginserver with the IP of the oldserver, befora was 127.0.0.1, now is the same but the IP of the old machine, what can I do to stop this flood?.
Re: LS Potential Flood
Posted: Wed Nov 17, 2010 2:30 pm
by jurchiks
it just means that your site uses instant one-time connections and doesn't cache any information. So every time the site loads up or is simply refreshed, it connects again and again, and depending on how many scripts do it, it might flood a lot.