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

Issues with running TFS 1.6 with external IP

ItsWizZard

New Member
Joined
Dec 4, 2022
Messages
5
Reaction score
0
Before posting this I have already looked for a solution to my problem and was not able to resolve it.

Hey guys, so today I have tried to Open a dev server for me and my friend.

I have opened all necessary ports: 80, 7171, 7172, 8080.

Website works on all IP's: localhost, 127.0.0.1, internal: 192.168.0.45, external IP & domain.

The issue lies with the server and the server's config:
LUA:
ip = "xxx"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
httpPort = 8080
httpWorkers = 1

when I set the IP to: 127.0.0.1, the server starts and I can login with the 127.0.0.1 client as expected.

when I set the IP to: 192.168.0.45, the server starts and logging in with 127.0.0.1 client is not possible, logging in with 192.168.0.45 client gets me into the character list but when I choose a character I get Your game session is already locked to a different IP. Please log in again., and I get the same error message when trying to login with external IP client.

when I set the IP to: external IP or domain, the server crashes after this.
1728704449093.webp

Any help is much appreciated.
 
bump i got the same problem. and i try to google it also.
Post automatically merged:

i did write my Gloabl ip and bindonly global ip true and set oneplayeronlineperaccount = false.
then its works. but its not the right way i feel
 
Last edited:
Back
Top