• 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 Connection problem

dram

New Member
Joined
Feb 13, 2008
Messages
21
Reaction score
0
Code:
[22:13:25.220] request output message - auto = 0
[22:13:25.221] Sending message - SINGLE
[22:13:25.221] Connection::send init
[22:13:25.221] Protocol::onSendMessage
[22:13:25.221] Protocol::onSendMessage - encrypt
[22:13:25.221] Protocol::onSendMessage - crypto header
[22:13:25.221] Connection::send 110
[22:13:25.221] Connection::close
[22:13:25.221] onWrite
[22:13:25.221] onWrite
Connection::closeConnection
[22:13:25.221] Connection::closeSocket
[22:13:25.221] Closing socket
[22:13:25.221] Connection::close
[22:13:25.221] Connection::closeSocket
[22:13:25.221] [Error - handleReadError] Reading - detail - Operation canceled (Operation canceled)
[22:13:25.221] Connection::close
[22:13:25.261] onCreatureLeave - Sherry McRonald
[22:13:25.271] Deleting ProtocolLogin
[22:13:25.271] Releasing connection

My friend can connect, saw char list but cant join to character - time out.

Port opened ofc

- - - Updated - - -

bump
 
The code 110 means a TIMEOUT in the socket connections.

Which version you are using? You are using loginServer separated from gameServer?

All the ports and firewalls from both sides (your machine and his machine) are opened?

Regards,
 
My internet connection is configure that i'm for nat from my internet deliver.

But ppl from internet can connect to me using public ip, and i have opened all ports

I dont know how to configure my server. I know that, this is failure source files.

PPL can connect to port 7171 see character list, but can't connect to game - time out.

- - - Updated - - -

Hmm.

Could you tell me the line of file where server return "GAME PORT" to client ? (ex. 7172)

I dont think that solve my problem, but shows me the way.

Regards.

TFS 0.4
 
are you use SSH? putty* or is your pc in your home have OS system linux?
debian-ubuntu?
you can see what IPS are blocks in your server with:
Code:
iptables -L
 
Back
Top