EsTriFee,
TAIP VISKAS TURI BUT ???
GAMESERVER
# Enter here (ip) address of your game server, or use the symbol *
GameserverHostname = *
GameserverPort = 7777
# Configure your external ip
ExternalHostname = 78.57.67.10
# Configure your internal ip
InternalHostname = 192.168.1.1
# Bunch ID and game server. It is better not to change.
LoginPort = 9014
LoginHost = 192.168.1.1
LOGINSERVER
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = 78.57.67.10
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 192.168.1.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 = 20
# 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 * to bind on all available IPs
LoginHostname = *
# The port on which login will listen for GameServers
LoginPort = 9014
# If set to True any GameServer can register on your login's free slots
AcceptNewGameServer = True