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?.
LS Potential Flood
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
-
- Posts: 1160
- Joined: Thu Aug 30, 2007 5:17 pm
Re: LS Potential Flood
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
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: LS Potential Flood
you are flooding LS from localhost
search in LS config for section # Security
search in LS config for section # Security
-
- Posts: 51
- Joined: Wed Oct 13, 2010 10:11 pm
Re: LS Potential Flood
I have this in Security section:
What should I have to change? 
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

- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: LS Potential Flood
nothing there, is fine.
may be you have something wrong in IP settings ?
may be you have something wrong in IP settings ?
-
- Posts: 1160
- Joined: Thu Aug 30, 2007 5:17 pm
Re: LS Potential Flood
You using the pts client?
-
- Posts: 51
- Joined: Wed Oct 13, 2010 10:11 pm
Re: LS Potential Flood
Where to find this?
-
- Posts: 51
- Joined: Wed Oct 13, 2010 10:11 pm
Re: LS Potential Flood
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?.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: LS Potential Flood
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.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.