• 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!

Solved Only charlist visible for others

Diazapam

!ROFLMAO!
Joined
Jul 29, 2009
Messages
1,411
Reaction score
9
Location
$_GET['Country']
Haven't done anything with ots lately but I thought I'd try setting up a server again.

Trying to set it up i'm getting a pretty common error for others trying to connect (They can see characterlist but can't get into game).
As I'm aware of this is mostly because of a problem in the config.lua.

I'll lay it out for you:

Global IP: 217.X.X.X (from whatismyip.org)
Internal IP: 192.168.1.211
Ports opened: 7170-7180 (Also other ports like 80 etc.., this is configured properly)
OS: Ubuntu 10.04


Situation 1 (standard 0.4 config.lua, latest rev, only the global ip changed):


Code:
[19:20:54.674] > Global IP address: 192.168.1.211
[19:20:54.675] > Local IP address(es): 127.0.1.1
[19:20:54.678] > Bound ports: 7171      7172

From an computer inside the network (not the server) I can connect and login properly.

From an computer outside my network (friend for example), he can see the characterlist but he can't get into the game.

Using Open Port Check Tool I can see my port 7171 and 7172 marked as open (like they should).




Situation 2 (standard 0.4 config.lua, latest rev, only the global ip changed):

Code:
[19:26:59.750] > Global IP address: 217.X.X.X
[19:26:59.750] > Local IP address(es): 127.0.1.1
[19:26:59.752] > Bound ports: 7171      7172

From an computer inside the network (not the server) I cannot connect anymore (Cannot connect to a login server. Error: Connection refused. (10061)).

From an computer outside my network (friend for example), he cannot even see the characterlist anymore.

Using Open Port Check Tool I can see my port 7171 and 7172 marked as closed (WTF?! :huh:).


Hopefully someone can give me a solution or at least help me in the right direction.
 
Last edited:
Back
Top