2 login servers on 1 root

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
gio
Posts: 186
Joined: Fri Apr 13, 2007 1:40 am
Contact:

2 login servers on 1 root

Post by gio »

hello guys,

my question is simple.
Is it possible to host 2 login servers on a root with 2 IPs?

regards
gio
---
L2J = Convert.ToL2J(L2off);
---
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: 2 login servers on 1 root

Post by devo »

if you use different port, than it should be ok.
A hero of war is that what they see...
gio
Posts: 186
Joined: Fri Apr 13, 2007 1:40 am
Contact:

Re: 2 login servers on 1 root

Post by gio »

That was my first though.
But doesn't the client connect only to a specific port?
I mean if I change the port of the second login server, is the client able to connect to the second login server?
---
L2J = Convert.ToL2J(L2off);
---
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: 2 login servers on 1 root

Post by devo »

oh you are right, one ip = one login. True.
A hero of war is that what they see...
gio
Posts: 186
Joined: Fri Apr 13, 2007 1:40 am
Contact:

Re: 2 login servers on 1 root

Post by gio »

ok but,
my server has 2 ips.. is it possible to open the same port once for each ip?
---
L2J = Convert.ToL2J(L2off);
---
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: 2 login servers on 1 root

Post by devo »

nope, use different port for different ip, client will connect automaticly, just set that port in config.
A hero of war is that what they see...
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: 2 login servers on 1 root

Post by _DS_ »

Just bind to the 0.0.0.0
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Post Reply