Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Запуск через интернет
#1
Собственно сервер, настроил на внутреннем IP, начал переводить на внешний, так ничего не получильсь, при входе в игру пишет что сервак онлайн но пинг 9999, как я не крутил ГС и ЛС ничего неполучается
Настройки Game Server
Цитата:# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname = 10.11.34.178
GameserverPort = 7777

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname = 194.28.180.39

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname = 10.11.34.178

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

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

# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

# Database Settings
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbcConfusedqlserver://localhost/database=l2jdb/user=root/password=

# Security Settings
Login = root
Password = ВПИСАН
MaximumDbConnections = 50
MaximumStateMents = 100
MaxPoolSize = 50
MinPoolSize = 10
AquireIncrement = 1
IdleConnectionTest = 10800
MaxIdleTime = 0

# Datapack root directory, defaults to current directory from which the server is started
# DatapackRoot = C:/Work/tmp/DataPack

# 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 = 1
MaxProtocolRevision = 999

Настройки Login Server
Цитата:# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = 194.28.180.39

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

# Bind ip of the loginServer, use * to bind on all available IPs
LoginserverHostname = 10.11.34.178
LoginserverPort = 2106

# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 20

# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
LoginBlockAfterBan = 600
GMMinLevel = 100

# The address on which login will listen for GameServers, use * to bind on all available IPs
LoginHostname = 10.11.34.178
# The port on which login will listen for GameServers
LoginPort = 9014

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

# 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

# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

# Database Settings
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbcConfusedqlserver://localhost/database=l2jdb/user=root/password=

# Security Settings
Login = root
Password = ВПИСАН
MaximumDbConnections = 50
MaximumStateMents = 100
MaxPoolSize = 50
MinPoolSize = 10
AquireIncrement = 1
IdleConnectionTest = 10800
MaxIdleTime = 0

# Useable values: "True" - "False", use this option to choose whether accounts will be created
# automatically or not.
AutoCreateAccounts = True

Добавлено через 15 часов 32 минуты
Подскажите плз где я накосячил.Кстате в папке ГС не файла ipconfig.xml - это нормально для L2jTeon или всётаки он быть должен ?
Ответ
#2
Народ спасайте
Ответ
#3
# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname = 10.11.34.178
GameserverPort = 7777
Ответ
#4
Blast Написал:# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname = 10.11.34.178
GameserverPort = 7777
НЕпонял что ты хотел сказат, нашол что нетак. Кому интересны конфиги пишите выложу.
Ответ
#5
Выложи пожалуйста... проблема у самого, пишит что
Цитата:LoginServer: Can't init GameServer Listener. Server exiting [status=0] / Reason: LoginServer: Can't init GameServer Listener.
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  Предлагаю совместный запуск. Lord_Gothic 0 1,254 05-11-2020, 01:18 AM
Последний пост: Lord_Gothic
  Ошибки при исправлении через Diff sullen.nv 1 1,386 06-18-2018, 03:06 PM
Последний пост: 4ipolino
  Помогите Запустить сервер через Wi-Fi Роутер OverMan 17 4,932 10-16-2015, 10:18 PM
Последний пост: Rolfer
  Запуск пв на Линукс lacosta1 7 2,656 05-08-2015, 02:46 PM
Последний пост: ProDev
  запуск ядра java не через bat а через c# krisadr 43 9,787 03-30-2015, 04:44 PM
Последний пост: i_am_kisly
  Проблемы с выпуском в интернет jimi 2 1,294 11-05-2014, 05:55 AM
Последний пост: jimi
  Запуск на debian 7 Vasya 0 1,458 10-30-2014, 12:39 PM
Последний пост: Vasya
  Запуск сервера Ошибка Rous 4 2,548 08-06-2014, 06:35 AM
Последний пост: Rous
  Помогите найти причину дюпа через склад flopix 11 5,466 05-09-2014, 11:53 AM
Последний пост: bot2b
  Запуск под линукс Emurt ошибка hf rev5 Evencelance 1 1,462 04-05-2014, 10:16 PM
Последний пост: ProDev

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


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