• 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 Can't connect to my server (Error 10061)

k4non

New Member
Joined
Mar 25, 2008
Messages
14
Reaction score
0
Location
Brazil, São Paulo
So, here's the problem:
I'm running the server on my notebook (Ubuntu). Whenever I try to connect to it with my PC (Windows), it gives me the error 10061 (friends can't connect too). That's when I'm using the global ip at config.lua. When I changed it to the lan ip (192.168.x.x), I can connect just fine. It's the same thing when I open the server on Windows.

Obs: I'm using TFS 0.2.11pl2 btw and I already port forwarded all the necessary ports (7171, 7172, 3306 and 80)
Obs2: When using the global ip and trying to connect with the lan ip, I can get to the char list, but it gives the same error after that.

Here's the netstat with the server open:
Code:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN      -               
tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      1586/vino-server
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      -               
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      -               
tcp        0      0 0.0.0.0:7171            0.0.0.0:*               LISTEN      8268/forgottenserve
tcp        0      0 0.0.0.0:7172            0.0.0.0:*               LISTEN      8268/forgottenserve

I'll be very grateful if someone can help me. Thanks.
 
Back
Top