• 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 Login Problem

TheLinuxist

New Member
Joined
Jul 3, 2011
Messages
2
Reaction score
0
Hello,

I have a problem about the TFS Server Version 0.3.6pl1. I downloaded the sourcecode, configured and made it just fine. After reading in the database information into my MySQL Database and starting the server, the following problem occurs:
When launching the client and connecting the server, it asks for a user name and a password (Both "1" like in the default entry of the database). Then, it opens up the character selection. Selecting the account manager char is just bringing up a loading screen. About 30 Seconds later, the connection gets timed out.
I am just the one managing the server and I can definitely tell that the ports are forwarded correctly, since my port checker says they are (7171 and 7172). But apparently, the server doesn't even get a request (no sign of that in the logfiles). What could that be?
 
It was a config.lua issue. By default, the server's global IP adress is set to 127.0.0.1, but this way, it is impossible for anything else to connect to the server (No idea why, I am just the guy managing the OS, hardware, data and community). To have it connect, try to set it to the Server's IP in your LAN (At least it gets the connection from the LAN, we are not on the internet yet so I can't tell you if it works from the net, too).
 
Back
Top