Настройка сервера Lineage для онлайн - Форум администраторов игровых серверов
Форум администраторов игровых серверов StormWall - Защита от DDos атак
Регистрация Мнения Справка Сообщество Календарь
Вернуться   Форум администраторов игровых серверов > MMO > Lineage II

Lineage II
Дискуссии на тему создания, настройки и обслуживания серверов Lineage 2. При поддержке: Премиум услуги по рекламе

Ответ
Опции темы
Непрочитано 14.09.2016, 08:43   #1
Заинтересовавшийся

Автор темы (Топик Стартер) Настройка сервера Lineage для онлайн

Помогите пожалуйста, такая проблема, все сделал, геймсервер и логинсервер, прогружаются все отлично, но в игру не заходит, идет загрузка и все.
КОНФИГИ:

ВОТ КОНФИГ ЛОГИНСЕРВЕРА

# Host and port for client connections
LoginserverHostname = *
LoginserverPort = 2106

# Host and port for gameserver
LoginHost = 192.168.1.*
LoginPort = 9014

# Accept free slot for gameserver
AcceptNewGameServer = True

# Database settings
Driver = com.mysql.jdbc.Driver
URL = jdbc:mysql://localhost/dbvlemon
Login = root
Password = *****
MaximumDbConnections = 3

# After how many seconds after the last activity will be closing connecting to the database, the default is 600 (10 minutes)
MaxIdleConnectionTimeout = 600

# Check interval inactive connections, the default of 60 (1 minute)
IdleConnectionTestPeriod = 60

# Automatical create account
AutoCreateAccounts = True

# Template for logins and passwords
AccountTemplate = [A-Za-z0-9]{4,14}
PasswordTemplate = [A-Za-z0-9]{4,16}

# Hash for a password
# The actual hashing, it is recommended to whirlpool2
PasswordHash = sha1

# Supported by outdated methods, such as sha1 (l2jserver)
LegacyPasswordHash = sha1

# Caching keys
BlowFishKeys = 20
RSAKeyPairs = 10



ВОТ КОНФИГ ГЕЙМ СЕРВЕРА

# IP on which gameserver binding, * - for all possible
GameserverHostname = *
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 = 46.61.61.*

# 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.*

# Address and Port for loginserver
LoginPort = 9014
LoginHost = 192.168.1.*
LoginUseCrypt = True

# This is the server ID that the Game Server will request.
# Example: 1 = Bartz
RequestServerID = 1

# True = The Login Server will give an other ID to the server if the requested ID is already reserved.
# Default: True
AcceptAlternateID = True

# Database connection
Driver = com.mysql.jdbc.Driver
URL = jdbc:mysql://localhost/dbvlemon?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
Login = root
Password = *****

# Maximum number of database connections
MaximumDbConnections = 50

# How many seconds after the last activity will be zakryvatsya database connection, default 600 (10 minutes)
# This parameter is important to coordinate with the settings in the mysql server parameter interactive_timeout (default 28800 (8:00))
MaxIdleConnectionTimeout = 600

# Check interval of inactive connections, default is 60 (1 minute)
# Assuming a stable connection to the database and the correct Preset MaxIdleConnectionTimeout, can be set -1 (not checked)
IdleConnectionTestPeriod = 60


КОНФИГ L2INI

[URL]
Protocol=unreal
ProtocolDescription=Unreal Protocol
Name=Player
Map=Index.unr
LocalMap=Entry.unr
Host=
Portal=
MapExt=unr
EXEName=l2.exe
SaveExt=usa
Port=7777
Class=LineageWarrior.MFighter
ServerAddr=46.61.61.*
IsL2NetLogin=True
IsL2Console=True
IsL2Seamless=True
IsL2Projector=True
ISL2Mark=2
ForceAspectRatio=False
AspectRatio=1.334
IsDefaultShaodw=False
IsUnderWaterEffect=False
IsUseCommand=True
L2VersionCheck=false
IsL2MemLog=False
L2ThreadFilter=1
L2TestServer=false
EnablePurgeLevel=True
SharedSky=True
L2MaxPawnResourceLoad=1.0
L2UseKeyCrypt=true
L2UseReplayManager=true
MSNHideWarnMsg=False
EnableSecondWindow=true
EnablePremiumMultiWindow=true
IsUseXMLUI=True
aaansideee вне форума Ответить с цитированием
Непрочитано 14.09.2016, 10:16   #2
Герой

