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

Problem With Connection

damian9

New Member
Joined
Aug 7, 2016
Messages
6
Reaction score
0
5sFCaMU
ODy1YGf
Hello ive got a problem regarding connection to my server
Im using router talk talk Huawei hg633
I have oppened ports
Ports

Services
80 Website
7171 Login Port
7172 Game Port

Now if in config i type as below My friend can acces the server And i cant
-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "92.22.*******"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 1000
motd = "Mutantes Global"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Mutantes"
statusTimeout = 5000
replaceKickOnLogin = true
maxPacketsPerSecond = 25
ODy1YGf



Now if i set the config this way
-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "127.0.0.1"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 1000
motd = "Mutantes Global"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Mutantes"
statusTimeout = 5000
replaceKickOnLogin = true
maxPacketsPerSecond = 25
I can log in but my friend canot

https://imgur.com/5sFCaMU
https://imgur.com/ODy1YGf


5sFCaMU


Now i am alitel bit confused as i did research on forum and couldnt find any explanation regarding my problem

Can somebody help me please?
Thank you
 
Last edited:
update regarding ports checked on web halfway

Result: We checked port 7172 on IP 92.********* and the port is open
Result: We checked port 7171 on IP 92.********* and the port is open
 
I posted you screenshots When i set in config 127.0.0.1 i cna connetc but when i set my global ip for my friend then only them can connect and i cnat :(
https://imgur.com/5sFCaMU
https://imgur.com/ODy1YGf
one screenshot is when i am trying connect using my global ip (my friend was able to connetc and i wasnt)
Second screen shows me using my localhost ip 127.0.0.1 i cna connetc but then nobody else will be able
And while in config was my global ip 92***** ip ive tried conecting using 127.0.0.1 didnt work either
Idk WHat to do
So my point is i wanna be able to log in while others aswell so in config ill set my global ip my friend can log in and i wnat to be able too at the momment only ppl cna connect using my global ip and i cant
 
Last edited:
Im sorry but whats domain? Please be patient im just green in those things So whats should my config look like ? Atm is like this so only i can log in and nobody else

-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "127.0.0.1"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 1000
motd = "Mutantes Global"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Mutantes"
statusTimeout = 5000
replaceKickOnLogin = true
maxPacketsPerSecond = 25

enableLiveCasting = true
liveCastPort = 7173
 
When i set config like this
ip = "my global ip(92.xxx.xx.xx "
bindOnlyGlobalAddress = false

My friend cna log in easly but when i try i just cant connect ive tried anything from 127.0.0.1 to 192.168.1.4 and 92.xxx.xxx.xx nothing let me connect
 
Back
Top