how to limit the number of L2Clients per Computer?

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
User avatar
elmarkivo
Posts: 34
Joined: Sun Mar 11, 2007 4:12 pm

how to limit the number of L2Clients per Computer?

Post by elmarkivo »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

i'm using Gracia T2.2 branches.
I want to know if its possible to limit the number of clients a player can open in his computer (not by IP).
i want to limit to 1 because almost the players open 4 o 5 clients and the roleplaying is lost, but i don´t want lo limit by ip because some players are playing under the same ip address.

it's possible to identify the computer of the player by the server?

Thanks
User avatar
RiZe
Posts: 122
Joined: Mon Mar 24, 2008 12:44 am
Location: Czech Republic
Contact:

Re: how to limit the number of L2Clients per Computer?

Post by RiZe »

Without some client-side software it's impossible
User avatar
elmarkivo
Posts: 34
Joined: Sun Mar 11, 2007 4:12 pm

Re: how to limit the number of L2Clients per Computer?

Post by elmarkivo »

ok, so maybe i need other software to do that.

if someone knows a way to do that i can implement it, but i don´t know where start.

thx
toastgodsupreme
Posts: 750
Joined: Sun Dec 07, 2008 7:01 pm
Location: Poland

Re: how to limit the number of L2Clients per Computer?

Post by toastgodsupreme »

elmarkivo wrote:ok, so maybe i need other software to do that.

if someone knows a way to do that i can implement it, but i don´t know where start.

thx
With proper firewall software you can limit the amount of connections per IP to a specific port. I'm talking about highly configurable software or linux and a good working knowledge of iptables.
User avatar
RiZe
Posts: 122
Joined: Mon Mar 24, 2008 12:44 am
Location: Czech Republic
Contact:

Re: how to limit the number of L2Clients per Computer?

Post by RiZe »

toastgodsupreme wrote:
elmarkivo wrote:ok, so maybe i need other software to do that.

if someone knows a way to do that i can implement it, but i don´t know where start.

thx
With proper firewall software you can limit the amount of connections per IP to a specific port. I'm talking about highly configurable software or linux and a good working knowledge of iptables.
True but he said
I want to know if its possible to limit the number of clients a player can open in his computer (not by IP).
and here we are. Afaik there is no way how to limit number of game clients without some client-side software.
User avatar
elmarkivo
Posts: 34
Joined: Sun Mar 11, 2007 4:12 pm

Re: how to limit the number of L2Clients per Computer?

Post by elmarkivo »

yes, i understand that it's possible only with additional software, my question is what should do that software :lol:

thanks for the replies
Eragon
Posts: 82
Joined: Thu Apr 21, 2005 2:14 pm

Re: how to limit the number of L2Clients per Computer?

Post by Eragon »

You won't get any answer to that, Client Modifications are prohibited
User avatar
elmarkivo
Posts: 34
Joined: Sun Mar 11, 2007 4:12 pm

Re: how to limit the number of L2Clients per Computer?

Post by elmarkivo »

mmm

you are right, the only way is by client modification... shit!

well... thanks anyway
User avatar
RiZe
Posts: 122
Joined: Mon Mar 24, 2008 12:44 am
Location: Czech Republic
Contact:

Re: how to limit the number of L2Clients per Computer?

Post by RiZe »

Hm, maybe some low-level application could do this without any client modification. Something like residential scanner but it should have some server-side to check if the scanner is running so another piece of sh** like GameGuard, more problems and no positives in compare to negatives.
lhw
Posts: 8
Joined: Fri Apr 17, 2009 6:13 pm

Re: how to limit the number of L2Clients per Computer?

Post by lhw »

Well you could write a simple program that checks for the existence of multiple L2 clients on the client side,
maybe make it mandatory to start the executable via a launcher of yours which then starts the background progress.
Then you built-in a server side socket that listens for those connections and checks on multiple clients. Of course that's all way apart from everything you thought of I guess.

No, I would say there is no easy way to guarantee that there is only one client running on the machine.
Post Reply