Перейти к содержимому
La2Base
Главная
ЗагрузкиВикиФорумFAQ
Поиск
ruen
Регистрация Войти
ГлавнаяФайлыВикиВойти
  • Главная
  • Загрузки
  • Вики
  • FAQ
  • Обратная связь
  • О проекте
  • Правила
  • Конфиденциальность
  • Условия использования

© 2026 la2base.com · Все права защищены

ruen
Форум/Ошибки LoginServer -/- GameServer/Проблема При Входу В Игру
Поиск

Проблема При Входу В Игру

8 ответов181 просмотровСейчас просматривают: 1
L
LordEnigma

Автор

Новичок

Постов: 7

На форуме с: 16.04.2008

Рейтинг: 0

· 15.07.2008, 11:03

Я знаю что на форуме много тем про вход в игру, но перечитав их мне это не помогло...И я прошу помощи у профессионалов :)Сервер стоит на люниксе,и т.к. на нём ещё стоят несколько серверов стандартный порт 7777 забит,поменять я его не могу....Я поставил 7770,поменял в l2.ini порт,а всё равно доходит до выбора сервера и ничего не происходит....Вот мои настройки в конфиге....Сборка L2emu сервер HellBound. С меня огромное спасибо:)

# ================== #==================#
# L2Emu Project Pack # Network Settings #
# ================== #==================#

# =============
# Here you can:
# =============
# - setup the network connection for your gameserver
# - setup the database connection
# - setup telnet
# - gameserver html cache
# - network traffic optimization.

# ================================================================================
================= #
# Usually you have to change the ExternalHostname option to #
# - 127.0.0.1 (if you want to play alone / testing purpose) #
# - LAN IP* (if you want to play from another computer in the network) #
# - WAN IP** (if you want to play with friends over internet) #
# - Support => http://www.l2emu.net #
# - If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig" #
# - If you want to get you WAN IP, visit http://www.whatismyip.com or www.showip.com #
# ================================================================================
================= #

# ---------------------------------
# Section: Network Connection Setup
# ---------------------------------
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname = 0.0.0.0
GameserverPort = 7770

# This is transmitted to the clients connecting from an external network,
# so it has to be a public IP or resolvable hostname
ExternalHostname = 91.144.144.225

# This is transmitted to the client from the same network,
# so it has to be a local IP or resolvable hostname
InternalHostname = 91.144.144.225

# The Loginserver host and port
LoginPort = 9014
LoginHost = 127.0.0.1

# ---------------------
# Section: Subnet Setup
# ---------------------
# Define optional networks and router IPs
#
# Format:
#
# Subnet = host, net/mask; host, net/mask, net/mask
#
# host - IP address (200.100.200.100) or
# fully qualified domain name (example.org)
#
# net/mask - mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0
# would be 192.168.*.*
#
# External - external hostname, you defined in server.properties
# Internal - internal hostname, you defined in server.properties
#
# Example:
# Subnet = 169.254.1.100, 169.254.0.0/16, 111.222.333.0/255.255.255.0

Subnet = Internal, 127.0.0.1/32, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12
Subnet = External, 0.0.0.0/0

# ---------------------
# Section: Telnet Setup
# ---------------------
# Enables /Disables Telnet Server.
EnableTelnet = false

# This is the port telnet server will bind to
# default 23, telnet port.
StatusPort = 23

# If the following is not set, a random password is generated on server startup.
# default l2emuproject, fell free to change it.
StatusPW = l2emuproject

# Use alternative telnet, requiring to do a real login with a GM so your GM-name can be used for messaged instead of "telnet".
AltTelnet = true

# Show GM's name behind his announcements?
AltTelnetGmAnnouncerName = true

# if a password is not set, telnet server will generate a random one, so you define the size of it.
TelnetPasswordLength = 10

# Hosts must be resolvable to an IP.
# define here the IPs allowed to connect to your server via Telnet.
# The format is as follows:
# ListOfHosts = 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
# NOTE: Make sure there are no spaces between hosts/ips !
ListOfHosts = 127.0.0.1,localhost

