Page 2 of 3
Re: 2Login 2GameServer 1PC?
Posted: Fri Oct 29, 2010 9:17 pm
by jurchiks
Interesting idea

I have only 1 static MAC-bound IP, so I wouldn't have guessed that... But what if the ISP gives you only 1 IP?
Re: 2Login 2GameServer 1PC?
Posted: Fri Oct 29, 2010 9:53 pm
by JavierDC
jurchiks wrote:Interesting idea

I have only 1 static MAC-bound IP, so I wouldn't have guessed that... But what if the ISP gives you only 1 IP?
2 LS and 2 GS does not work with ip
Re: 2Login 2GameServer 1PC?
Posted: Fri Oct 29, 2010 10:02 pm
by jurchiks
but you just said:
no. you have to use the same ports, with 2 ip, need to edit client na
Re: 2Login 2GameServer 1PC?
Posted: Sat Oct 30, 2010 12:14 am
by JavierDC
jurchiks wrote:but you just said:
no. you have to use the same ports, with 2 ip, need to edit client na
with 2 different ip
ie if you got 2 ip, no need to edit the client to connect to a server or other
Re: 2Login 2GameServer 1PC?
Posted: Sat Oct 30, 2010 9:09 am
by ben2k
But what can you do if you have no 2 ips?
Maybe you share your server with an other project which uses its on database and everything with a lower cronicle ...
Is there no way to use 2 ls on the same ip without editing the client?
Re: 2Login 2GameServer 1PC?
Posted: Sat Oct 30, 2010 10:47 am
by Airin
It is possible, but requires client (l2.exe) changing to Fyyre version and this is illegal.
If you download one DLL library and import it load to l2.exe, it is possible to change port. But, generally, it is hardcoded into engine.dll and you can't change it without special tools and, of course, client modding.
Re: 2Login 2GameServer 1PC?
Posted: Sat Oct 30, 2010 1:55 pm
by JavierDC
ben2k wrote:But what can you do if you have no 2 ips?
Maybe you share your server with an other project which uses its on database and everything with a lower cronicle ...
Is there no way to use 2 ls on the same ip without editing the client?
you can not use two LS with 1 ip.
espaƱol
no puedes usar dos LS con 1 ip.
Re: 2Login 2GameServer 1PC?
Posted: Sat Oct 30, 2010 3:24 pm
by benurb
ben2k wrote:Maybe you share your server with an other project which uses its on database and everything with a lower cronicle ...
All good server hosters give you more than one ip with your server ^^
Re: 2Login 2GameServer 1PC?
Posted: Sat Oct 30, 2010 4:20 pm
by JavierDC
Re: 2Login 2GameServer 1PC?
Posted: Sun Oct 31, 2010 12:00 pm
by pinkcore
Why are you smilling? My host can give me
up to 6 IP adresses per machine in Czech Republic's server housing Casablanca. But I don't need it I have 4 game servers on 1 login server.
Re: 2Login 2GameServer 1PC?
Posted: Tue Nov 02, 2010 8:11 am
by Edelvez
As I read you want to raise 2 LoginServer with a PC ... If you have 2 IP, 1 I would say get up Virtual PC and assign the ip you're not using on the host PC.
Re: 2Login 2GameServer 1PC?
Posted: Tue Nov 02, 2010 8:30 am
by benurb
You don't need a virtual machine, but a second IP. You just have to configure your os, to use both ips and then look in loginserver.properties. There you can define the IP, the login server will bind to.
To make it short. Whatever you do, it will never be possible to use more than one login server on one IP, unless you find a (legal) way to change the login port on client or create proxy applications, that listens on the client pc on port 2106 and redirects all traffic to another port on the server.
Re: 2Login 2GameServer 1PC?
Posted: Mon May 16, 2011 6:19 pm
by sancak
but what about local ip, isn't it unique?
Re: 2Login 2GameServer 1PC?
Posted: Wed Jun 08, 2011 10:26 am
by TheSaint
kotk wrote:odisey wrote:kotk wrote:You can't run 2 LoginServers on the same machine, as they will both need to bind to port 2106.
first LS:
loginserver.properties:
# Default: 2106
LoginserverPort = 2106
second LS:
loginserver.properties:
# Default: 2106
LoginserverPort = 2107
This change does you no good. Unless you plan to hack the client (which is illegal) and make it start using 2107.
It is possible if you can have two public IP's. You need to do the following:
1. Start first logon on TCP/2106
2. Start second logon on TCP/2107
3. Do the port translation (PAT) from IPpriv/2106 -> IPpublic1/2106
4. Do the port translation (PAT) from IPpriv/2107 -> IPpublic2/2106
Remember to allow traffic from outside world to your public IP's on TCP/2106.
And voila

Re: 2Login 2GameServer 1PC?
Posted: Fri Jun 24, 2011 6:38 pm
by ZumbuL
So basically either get two public IPs, to do it without breaking any rules of this forum, or edit the client.