Page 1 of 1

3 Gameservers in 2 different Dedicated servers

Posted: Thu Sep 15, 2011 2:34 pm
by lucan
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4912
L2JDP Revision Number: 8347

I wonder how to set up my servers in the following situation ...
I have a dedicated server with ...

- One Loginserver
- Two Gameservers (port 7777 and 7778)
Both servers responding to IP xxx.xxx.xxx.xxx

I registered a third gameserver (port 7779) in loginserver but the IP of my third gamserver is yyy.yyy.yyy.yyy
They are different servers in different locations and different IPs and networks.
I got to the third gameserver register in loginserver without problems, but when I try to connect to this third server does not connect.

settings for my third gameserver...

server.properties
# The IP of loginserger
LoginHost = xxx.xxx.xxx.xxx
GameserverPort = 7779

ipconfig.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="yyy.yyy.yyy.yyy" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">    <!-- Localhost here -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- Internalhosts here (LANs IPs) -->    <define subnet="10.0.0.0/8" address="10.0.0.0" />    <define subnet="172.16.0.0/19" address="172.16.0.0" />    <define subnet="192.168.0.0/16" address="192.168.0.0" /></gameserver> 
My other two gamerservers (working normally) ...

server.properties
# The IP of loginserger
LoginHost = xxx.xxx.xxx.xxx
GameserverPort = 7777 and 7778

ipconfig.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="xxx.xxx.xxx.xxx" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">    <!-- Localhost here -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- Internalhosts here (LANs IPs) -->    <define subnet="10.0.0.0/8" address="10.0.0.0" />    <define subnet="172.16.0.0/19" address="172.16.0.0" />    <define subnet="192.168.0.0/16" address="192.168.0.0" /></gameserver> 
The firewall and router port of third server are Open (7779)
The firewall and router port of loginserver are open (2106, 7777, 7778, 9014*)
* Open to third GS login.

I can only connect to gameservers 1 and 2, the third gameserver that is on another server with another IP and other network I can't connect.
Can anyone tell me if this type of configuration can be done? If this can be done where I'm wrong?
Thanks!!

Re: 3 Gameservers in 2 different Dedicated servers

Posted: Fri Sep 16, 2011 9:18 am
by tukune
No error message?

Re: 3 Gameservers in 2 different Dedicated servers

Posted: Fri Sep 16, 2011 11:43 am
by lucan
No errors, the third Gameserver (IP: yyy.yyy.yyy.yyy) connect normally in the Login server (IP: xxx.xxx.xxx.xxx) but the L2 client dont connect in this server.

Re: 3 Gameservers in 2 different Dedicated servers

Posted: Tue Sep 20, 2011 5:57 pm
by lucan
Anyone had to do this?
2 Gameservers in two different phisical machines and 2 different networks.
Sounds simple but I dont know why that is not working :cry:

Re: 3 Gameservers in 2 different Dedicated servers

Posted: Mon Feb 27, 2012 9:37 pm
by Obscene
I am currently working on a project, and we are in a similar situation.

Right now, we have Login1 and Gameserver1 on a single machine, and we are running a Gameserver2 on another machine.

I would like to link both Gameserver1 and Gameserver2 to Login1.

I saw a Guide a few days ago regarding this exact topic, I'm looking for it now... If I find it I'll link it here, but if anyone who has done something like this

There's no reason to get into the specifics of where we are in this process right now, it's bad enough that I'm resurrecting this 4 month old thread...