• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Can't get my OT online!

tikkiz

New Member
Joined
Jul 1, 2009
Messages
9
Reaction score
0
Hello!

I have made a 8.6 TFS ot with a page and everything.

Everything works smooth with accounts, players, map etc. But when i try to change my Connection Config IP to the IP from (whatsmyip.org) neither me nor my friends can logg on.

I have opened the ports 7171, 7172, 80 and 3060 (i know 3060 is not needed and i'll get hacked, i'm going to remove it when i get it up).

I use a d-link router and i put my IP adress as the Ipv4 adress from ipconfig CMD and the names of the ports as Tibia, Tibia, Apache, MySQL.

I have made a no-ip.com host and downloaded DUC v4.0.1. It says my host is up.

At Open Port Check Tool i get the message:

Error: I could not see your service on 31.209.42.230 on port (7171)
Reason: Connection timed out

I have no clue how to fix the problem and i tried to search for a solution but cant find one.

This is my config.lua info:

-- Connection config
worldId = 0
ip = "31.209.42.230"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 1000
motd = "Welcome to the Forgotten Server 8.60!"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Forgotten 8.60"
loginMessage = "Welcome to the Forgotten Server 8.60!"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = false


Would appreciate any help i can get!

Regards,
Tikkiz
 
I tried all of them, nothing works. When i logg in with 127.0.0.1 i get to my character screen but cant logg in to any of the characters. When i try my global IP (What Is My IP ® | Shows Your IP Address.) I cant even get to the character select window. And my friends get nothing from my global IP. Also tried with the no-ip.org IP, nothing there.

I have my firewall (windows defender) and virus protection shut off.

In short: Localhost = Characterlist
Rest: Nothing
 
In your router you have to choose your right local ip address in order to open ports.
CMD - > IPConfig /all
Write in the last few numbers if your local ip (not global ip) in your router portforwarding. idk if i explained it well xD
 
I didn't quite catch that, i'll upload a picture of my settings with ipconfig /all opened! Tell me if it's right or wrong please! :D

otlandd.jpg

Thanks for your responses!
 
Bigger picture thanks.
upload on TinyPic - Free Image Hosting, Photo Sharing & Video Hosting and then you post the
url
 
No i did not! I checked it and now im only getting to the characterlist using my global IP to connect with. But i cant logg in. (im guessing i can find a solution for this pretty easily)

Thanks alot for your help everybody!
 
Yeah, stop using ur ipv4 address in ur config lua. use ur global ip, if this doesnt work you need to mark off EVERYTHING! Tibia and portforwarding in the router
 
Im using my global IP in config.lua, arent i? Yea i did mark everything in the portforwarding site.

I still cant logg on, just stuck on loading when i try to logg into my character.

It also says "Success: I can see your service on 31.209.42.230 on port (7172)
Your ISP is not blocking port 7172" on all my ports.

Anyone know how to fix this issue? :)

As mentioned, everything works using "127.0.0.1" in config.lua, but when i swap to "31.209.42.230" (my global ip from whatsmyip.org) i can only get to the characterlist :(
 
Turn off your firewall public and private. Idk if you have that option, you should

@edit
Dont use 127.0.0.1 in config lua because that only works for you
Use your global ip.
 
Back
Top