Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Lineage II (https://forum.zone-game.info/forumdisplay.php?f=34)
-   -   Ищу помощи ! (https://forum.zone-game.info/showthread.php?t=27354)

Suraev2012 12.03.2013 18:17

Ищу помощи !
 
Привет всем не знаю в той ли я теме пишу эту статью.
И так прошу более продвинутые умы помочь мне !
проблема в том что поставил серв настроил все как надо,
я захожу свободно как обычно это происходит а вот другие зайти не могут и не могу понять нечего Антивирус с фаерволом АВГ полностью отключены так же как и фаервол винды ставлю серв на вин7 уже голова кипит что можно сделать уже перечитал куча статей но все же не могу понять у меня провайдер дом.ру вот как то так может кто помоч буду очень благодарен !

Сборка [Lin2-BaD]

вот конфигурации

Цитата:

# Bind ip of the gameserver
GameserverHostname = 109.194.35.48
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 = 109.194.35.48

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

# The Loginserver host and port; Внимание! Если у вас несколько серверов, то указывайте тут ВНЕШНИЙ IP
LoginPort = 9014
LoginHost = 109.194.35.48

# This is the server id that the gameserver will request (i.e. 1 is Bartz)
RequestServerID = 1
# If set to true, the login will give an other id to the server if the requested id is allready reserved
AcceptAlternateID = True

####
### Настройки базы данных
## Соединение
#хост
URL=jdbc:mysql://localhost/l2jdb?useUnicode=true&characterEncoding=UTF-8
# логин
Login = root
# пароль
Password = root
## Тонкая настройка (!!только если на 100% уверены, что делаете!!)
# Min no of connections the pool will (initially) create (per partition)
MinConnectionsPerPartition = 10
# Max no of connections the pool will ever create (per partition).
MaxConnectionsPerPartition = 30
# Sets number of partitions to use.
PartitionCount = 5
# Number of new connections to create in 1 batch whenever we need more connections.
AcquireIncrement = 5
# This sets the time (in minutes), for a connection to remain idle before sending a test query to the DB.
IdleConnectionTestPeriod = 10
# Maximum age of an unused connection before it is closed off. In minutes.
IdleMaxAge = 10
# Number of release-connection helper threads to create per partition.
ReleaseHelperThreads = 5
# After attempting to acquire a connection and failing, wait for this value before attempting to acquire a new connection again.
AcquireRetryDelay = 7000
# After attempting to acquire a connection and failing, try to connect these many times before giving up.
AcquireRetryAttempts = 5
# If set to true, the connection pool will remain empty until the first connection is obtained.
LazyInit = False
# If set to true, stores all activity on this connection to allow for replaying it again automatically if it fails. Makes the pool marginally slower.
TransactionRecoveryEnabled = False
# Queries taking longer than this limit to execute are logged.
QueryExecuteTimeLimit = 0
# Time to wait before a call to getConnection() times out and returns an error.
ConnectionTimeout = 0

# Define character name template
# Example to use only : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]*
# will allow names with first capital letter, next three small letters,
# and any (capital or not) letter or number, like ZbigN1eW
# Most rational to have CnameTemplate=[A-Z][a-z]*
# meaning names only of letters with first one capital, like Zbigniew
# Default .* - any namy of any symbols
CnameTemplate=.*
PetNameTemplate=.*

# Maximum number of chars per account - Default 7 (0 = unlimited [7 is the client limit])
CharMaxNumber = 7

# Define how many players are allowed to play simultaneously on your server.
MaximumOnlineUsers = 1500

# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 735
MaxProtocolRevision = 775

#Авторестарт сервера в определенный час
AutoRestartHour = 5

#GUI для Windows
WindowsAdvancedConsole = False

#Ваш ключ от сборки;
SerialKey =
Цитата:

####
## Основные настройки

# Внешний IP
ExternalHostname = 109.194.35.48

# Внутренний IP
InternalHostname = 109.194.35.48

# IP, на котором будет висеть логин; в локалке ни ставил, лучше указать внешний (ExternalHostname)
LoginserverHostname = 109.194.35.48

# Порт логина
LoginserverPort = 2106

# База данных
Driver=com.mysql.jdbc.Driver
URL=jdbc:mysql://localhost/l2jdb
Login = root
Password = root
# Авторег
AutoCreateAccounts = True

# Аксесс аккаунта для доступа на закрытый серв
GMMinLevel = 100

# IP прослушки геймсерверов; Внимание! Если у вас несколько серверов, то указывайте тут ВНЕШНИЙ IP
LoginHostname = 109.194.35.48
# Порт прослушки геймсерверов
LoginPort = 9014

####
## Про остальные настройки в этом файле можно забыть

# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = True

# If false, the licence (after the login) will not be shown
# It is highly recomended for Account Seciurity to leave this option as defalut (True)
ShowLicence = True

# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
IpUpdateTime = 15

# ================================================== ============
# Test server setting, shoudnt be touched in online game server
# ================================================== ============

Debug = False
Assert = False
Developer = False

# Enforce GG Authorization from client
# Login server will kick client if client bypassed GameGuard authentication
ForceGGAuth = False

#FloodProtection. time in ms
EnableFloodProtection = True
FastConnectionLimit = 15
NormalConnectionTime = 700
FastConnectionTime = 350
MaxConnectionPerIP = 3

Mafio 12.03.2013 18:28

Re: Ищу помощи !
 
А вы учились на оператора поисковой системы? если нет нужно 2 года отучится а потом воспользоватся этой программой для запуска сервера .... http://forum.zone-game.info/search.php

Suraev2012 12.03.2013 18:31

Re: Ищу помощи !
 
Я прочитал уже как минимум 5 статей но нечего толкового так и не вышло =\ по этому решил обратиться персонально !

portotiv 12.03.2013 18:41

Re: Ищу помощи !
 
Цитата:

Сообщение от Suraev2012 (Сообщение 283171)
Я прочитал уже как минимум 5 статей но нечего толкового так и не вышло =\ по этому решил обратиться персонально !

Пробуйте так выставить:
(только свой IP впишите)

LS:
Свернуть ↑Развернуть ↓


GS:
Свернуть ↑Развернуть ↓

JustForFun54 12.03.2013 22:59

Re: Ищу помощи !
 
у вас в конфигах случайно нет файла intеrnaliplist или что-то на подобии?

Agares 13.03.2013 00:52

Re: Ищу помощи !
 
109.194.35.48
Login = root
Password = root
* Все простучали уже на внешний доступ? :D

А по сути вопроса:
дом ру, не говорит ни о чем, какой там тип подключений, "честный" IP или "серый", да куча вариантов и вопросов по коннекту.

Голова кипит не в ту сторону.
Намекаю - из локалки легко заходишь, значит настроил все правильно, из вне не пускает - где искать проблему?

При чем тут конфиг?

Модем/роутер/шлюз/ что там еще может стоять между тобой и теми, кто к тебе ломится?

Патч им на какой ИП сделал?

------------------------------------------

Ответь на половин вопросов, думаю сам додумаешься!

L2-Scripts 13.03.2013 02:26

Re: Ищу помощи !
 
1. Проверь, имеется ли у тебя внешний статичный белый ИП, спроси у провайдера.
2. Не стоят ли перед сервером роутеры и тп, не нужно ли перекинуть порты на них
3. Попроси пропинговать эти порты при включенном сервере своих друзей с другого места.
4. Проверь на какой ИП сделан патч в l2.ini
5. InternalHostname = 127.0.0.1 настрой так и логин тоже запуская на локалке. Настрой все конфиги так, чтобы все было по локальному адресу, кроме екстернала, только в екстернале нужен внешний ИП адрес.

Если что пиши завтра в аську, попробую помочь ! И не обращай внимание на шутов, типа Mafio :)

Suraev2012 13.03.2013 08:42

Re: Ищу помощи !
 
Попробуем сделать не много проще что б не флудить , кто может реально помочь вот Skype (fcbhaos) Томск

Suraev2012 14.03.2013 10:00

Re: Ищу помощи !
 
Теперь вопрос совсем в другом у кого ни будь была такая проблема,
Я зайти могу вроде другие заходят но не все кто то по прежнему зайти на сервер не может

L2-Scripts 14.03.2013 15:08

Re: Ищу помощи !
 
А что было в первом случае, что-то из того что мы вам писали ?


Текущее время: 01:41. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot