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

Ok I need to solve this problem.

brendan2

Sensation black
Joined
Feb 19, 2009
Messages
507
Reaction score
1
People cannot log into server but they can connect to acc manager and all that.
Im pretty sure I put the stuff right since I had a server up before.
Questions.
Please put how to fix or ansers with steps to fix.

1:I dont exactly no what ip I use for config.lua

2:someone says its my ports and there not open? if its true how do I open them.

3: I have no-ip.info I dont no if I did it right but I made a acc and downloaded the thing i needed it has the no-ip thing i made with a smily face next to it. Did i do it right?

4:I DONT USE FIRE WALL
im using 8.41 forgottenserver mysql
 
Enter What Is My IP Address? - IP Address Lookup, Internet Speed Test, IP Info, plus more

This is your global IP.
If your global IP change every time you restart your router, then your ISP don't want you to host anything.

The function of your router box is that it shares the Internet you get, into several computers.
With other words, you also get a local IP, all your local IP's binds to the global IP.

Common local IPs are:
10.0.0.X
or
192.168.Z.X
(X replaced with a random number depending on how many computers you got/ how many times your computer has connected to the router.)

(Z replaced with a random number depending on what router you got.)

In config.lua on your OT server, it is the global IP that matters, so make sure to write your global IP in there.

Now remember, in your router, you need to assign network traffic like OT hosting, so your Global IP know which Local IP to send the OT traffic to.

So you need to tell your router, "Internet traffic through port 7171 need to be assigned to this local IP"

7171 = the most used port that tibia transfer internet traffic through.
local IP = local ip is assigned to a special computer inside your house. Every computer gets its own local IP.

Two computers can never get the same local IP through the same router.

I hope you understand the logic a bit more. :)
 
Last edited:
Back
Top