Jump to content
  • 0

[HELP] Server problem


TildaO

Question

Hello guys my problem is that now when I am running login server and game server everything works with out errors and I can login but its says that the server is alive also light but it says that the ping is 9999 you know maybe what is the wrong?

Link to comment
Share on other sites

Recommended Posts

  • 0

Hey this is my configure of ports and something is wrong couse it says that the server is offline cheek out if I should change something :

 

Gameserver network :

# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname = 192.168.0.198
GameserverPort = 9014

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave 127.0.0.1
ExternalHostname = 83.252.21.33
#ExternalHostname = 127.0.0.1
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave 127.0.0.1
InternalHostname = 192.168.0.198

# The Loginserver host and port
LoginHost = 192.168.0.198
LoginPort = 2106

 

Login network :

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
#ExternalHostname = 192.168.0.198
ExternalHostname = 83.252.21.33

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
#InternalHostname = 192.168.0.198
InternalHostname = 192.168.0.198

# Bind ip of the LoginServer, use 0.0.0.0 to bind on all available IPs
#LoginserverHostname = 192.168.0.198

LoginserverHostname = 192.168.0.198
LoginserverPort = 2106

# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 10
# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
LoginBlockAfterBan = 600
GMMinLevel = 100

# The address on which login will listen for GameServers, use 127.0.0.1 to bind on all available IPs
LoginHostname= 192.168.0.198
#LoginHostname= 127.0.0.1
# The port on which login will listen for GameServers
LoginPort = 9014

 

and this is my ip :

Local Ip

192.168.0.198

192.168.0.1

Outside Ip

83.252.21.33

 

so can anyone tell me what I should change?

couse I can login but its says that the server is offline and it got 9999 ping

83.252.21.33

 

 

 

Link to comment
Share on other sites

  • 0

login network :

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
#ExternalHostname = 192.168.0.198
ExternalHostname = 83.252.21.33

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
#InternalHostname = 192.168.0.198
InternalHostname = 192.168.0.198

# Bind ip of the LoginServer, use 0.0.0.0 to bind on all available IPs
#LoginserverHostname = 192.168.0.198

LoginserverHostname = 192.168.0.198
LoginserverPort = 2106

# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 10
# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
LoginBlockAfterBan = 600
GMMinLevel = 100

# The address on which login will listen for GameServers, use 127.0.0.1 to bind on all available IPs
LoginHostname= 192.168.0.198
#LoginHostname= 127.0.0.1
# The port on which login will listen for GameServers
LoginPort = 2106

 

game network :

 

# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname = 192.168.0.198
GameserverPort = 7777

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave 127.0.0.1
ExternalHostname = 83.252.21.33
#ExternalHostname = 127.0.0.1
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave 127.0.0.1
InternalHostname = 192.168.0.198

# The Loginserver host and port
LoginHost = 192.168.0.198
LoginPort = 2106

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...