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

OTCv8 can't connect to my own server (Sabrehaven)

leetz

New Member
Joined
May 5, 2014
Messages
13
Reaction score
0
I don't know what's wrong but for some reason I can only set up the server for playing it either on LAN or over the internet. Not both at the same time.
config.lua
ip = "my public IP i get from the ISP"
bindOnlyGlobalAddress = false -- (tried also on true)

If i set ip = "192.168.1.5" -- I can login from LAN but not from internet. (In both scenarios I get the char list btw)
If i set my public ip, I can then login from the internet but not over LAN anymore.

Using OTCv8. Does someone know what's wrong there? Thanks in advance!
 
 
Thank you Maingold!
Managed to fix my LAN game-clients by editing the protocollogin.lua in this tutorial.
This workaround is simple and effective, you just need to override the IP OTClient is trying to connect to.
 
Back
Top