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

Can't connect to game server (10061)

Paulix

Active Member
Joined
Sep 13, 2012
Messages
129
Solutions
7
Reaction score
26
I recently formated my PC, didn't change anything, but now i can't host my server anymore, I can login and see character list, but can't join the server using external ip.
My server is tfs 0.4.3777 client 8.6, I can only join if using 127.0.0.1 otherwise can't pass the character list, firewall is disabled for test purposes, but ports 7171 and 7172 have been opened both in in and out rules. Port fowarding is done (it was working before pc format).
Here is my port forwarding rules:
port foward.png
Netstat:
netstat.png
Game login screen and error:
login.png
fail.png
Server running (ip is hidden)
server.png
and ip config:

Code:
-- Connection config
    worldId = 0
    ip = "external ip"
    loginPort = 7171
    gamePort = 7172
    loginTries = 10
    retryTimeout = 5 * 1000
    loginTimeout = 60 * 1000
    maxPlayers = 80
    motd = "Welcome to Paulix OT Server"
    displayOnOrOffAtCharlist = false
    onePlayerOnlinePerAccount = false
    allowClones = false
    serverName = "Paulix OT"
    loginMessage = "Welcome to Paulix OT Server"
    statusTimeout = 5 * 60 * 1000
    replaceKickOnLogin = true
    forceSlowConnectionsToDisconnect = false
    loginOnlyWithLoginServer = false
    premiumPlayerSkipWaitList = true

As I said before, if i use 127.0.0.1 on config.lua i can login on server, but if I use my external IP or no-ip I can't pass character list
 
Try reading/following replies in this thread and see if it works or not.

What IP you try login with? Try 127.0.0.1, 192.168.0.100 and then try your global IP maybe one of them will work.
 
Try reading/following replies in this thread and see if it works or not.

What IP you try login with? Try 127.0.0.1, 192.168.0.100 and then try your global IP maybe one of them will work.
on client it doesnt matter what ip i use, 127.0.0.1 or 192.168.0.100 or global, all of cant pass character list.
i did everything from the post you sent, but still cant pass character list
 
Back
Top