# ------------------------------
# Section: Network Optimizations
# ------------------------------
# Network traffic optimization: minimum time between sending char's hp/mp status update packet.
NetworkTrafficOptimization = false
NetworkTrafficOptimizationMs = 1100

# ---------------------------------
# Section: Database Connection Setup
# ---------------------------------
# MySQL Driver we will use to connect to database
Driver= com.mysql.jdbc.Driver
# here are some other drivers :
# Driver= org.hsqldb.jdbcDriver
# Driver= com.microsoft.sqlserver.jdbc.SQLServerDriver

# URL to connect to database.
URL = jdbc:mysql://localhost/L2Emu_DB
# here are some other url's :
# URL = jdbc:hsqldb:hsql://localhost/L2Emu_DB
# URL = jdbc:sqlserver://localhost/database=L2Emu_DB/user=sa/password=

# your database login (by default MySQL uses = root, Warning: Not a Safe Setting! try to use your own login)
Login = root

# your database password (by default MySQL uses = root, Warning: Not a Safe Setting! try to use your own pass)
Password = ******

# define here how many connections are allowed at the same time.
MaximumDbConnections = 50

# --------------------
# Section: HTML Cache
# --------------------
# Set the html cache's lazy loading True or False
# (Load html's into cache only on first time requested)
LazyCache = true

0
MeGaPk
MeGaPk

Пользователь

Бывалый

Постов: 222

На форуме с: 17.02.2008

Репутация: +49

Рейтинг: 0

· 15.07.2008, 18:08

в Л2.ини отредактируй.А лучше постарайся Открыть порт в Линуксе =)

0
L
LordEnigma

Автор

Новичок

Постов: 7

На форуме с: 16.04.2008

Рейтинг: 0

· 15.07.2008, 18:32

MeGaPk: в Л2.ини отредактируй.А лучше постарайся Открыть порт в Линуксе =)

l2.ini в порядке и порт в линуксе прослушивается....

0
MeGaPk
MeGaPk

Пользователь

Бывалый

Постов: 222

На форуме с: 17.02.2008

Репутация: +49

Рейтинг: 0

· 15.07.2008, 18:41

хмм...незнаю чесно говоря.Я когда ставил 2 сервера (на 512 мб аперативы во псих я был =D ) у меня было усё тип топ ^_^
Скинь Логин настройки .Может там нада подделать

0
L
LordEnigma

Автор

Новичок

Постов: 7

На форуме с: 16.04.2008

Рейтинг: 0

· 15.07.2008, 19:07

MeGaPk: хмм...незнаю чесно говоря.Я когда ставил 2 сервера (на 512 мб аперативы во псих я был =D ) у меня было усё тип топ ^_^
Скинь Логин настройки .Может там нада подделать

Не логин точно в порядке....яж говорю нет конекта на ГС...даж не знаю из-за чего....доходит до выбора сервере и всё!

0
MeGaPk
MeGaPk

Пользователь

Бывалый

Постов: 222

На форуме с: 17.02.2008

Репутация: +49

Рейтинг: 0

· 15.07.2008, 21:49

ух тогда незнаю.Покопайся де нить.А что ГС пишет когда жмёшь "ОК"?

0
L
LordEnigma

Автор

Новичок

Постов: 7

На форуме с: 16.04.2008

Рейтинг: 0

· 16.07.2008, 08:30

MeGaPk: ух тогда незнаю.Покопайся де нить.А что ГС пишет когда жмёшь "ОК"?

Ничего

0
MeGaPk
MeGaPk

Пользователь

Бывалый

Постов: 222

На форуме с: 17.02.2008

Репутация: +49

Рейтинг: 0

· 16.07.2008, 08:59

тогда чесно незнаю....подожди ответов Опотных пользователей.з.ы темку АП

0
Войдите или зарегистрируйтесь чтобы ответить