13-07-2009, 01:48 AM
|
#7 (permalink)
|
|
Membro - Aspirante
Registrado em: Mar 2009
Posts: 54
Agradecido 8 Vezes em 7 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
Meu IP e FIXO DE UM DEDICADO NAO USO NO-IP NEM DDNS NAO PRECISA.
CONFIGURACOES:
GAMESERVER:
Citação:
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname = 0.0.0.0
GameserverPort = 7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = 69.162.####
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 69.162.####
# Note: You can define server hostname for each network in subnets.properties
# The Loginserver host and port
LoginPort = 9014
LoginHost = 127.0.0.1
|
LOGINSERVER:
Citação:
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=0.0.0.0
LoginServerPort=2106
GMMinLevel=100
# The port, ip on which login will listen for GameServers
LoginHostname=127.0.0.1
LoginPort=9014
# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = False
|
|
|
|