Jump to content
  • 0

[IP'S] Problem with loginserver <-> gamerserver connection. [FIXED]


Question

Posted

Hello guys,

 

Right now something in my settings are not working correctly, because when I turn on my server everything going correct, but I cant access to "character selection" windows:

 

lytud.png

 

And if I close gameserver and open it again (manual restart) see what happens:

 

30su2z4.png

 

 

Maybe someone know what I can do? Because I tried a lot of differents IP's and still the same.

 

 

Thanks,

 

Regards.

3 answers to this question

Recommended Posts

  • 0
Posted

EDIT:

 

Okey it's fixed now:

 

LOGINSERVER:

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname =***.no-ip.**

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

# Bind ip of the LoginServer, use * to bind on all available IPs
LoginserverHostname = *
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

# The address on which login will listen for GameServers, use * to bind on all available IPs
LoginHostname = *

# The port on which login will listen for GameServers
LoginPort = 9014

 

 

GAMESERVER:

 

# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname = *
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 *
ExternalHostname = ****.no-ip.***

# 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 *
InternalHostname = *

# The Loginserver host and port
LoginPort = 9014
LoginHost = 192.***.*104

 

Thanks you guys ;)

 

Regards

Guest
This topic is now closed to further replies.


×
×
  • Create New...