07-28-2009, 12:01 PM
вот делаю вродебы все правильно, а клиент не соединяется сборка от L2Emu
ВОт логин серв
D:\Server Gracia\l2emuproject-login\dist\config\network
Вот гейм серв
D:\Server Gracia\l2emuproject-game\dist\config\network
Бд настроена правильна, мне чисто с Ip разобраться что к чему.
ВОт логин серв
D:\Server Gracia\l2emuproject-login\dist\config\network
Код:
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostName = 127.0.0.1
LoginServerPort = 2106
# The port, ip on which login will listen for GameServers
LoginPort = 9014
LoginHostName = 127.0.0.1
Вот гейм серв
D:\Server Gracia\l2emuproject-game\dist\config\network
Код:
Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
# This is The IP/Port Gameserver will Assume and Use.
GameServerHostName = 127.0.0.1
GameServerPort = 7777
# this is the Loginserver host and port that this gameserver will try to connect to.
LoginPort = 9014
LoginHost = 127.0.0.1
# This is transmitted to the clients connecting from an external network,
# so it has to be a public IP or resolvable hostname.
ExternalHostname = Мой IP внутрений (который через cmd узнаю)
# This is transmitted to the client from the same network,
# so it has to be a local IP or resolvable hostname
InternalHostname = Мой IP внешний (который через сайт)
Бд настроена правильна, мне чисто с Ip разобраться что к чему.