Limit number of concurent connections

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
make.kernel
Posts: 5
Joined: Thu Apr 02, 2009 3:34 pm

Limit number of concurent connections

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

Re: Limit number of concurent connections

Post by MELERIX »

Look at... loginserver.properties

Code: Select all

# Default: 50MaxConnectionPerIP = 50
make.kernel
Posts: 5
Joined: Thu Apr 02, 2009 3:34 pm

Re: Limit number of concurent connections

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