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

Solution for changable ip

kladi

New Member
Joined
Jun 20, 2008
Messages
62
Reaction score
0
Hello together,
I think one Year ago or more I have seen here on forum a very usefull help for me, but don´t know how can I find it what to write in search, I also don´t know this thread exist more.

The problem what I have is:

I have to write in my OT config.lua my ip that is normal, but now comes the problem. My ip is changing every 24h, so if I write my actually ip in config.lua in 24h server will go off, becouse the ip is not the same anymore.

Can anyone give me a solution about that, any one know perhaps if I write in config.lua

ip= "auto"

will this work?

or must this be like

ip= "89.15.90.211"


Looking forward for answer! :)
 
Hello together,
I think one Year ago or more I have seen here on forum a very usefull help for me, but don´t know how can I find it what to write in search, I also don´t know this thread exist more.

The problem what I have is:

I have to write in my OT config.lua my ip that is normal, but now comes the problem. My ip is changing every 24h, so if I write my actually ip in config.lua in 24h server will go off, becouse the ip is not the same anymore.

Can anyone give me a solution about that, any one know perhaps if I write in config.lua

ip= "auto"

will this work?

or must this be like

ip= "89.15.90.211"


Looking forward for answer! :)
You can use no-ip.com and setup a free DNS then download their software and it will update your IPv4 with your dns all the time. Pretty simple.

And then in config.lua you write your dns host.
 
an this dns like ip= "ots.no-ip.org" will work in in config lua? Have only install auto restarter to shut down server automatycly at x hour when the ip chane and start up again? Do I understand it right?

PS: Thanks for fast reply!
 
an this dns like ip= "ots.no-ip.org" will work in in config lua? Have only install auto restarter to shut down server automatycly at x hour when the ip chane and start up again? Do I understand it right?

PS: Thanks for fast reply!

The DNS service will update your ip and you can use a globalevent too for auto restarting.
 

Similar threads

Back
Top