Показать сообщение отдельно
Непрочитано 07.04.2009, 01:14   #27
Пользователь

По умолчанию Ответ: Установка сервера на *Nix

Перепроверь ИП логина и гейма.
У меня тоже с начала такое было.

Вот мои конфиги - сервер во внутреней сети, так что ИП машины 192.168.1.107 - считай его внешним.

/home/lasharik/lineage/l2emuproject-login/config/network/network.properties

Код:
# ==========^M
# Connection^M
# ==========^M
^M
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs^M
LoginServerHostName = 192.168.0.107^M
LoginServerPort = 2106^M
^M
# The port, ip on which login will listen for GameServers^M
LoginPort = 9014^M
LoginHostName = 192.168.0.107^M
^M
.......................................
/home/lasharik/lineage/l2emuproject-game/config/network/network.properties

Код:
# ---------------------------------^M
# Section: Network Connection Setup^M
# ---------------------------------^M
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs^M
# This is The IP/Port Gameserver will Assume and Use.^M
GameServerHostName = 192.168.0.107^M
GameServerPort = 7777^M
^M
# this is the Loginserver host and port that this gameserver will try to connect to.^M
LoginPort = 9014^M
LoginHost = 192.168.0.107^M
^M
# This is transmitted to the clients connecting from an external network,^M
# so it has to be a public IP or resolvable hostname.^M
ExternalHostname = 192.168.0.107^M
^M
# This is transmitted to the client from the same network,^M
# so it has to be a local IP or resolvable hostname^M
InternalHostname = 127.0.0.1^M
...................
А по поводу старта: запустить то я его могу - мнеб остановить, заразу
Stasev вне форума Ответить с цитированием