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

Windows Problem with port. Paying if you solve it!

Bondy

New Member
Joined
Mar 28, 2009
Messages
282
Reaction score
1
I have been tryng to log into my server and it doesnt work. It shows me the character list but then it shows a weird "connection timeout" message. Someone said it was cuz port 7172 was not opened. So i opened it. But it still doesnt work properly and i have the same msg. If anyone could help me, and make it work, ill be pleased and also ill pay via paypal.

This is what i have


-- Connection Config
ip = "190.8.104.157"
loginProtocolPort = 7171
gameProtocolPort = 7172
adminProtocolPort = 7171

Please help!
 
Last edited:
I just spent 1 hour fixing this. It happened to my server too.

It was very simple. Goto your config.lua and makesure you change to
Code:
	-- Connection Config
	ip = "208.110.91.93"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171

Not "localhost".
 
I just spent 1 hour fixing this. It happened to my server too.

It was very simple. Goto your config.lua and makesure you change to
Code:
	-- Connection Config
	ip = "208.110.91.93"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171

Not "localhost".


I never used the ip as "localhost"..I dont get ur joke.
 
Try changing to this:
Code:
-- Connection Config
ip = "190.8.104.157"
loginProtocolPort = 7171
gameProtocolPort = 7171
adminProtocolPort = 7172
statusProtocolPort = 7172
 
Back
Top Bottom