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

[LOG] Problems

perwal

New Member
Joined
Jul 14, 2011
Messages
65
Reaction score
1
Location
Poland Torun
Hiho,
I have internal ip and use no-ip. Everything works, but when a colleague wants to log pops up a dialog box, and then you can not login. Website of acc maker works well.

Config.lua

Code:
        worldId = 0
	ip = "127.0.0.1"   <----- jeżeli wpisze xxxx.no-ip.org wgl nie da się zalogować nawet do menu wyboru postaci?
	bindOnlyConfiguredIpAddress = false
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171
	loginTries = 10


No-ip:
http://otland.net/attachments/f28/16936d1352018488-zagadka-z-logowaniem-95622365.jpg


@Edit

This morning there's nothing running or internet, or the server. I am writing on canyouseeme.org
Code:
Error: I could not see your service on 83.24.251.146 on port (7171)
Reason: Connection timed out
 
In config use your global ip. => What Is My IP - Shows Your IP Address
Enter that ip: ip = ""

If you use No-IP thingy, you should enter that IP there, not your global IP (even though that might work). (No-IP is a service that gives you a 'domain'/'ip' which will update itself with your dynamic ip, so if your global IP is dynamic, No-IP is a decent solution.)
 
Hiho,
I have internal ip and use no-ip. Everything works, but when a colleague wants to log pops up a dialog box, and then you can not login. Website of acc maker works well.

Config.lua

Code:
        worldId = 0
	ip = "127.0.0.1"   <----- jeżeli wpisze xxxx.no-ip.org wgl nie da się zalogować nawet do menu wyboru postaci?
	bindOnlyConfiguredIpAddress = false
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171
	loginTries = 10


No-ip:
http://otland.net/attachments/f28/16936d1352018488-zagadka-z-logowaniem-95622365.jpg


@Edit

This morning there's nothing running or internet, or the server. I am writing on canyouseeme.org
Code:
Error: I could not see your service on 83.24.251.146 on port (7171)
Reason: Connection timed out

Of course they cannot see you. Look at your ip. It is the default ping. Find out your ping and place it as @Summ said.
You could use What Is My IP Address? Lookup IP, Hide IP, Change IP, Trace IP and more... for the IP.
 
Back
Top