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

Lua config.lua problem

Carlos768

New Member
Joined
Aug 31, 2010
Messages
11
Reaction score
1
Hello
i have a problem with my ip in config.lua
I have this place in the config.lua

-- Connection config
worldId = 0

ip = "zerow0rld.sytes.net"

but when I open my ot I get this

[3:39:48:795] :: Global IP adress: 186.106.xxx.xxx

and when my ip changes, nobody can enter to my server
i need to make my global ip adress looks like "zerow0rld.sytes.net" (in my server cmd)

How i can do that?
 
you can't bind it to a hostname or domain, it'll always resolve it and listen on the IP behind it.
even if you could, all remote players would lose connection to the server anyway, so yea you have to restart it and run No-Ip.org's DUC (DNS update client) in the background.
or just get a static IP
 
yh on my server i have the hostname in the config etc. But if you mean you need a static i.p, then get no-ip. It has a program that you just run now and again, when you ip changes/reconnect to internet or something, and it autoupdates ip.
 
Back
Top