3 Gameservers in 2 different Dedicated servers

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
lucan
Posts: 590
Joined: Wed Mar 16, 2011 10:39 pm
Location: Brazil

3 Gameservers in 2 different Dedicated servers

Post 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!!
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: 3 Gameservers in 2 different Dedicated servers

Post by tukune »

No error message?
User avatar
lucan
Posts: 590
Joined: Wed Mar 16, 2011 10:39 pm
Location: Brazil

Re: 3 Gameservers in 2 different Dedicated servers

Post 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.
User avatar
lucan
Posts: 590
Joined: Wed Mar 16, 2011 10:39 pm
Location: Brazil

Re: 3 Gameservers in 2 different Dedicated servers

Post 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:
Obscene
Posts: 3
Joined: Wed Mar 16, 2011 5:56 pm

Re: 3 Gameservers in 2 different Dedicated servers

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