Game Server
# Bind ip of the gameserver
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 = Ваш реальный IP
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 127.0.0.1
# The Loginserver host and port; Внимание! Если у вас несколько серверов, то указывайте тут ВНЕШНИЙ IP
LoginPort = 9014
LoginHost = 127.0.0.1
# This is the server id that the gameserver will request (i.e. 1 is Bartz)
RequestServerID = 1
# If set to true, the login will give an other id to the server if the requested id is allready reserved
AcceptAlternateID = False
Login server
## Основные настройки
# Внешний IP
ExternalHostname = Ваш реальный IP
# Внутренний IP
InternalHostname = 127.0.0.1
# IP, на котором будет висеть логин; в локалке ни ставил, лучше указать внешний (ExternalHostname)
LoginserverHostname = 0.0.0.0
# Порт логина
LoginserverPort = 2106
# База данных
Driver=com.mysql.jdbc.Driver
URL=jdbc:mysql://localhost/pw
Login = root
Password = *****
# Авторег
AutoCreateAccounts = True
# Аксесс аккаунта для доступа на закрытый серв
GMMinLevel = 100
# IP прослушки геймсерверов; Внимание! Если у вас несколько серверов, то указывайте тут ВНЕШНИЙ IP
LoginHostname = 127.0.0.1
# Порт прослушки геймсерверов
LoginPort = 9014
Спасибо доброму человеку