Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Настройка сервера Lineage для онлайн
#1
Помогите пожалуйста, такая проблема, все сделал, геймсервер и логинсервер, прогружаются все отлично, но в игру не заходит, идет загрузка и все.
КОНФИГИ:

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

# 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
Ответ
#2
Нет конкретного, общедоступного ипа или хоста. Зачем вы тулите звездочку в конце?
46.61.61.* - сделайте 1 ип, за место масок, который будет общим.
Ответ
#3
# 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
Ответ
#4
Cделал так же как у вас внутренним 127.0.0.1 проблема не решилась, все равно не заходит
Ответ
#5
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.08 KB / Загрузок: 5)
Ответ
#6
aaansideee Написал:Порты же правильно созданы7
если у вас стоит модем, то пробрасывайте порты в нём и в место локалхоста указывайте 192.итд.
хотя если у вас нету ошибок в лс и гс, что порты используются, то должно быть все нормально.
видимо вы что-то делаете не так.
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  Lineage][ C3 Сборки серверов + Клиент Verket 23 10,659 07-17-2024, 04:54 PM
Последний пост: AlexBayev
  Настройка сервера High Five TieLay 2 5,490 09-21-2023, 07:49 AM
Последний пост: Lafani
  Lineage 2 PTS 287 Protocol Проблема PSIFAK 1 1,329 01-25-2023, 04:08 AM
Последний пост: Phantom-Dev
  Проинвестирую открытие сервера antiaf 0 1,447 02-20-2022, 02:08 PM
Последний пост: antiaf
  Настройка инстанс для соло skallistey 4 2,037 10-14-2021, 03:06 PM
Последний пост: flopix
  Помогите с Сервером L2Dream версии 439 для Lineage 2 Gracia Part 2 CAHTEX 4 3,326 10-01-2021, 02:40 PM
Последний пост: tenor
  Cборки серверов Lineage 2 под ключ xevilx 4 2,450 08-24-2021, 12:47 PM
Последний пост: xevilx
  Продам готовую сборку Lineage 2 HF l2starts 0 1,239 08-07-2021, 06:19 AM
Последний пост: l2starts
  Cборки серверов Lineage 2 под ключ Clyde 3 1,762 07-03-2021, 08:22 PM
Последний пост: Clyde
  Актуальная сборка Lineage 2 Esferol 7 2,603 02-03-2021, 06:39 PM
Последний пост: MorjeKor

Перейти к форуму:


Пользователи, просматривающие эту тему: 1 Гость(ей)