• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Running two TFS'es on one server.

Joined
Jun 16, 2008
Messages
626
Reaction score
3
Location
Gdańsk, Ustka
I have following problem:

A "hoster" share me (and friend) a "part" of dedicated server (Debian). He bought two IP adresses for us. We want to run our servers on same ports (7171).

The problem is "crashing" (?) servers when we try to run it.

I have in my "config.lua":
Code:
ip = "94.[...]"
bindOnlyConfiguredIpAddress = "yes"
and friend:
Code:
ip = "82.[...]"
bindOnlyConfiguredIpAddress = "yes"

When we try to run our servers we get:
Code:
>> All modules were loaded, server is starting up...
>> MyTestServer server Online!


[1]+  Done                    ./theforgottenserver

What to do :)?

@edit:
Hoster have IP: "85.***" - When i tried to run OTS on his IP it worked succesfully. There wasnt any problems.
Buuut... On the "main ip" we can run only 1 TFS - no more - we want 2 :p on same ports ;]
 
Last edited:
Hmm... I have 2 otses, 8 GB ram (ddr 3), 4 cores (each 2.66 - 3.2GHz), 4 IPs (ovh.org) and no problems.
I added 'ips to interface' like in ovh tutorial, added 2 different IPs (linux config, ots config) to ots and for both OTSes use login port 7171 and it WORK. 2 otses, 1 dedic, 2 IPs. All is ok.

Gesior
 
Back
Top