Page 1 of 1

Limit number of concurent connections

Posted: Wed Apr 15, 2009 7:15 pm
by make.kernel
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:2920
L2JDP Revision Number:5945

How can I limit number of active connections from same IP? I'd like to limit it to 2. Is it possible to have some list of IP's that will bypass this limits? I've looked to .properties but nothing come on my eyes.

Re: Limit number of concurent connections

Posted: Wed Apr 15, 2009 7:40 pm
by MELERIX
Look at... loginserver.properties

Code: Select all

# Default: 50MaxConnectionPerIP = 50

Re: Limit number of concurent connections

Posted: Wed Apr 15, 2009 7:48 pm
by make.kernel
Oh, my fault. Looked for this only in game server config.
As far as I see in sources there is no way to bypass limits based on IP/subnet.