L2emu Hellbound проблем - Форум администраторов игровых серверов
Форум администраторов игровых серверов StormWall - Защита от DDos атак
Регистрация Мнения Справка Сообщество Календарь
Вернуться   Форум администраторов игровых серверов > MMO > Lineage II

Lineage II
Дискуссии на тему создания, настройки и обслуживания серверов Lineage 2. При поддержке: Премиум услуги по рекламе

Закрытая тема
Опции темы
Непрочитано 18.09.2009, 15:18   #1
Пользователь

Автор темы (Топик Стартер) L2emu Hellbound проблем

Установил ява сервер хб, хочу сделать чтоб он был доступен друзьям через интернет, т.к. ИП динамический воспользовался сервисом no-ip, получил адрес типа xxx.no-ip.biz , в настройках логин и гейм сервера забил их. Гейм и логин запускаются без каких либо ошибок. со своего компа прекрасно захожу, но друзья немогут зайти, клиент после ввода логина и пароля показывает что сервер онлайн, но в то же время пинг 9999. В консоли логин сервера показывает что зареген такой то акаунт, а гейм сервер вообще никак на попытку зайти не реагирует... Еще раз напомню что со своего компа захожу прекрасно.
логин:
[SPOILER]# ================== #========================#
# L2EMU PROJECT PACK # Network Configuration #
# ================== #========================#

# ================================================== =============================================== #
# This is the network configuration file. Here you can set up the connection for your Loginserver. #
# Usually you have to change the LoginServerHostName 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 #
# ================================================== =============================================== #

# ==========
# Connection
# ==========

# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostName = 127.0.0.1
LoginServerPort = 2106

# The port, ip on which login will listen for GameServers
LoginPort = 9014
LoginHostName = l2say.no-ip.biz

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


# Telnet is disabled by default.
EnableTelnet = false

# ============
# Port Related
# ============
# This is the port telnet server will bind to
StatusPort = 12345

# ============
# Pass Related
# ============
# If the following is not set, a random password is generated on server startup.
# StatusPW = somePass

# =====
# Hosts
# =====
# This list can contain IPs or Hosts of clients you wish to allow.
# Hosts must be resolvable to an IP.
# The format is as follows:
# ListOfHosts = 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
# Make sure there are no spaces between hosts/ips
ListOfHosts = 127.0.0.1,localhost,l2say.no-ip.biz,212.124.6.159


# --------------------
# Database Information
# --------------------

# Define MySQL Driver
Driver = com.mysql.jdbc.Driver

# here you have some more drivers:
# Driver = org.hsqldb.jdbcDriver
# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver

# Define MySQL Driver URL.
URL = jdbc:mysql://localhost/L2Emu_DB

# here you have some more urls:
# URL = jdbc:hsqldb:hsql://localhost/L2Emu_DB
# URL = jdbc:sqlserver://localhost/database = L2Emu_DB/user = sa /password = (your pass)

# Your login to Database (default = root)
Login = root

# Your password to database (default = root)
Password = 123

# Define how many connections are allowed on your database.
MaximumDbConnections = 100[/SPOILER]
гейм:
[SPOILER]# ================== #==================#
# 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 = l2say.no-ip.biz
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 = l2say.no-ip.biz

# This is transmitted to the client from the same network,
# so it has to be a local IP or resolvable hostname
InternalHostname = l2say.no-ip.biz

# The Loginserver host and port
LoginPort = 9014
LoginHost = l2say.no-ip.biz

# ---------------------
# 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, l2say.no-ip.biz

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

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

# --------------------
# 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[/SPOILER]
esdsnake вне форума
Непрочитано 18.09.2009, 16:24   #2
Аватар для Artemis E.
Пользователь

По умолчанию Ответ: L2emu Hellbound проблем

GameserverHostname = 0.0.0.0
LoginServerHostName = 0.0.0.0
все.
Artemis E. вне форума
Непрочитано 20.09.2009, 08:08   #3
Пользователь

Автор темы (Топик Стартер) Ответ: L2emu Hellbound проблем

Поставил другую сборку, проблема решена
esdsnake вне форума
Непрочитано 01.10.2009, 20:42   #4
Аватар для DarkLoki
Пользователь

По умолчанию Ответ: L2emu Hellbound проблем

Ну я у Emu эту проблему решал через затирание конфигов
Subnets
__________________
Я не прав? Докажите это тут или тут
* Интересная тема * для новичков *
DarkLoki вне форума
Закрытая тема


Здесь присутствуют: 1 (пользователей: 0 , гостей: 1)
 

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


© 2007–2024 «Форум администраторов игровых серверов»
Защита сайта от DDoS атак — StormWall
Работает на Булке неизвестной версии с переводом от zCarot
Текущее время: 20:05. Часовой пояс GMT +3.

Вверх