• 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 Basic problem with login

lokatylokacz

New Member
Joined
Feb 26, 2011
Messages
58
Solutions
2
Reaction score
4
Location
P(r)oland
Hello

I just wanna ask what ip I should have in config.lua if I got dynamic IP address
Code:
-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "(...).ddns.net"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0
motd = "Welcome to OTS!"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "OTS"
statusTimeout = 5 * 1000
replaceKickOnLogin = true
maxPacketsPerSecond = 300

If I have my no-ip all can connect to my server but I can't from my PC and other PC in my LAN.
If I change it to local IP 192.168.1.15 I can connect from all PCs in my LAN but no1 else.
How to configure this to make it works for all ?
One more what is bindOnlyGlobalAddress?

Thx for any help!
 
Last edited:
are you trying to connect with your global ip or localhost/127.0.0.1?

I was trying to connect with:
localhost
127.0.0.1
no-ip
192.168.1.15

All fail, but with local/192./127 I get to character screen, with no-ip can't even connect to character screen

edit:
If I Get to character screen I got:
https://imgur.com/xyWloU1
and if I EXIT tibia client my character logs into OTS oO

edit2:
solved!
 
Last edited:
Back
Top