По умолчанию Re: Настройка сервера Lineage для онлайн

Нет конкретного, общедоступного ипа или хоста. Зачем вы тулите звездочку в конце?
46.61.61.* - сделайте 1 ип, за место масок, который будет общим.
Anikey вне форума Ответить с цитированием
Непрочитано 14.09.2016, 10:46   #3
Заинтересовавшийся

По умолчанию Re: Настройка сервера Lineage для онлайн

# Host and port for client connections
LoginserverHostname = *
LoginserverPort = 2106

# Host and port for gameserver
LoginHost = 127.0.0.1
LoginPort = 9014

# IP on which gameserver binding, * - for all possible
GameserverHostname = *
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

# Address and Port for loginserver
LoginPort = 9014
LoginHost = 127.0.0.1
LoginUseCrypt = True


Port=7777
Class=LineageWarrior.MFighter
ServerAddr=тут тоже внешний ip
mwmkr вне форума Отправить сообщение для mwmkr с помощью ICQ Отправить сообщение для mwmkr с помощью Skype™ Ответить с цитированием
Непрочитано 14.09.2016, 10:57   #4
Заинтересовавшийся

Автор темы (Топик Стартер) Re: Настройка сервера Lineage для онлайн

Cделал так же как у вас внутренним 127.0.0.1 проблема не решилась, все равно не заходит
aaansideee вне форума Ответить с цитированием
Непрочитано 14.09.2016, 12:28   #5
Заинтересовавшийся

Автор темы (Топик Стартер) Re: Настройка сервера Lineage для онлайн

Цитата:
Сообщение от mwmkr Посмотреть сообщение
# Host and port for client connections
LoginserverHostname = *
LoginserverPort = 2106

# Host and port for gameserver
LoginHost = 127.0.0.1
LoginPort = 9014

# IP on which gameserver binding, * - for all possible
GameserverHostname = *
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

# Address and Port for loginserver
LoginPort = 9014
LoginHost = 127.0.0.1
LoginUseCrypt = True


Port=7777
Class=LineageWarrior.MFighter
ServerAddr=тут тоже внешний ip



Порты же правильно созданы7
Изображения
Тип файла: jpg Безымянный1.jpg (20.1 Кб, 5 просмотров)
aaansideee вне форума Ответить с цитированием
Непрочитано 14.09.2016, 12:47   #6
Заинтересовавшийся

По умолчанию Re: Настройка сервера Lineage для онлайн

Цитата:
Сообщение от aaansideee Посмотреть сообщение
Порты же правильно созданы7
если у вас стоит модем, то пробрасывайте порты в нём и в место локалхоста указывайте 192.итд.
хотя если у вас нету ошибок в лс и гс, что порты используются, то должно быть все нормально.
видимо вы что-то делаете не так.
mwmkr вне форума Отправить сообщение для mwmkr с помощью ICQ Отправить сообщение для mwmkr с помощью Skype™ Ответить с цитированием
Ответ


Здесь присутствуют: 1 (пользователей: 0 , гостей: 1)
 

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход

Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Ищу работу в онлайн проектах(желательно lineage 2) rugik Рынок / Marketplace 20 16.10.2012 13:45
настройка сервера Kriss Серверная часть 0 23.09.2010 19:21
Настройка сервера UniqueEle Lineage II 2 29.12.2007 14:19


© 2007–2024 «Форум администраторов игровых серверов»
Защита сайта от DDoS атак — StormWall
Работает на Булке неизвестной версии с переводом от zCarot
Текущее время: 11:44. Часовой пояс GMT +3.

Вверх