LS Potential Flood

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
ElessarMS
Posts: 51
Joined: Wed Oct 13, 2010 10:11 pm

LS Potential Flood

Post 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?.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: LS Potential Flood

Post by MELERIX »

revision nombers ?
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: LS Potential Flood

Post 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
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: LS Potential Flood

Post by JIV »

you are flooding LS from localhost

search in LS config for section # Security
ElessarMS
Posts: 51
Joined: Wed Oct 13, 2010 10:11 pm

Re: LS Potential Flood

Post 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? :?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: LS Potential Flood

Post by MELERIX »

nothing there, is fine.

may be you have something wrong in IP settings ?
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: LS Potential Flood

Post by hope »

You using the pts client?
ElessarMS
Posts: 51
Joined: Wed Oct 13, 2010 10:11 pm

Re: LS Potential Flood

Post by ElessarMS »

Where to find this?
ElessarMS
Posts: 51
Joined: Wed Oct 13, 2010 10:11 pm

Re: LS Potential Flood

Post 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?.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: LS Potential Flood

Post 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.
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.
Post Reply