Skip to content
La2Base
Home
DownloadsWikiForumFAQ
Search
ruen
Sign up Login
HomeFilesWikiLogin
  • Home
  • Downloads
  • Wiki
  • FAQ
  • Contact Us
  • About
  • Rules
  • Privacy
  • Terms of Service

© 2026 la2base.com · All rights reserved

ruen
Forum/Форум для новичков[JAVA]/Не заходит на сервер
Search

Не заходит на сервер

26 replies225 viewsCurrently viewing: 1
Стас
Стас

User

Бывалый

Posts: 313

На форуме с: 04/05/2008

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

Рейтинг: 0

· 02/08/2010, 08:25 PM

Сборка: ему гц парт2.
Проблема:Не заходит в игру
Краткое описание:Настроил сервер,все чудесным образом заработало,все соединилось,одним словом сервер работает,заменилв ини ип на 127.0.0.1,захожу в клиент ввожу лог пасс и пишет "пдождите пожалуйста...."
Мои соображения:не знаю что делать.Юзал поиск вразумительного ответа не нашел,перенастраивал сервер,перезаливал бд,переустанавливал клиент и патч.Все это делал.
Кто знает,помогите.С меня будут спасибки.

0
Стас
Стас

User

Бывалый

Posts: 313

На форуме с: 04/05/2008

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

Рейтинг: 0

· 02/09/2010, 06:04 PM

ап

0
Андрей
Андрей

User

Ветеран

Posts: 751

На форуме с: 11/30/2008

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

Рейтинг: 0

· 02/09/2010, 06:43 PM

Ошибки выдает какие-то когда входишь?

— Newbie!

0
Стас
Стас

User

Бывалый

Posts: 313

На форуме с: 04/05/2008

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

Рейтинг: 0

· 02/09/2010, 06:45 PM

Да нет,все нормально.

0
Ванёк
Ванёк

User

Новичок

Posts: 1

На форуме с: 03/08/2009

Рейтинг: 0

· 02/09/2010, 06:56 PM

кинь свой конфиг логина и гейма.Помогу с настройкой jester.gif

Судьба повернулась тебе задом?Ударь ее Бекстабом!(с)

0
DeadAdsl
DeadAdsl

User

Ветеран

Posts: 1208

На форуме с: 12/21/2007

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

Рейтинг: 0

· 02/09/2010, 07:01 PM

Поставь широкий диапазон протоколов

— Заболел

0
Стас
Стас

User

Бывалый

Posts: 313

На форуме с: 04/05/2008

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

Рейтинг: 0

· 02/09/2010, 07:08 PM

ЛС

Раскрывающийся текст
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostName = 127.0.0.1
LoginServerPort = 3666

# The port, ip on which login will listen for GameServers
LoginPort = 9014
LoginHostName = 127.0.0.1

# The delay between IP Update Time.
# set this delay in minutes after which the login updates the gameservers IP's
# (usefull when ip is dynamic)
# (0 = disabled) in Minutes
IpUpdateTime = 0

ГС
Раскрывающийся текст
Section: Network Connection Setup
# ---------------------------------
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname = 127.0.0.1
GameserverPort = 7779

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

# 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

# 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

InternalNetworks =
OptionalNetworks =

# ---------------------
# 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 = l2et

# 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:
NetworkTrafficOptimization = true
# minimum time between sending char's hp/mp status update packet
NetworkTrafficOptimizationStatusMs = 400
# minimum time between broadcast packets (charinfo,movement)
NetworkTrafficOptimizationBroadCastMs = 800

# ---------------------------------
# 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/eol
# 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 = 1234-для примера)

# your database password (by default MySQL uses = root, Warning: Not a Safe Setting! try to use your own pass)
Password = 1234
# define here how many connections are allowed at the same time.
MaximumDbConnections = 500

# VCT section
DatabaseHost = 127.0.0.1
DatabaseName = l2db

0
Hakued
Hakued

User

Бывалый

Posts: 218

На форуме с: 04/30/2008

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

Рейтинг: 0

· 02/09/2010, 07:09 PM

попробуй поставить все 7 в гс
GameserverPort = 7777

0
djon
djon

User

Бывалый

Posts: 117

На форуме с: 10/27/2008

Рейтинг: 0

· 02/09/2010, 07:11 PM

В Файле l2.ini сменил порт ? to_become_senile.gif

За помощью по серверам lineage II обращаться в аську 463659020

0
Стас
Стас

User

Бывалый

Posts: 313

На форуме с: 04/05/2008

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

Рейтинг: 0

· 02/09/2010, 07:35 PM

Cтавил 7777 не помогло,в ини менял.

0
djon
djon

User

Бывалый

Posts: 117

На форуме с: 10/27/2008

Рейтинг: 0

· 02/09/2010, 07:36 PM

Сделай скрин логов , когда они до конца прогрузятся!

За помощью по серверам lineage II обращаться в аську 463659020

0
Стас
Стас

User

Бывалый

Posts: 313

На форуме с: 04/05/2008

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

Рейтинг: 0

· 02/09/2010, 07:38 PM

В конце все нормально просто пишет сервер зарегестрирован на 127.0.0.1 порт 7777

0
djon
djon

User

Бывалый

Posts: 117

На форуме с: 10/27/2008

Рейтинг: 0

· 02/09/2010, 07:40 PM

Все равно выложи скрины!

За помощью по серверам lineage II обращаться в аську 463659020

0
Стас
Стас

User

Бывалый

Posts: 313

На форуме с: 04/05/2008

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

Рейтинг: 0

· 02/09/2010, 07:48 PM

0
djon
djon

User

Бывалый

Posts: 117

На форуме с: 10/27/2008

Рейтинг: 0

· 02/09/2010, 07:55 PM

Сейчас в l2.ini у тебя 7777 порт?

За помощью по серверам lineage II обращаться в аську 463659020

0
Стас
Стас

User

Бывалый

Posts: 313

На форуме с: 04/05/2008

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

Рейтинг: 0

· 02/09/2010, 07:58 PM

Port=7777
Class=LineageWarrior.MFighter
ServerAddr=127.0.0.1

0
djon
djon

User

Бывалый

Posts: 117

На форуме с: 10/27/2008

Рейтинг: 0

· 02/09/2010, 08:01 PM

Попробуй другой l2.ini , больше нет вариантов aggressive.gif

За помощью по серверам lineage II обращаться в аську 463659020

0
Стас
Стас

User

Бывалый

Posts: 313

На форуме с: 04/05/2008

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

Рейтинг: 0

· 02/09/2010, 08:04 PM

Перекачивал уже и чистую папку.
Сборка и клиент совпадают)

0
djon
djon

User

Бывалый

Posts: 117

На форуме с: 10/27/2008

Рейтинг: 0

· 02/09/2010, 08:10 PM

Ну а если на внешний IP ставить? пробовал?!

За помощью по серверам lineage II обращаться в аську 463659020

0
Стас
Стас

User

Бывалый

Posts: 313

На форуме с: 04/05/2008

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

Рейтинг: 0

· 02/09/2010, 08:11 PM

Тоже не пускает.
Кстати ставил вначале на локалку бегал,решил поставить на внешку не впустило,вернул обратно на локалку и вот не пускает.

0
Topic is closed for replies