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

Solved ninjalulz/forgottenserver 800

The only way to enter without global IP is port binding, But all players who enter It server has my same IP WTF! Does anyone know why this happens?

Additional Information:
If anyone knows how I can run the server with the local ip without using port binding.
Sources: ninjalulz/forgottenserver 800

Example with open ports!
-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "test-colombia.dynu.com"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171

TFS 1.x 800 Error: "10060"
People can enter, I can not get in.
EAD.jpg


TFS 1.x 10.xx Error: "no have"
People can enter I also can enter.
55_B.jpg


Thanks for your time.

It's normal, when you use something for dynamic ip like dyn dns.
It's like:
Code:
  player -> test-colombia.dynu.com [ip: 181.138.236.111] -> your server
So your server only see this one ip...

If you want fix it buy some VPS (for example cheapest VPS on digitalocean cos 5$ per month). Then it will look like:
Code:
  player -> your server
 
Back
Top