| Registruotis Prisijungti Forumas Ieškoti DUK |
Problema su serveriu.
6 pranešimai(ų)
• Puslapis 1 iš 1
Problema su serveriu.
Sveiki, norejau paklausti ar tinka portu forwardinimui padaryti DMZ Host nustatyma? Nes tikrinau, rodo kad portai atidaryti, taciau L2 serverio vistiek neiseina paleisti tiesiog nereaguoja kai spaudziu login.
Jeigu galite patikrinkite ar gerai surasiau properties failus(maisausi as cia).
EDIT
Pridedu dar host failiuka, jeigu galite paziurekit, labai reikia, aciu.
Laukiu pagalbos, aciu
Parasykit skype kad galit padeti.
Jeigu galite patikrinkite ar gerai surasiau properties failus(maisausi as cia).
- Kodas: Pasirinkti visus
# This is the server configuration file. Here you can set up the connection for your server.
# 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)
# - Questions? => http://projeto.l2jbrasil.com
#
# * = 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.ip-adress.com
# ===================================================================================================
# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = 78.56.135.201
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 192.168.1.68
# Bind IP of the LoginServer, use * to bind on all available IPs
LoginserverHostname = *
# Loginserver Port
LoginserverPort = 2106
# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 10
# 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 = *
# 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 license (after the login) will not be shown
# It is highly recommended for Account Security to leave this option as default (True)
ShowLicence = True
# Database info
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
Driver = com.mysql.jdbc.Driver
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
URL = jdbc:mysql://localhost/l2jdb
# Login used in DB
Login = root
# Password used in DB
Password =
# Maximum connections allowed in DB
MaximumDbConnections = 10
# Usable values: "true" - "false", use this option to choose whether accounts will be created
# automatically or not.
AutoCreateAccounts = True
# The delay in minutes after which the login updates the gameservers IP's (useful when their IP is dynamic)
IpUpdateTime = 15
# ==============================================================
# Test server setting, shoudn't 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 = True
#FloodProtection. time in ms
EnableFloodProtection = True
FastConnectionLimit = 15
NormalConnectionTime = 700
FastConnectionTime = 350
MaxConnectionPerIP = 50
- Kodas: Pasirinkti visus
# This is the server configuration file. Here you can set up the connection for your server.
# 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)
# - Questions? => http://projeto.l2jbrasil.com
#
# * = 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.ip-adress.com
# ===================================================================================================
# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================
# Bind IP of the Gameserver, use * to bind on all available IPs
GameserverHostname = *
# Gameserver port
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 = 78.56.135.201
# 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 = 192.168.1.68
# The Loginserver host and port
LoginPort = 9014
LoginHost = 192.168.1.68
# 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
# Database info
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
Driver = com.mysql.jdbc.Driver
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
URL = jdbc:mysql://localhost/l2jdb
# Login used in DB
Login = root
# Password used in DB
Password =
# Maximum connections allowed in DB
MaximumDbConnections = 100
# 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 name 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 = 100
# How meny packets needs to be send to get punished
UnkPacketsBeforeBan = 5
# Packet Handler Debug
# NOTE: Leave it false it wont harm your server
PacketHandlerDebug = False
# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 1
MaxProtocolRevision = 999
EDIT
Pridedu dar host failiuka, jeigu galite paziurekit, labai reikia, aciu.
- Kodas: Pasirinkti visus
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
#127.0.0.1 localhost
#78.56.135.201 L2authd.Lineage2.com
#78.56.135.201 nprotect.lineage2.com
Laukiu pagalbos, aciu
- mmolt
- Naujokas
- Pranešimai: 5
- Užsiregistravo: Gegužė 13th, 2011, 7:35 pm
Re: Problema su serveriu.
Я могу сказать ещё... Передачи про похудение Гавриилов доктор похудеть Похудение с магнезией Как похудеть с малаховой Капсулы для похудения новая лида ксин заказать Помогает ли похудеть степпер Кардамон для похудения Автогипноз для похудания Кто похудел с помощью беговой дорожки отзывы Кто похудел на японской Система подсчёта калорий Сайт похудения гаврилова Видо упражнения для пресса живота
- Undilladirl
- Naujokas
- Pranešimai: 1
- Užsiregistravo: Sausis 16th, 2012, 2:25 am
порна с катей самбукой
Катя Самбука катя самбука миньет катя самбука dvdrip кэти самбука катя самбука порновидео онлайн катя самбука любительские фото Коктейль самбука видео как поджигать самбуку клип катя самбука порно скачать катя самбука сказка мп3 катя самбука клипы скачать торрент катя самбука порновидео онлайн Ненакрашенная катя самбука катя самбука до пластики самбука текст сказка самбука ххх скачать клип катя самбука самбука анал Катя самбука гимн самбука порно торрент голая пизда самбуки катя самбука я каралева фильм самбука скачать dj катя самбука Самбука порно фильм онлайн катя самбука в клубе песня катя самбука клан влагалище кати самбуки катя самбука инфо катя самбука порно виде Секс рекорд самбуки катя самбука вконтакте катя самбука и бритни спирс катя самбука порно звезда текст скачать фильмы с катей самбукой алкогольные коктейли самбука Одежда самбука секс с катей самбукой фото катя самбука эро катя самбука год рождения катя самбука сказка слушать катя самбука видео порн Перевод песни катя самбука катя самбука мр3 катя самбука вікіпедія игра катя самбука клип катя самбука порно скачать катя самбука миньет Rкатя самбука катя самбука минет видео катя самбука вконтакте катя самбука видео частное катя самбука сексзвезда катя самбука во владимире фото Катя самбука lurkmore эротические фото кати самбуки клуб broadway катя самбука фото катя самбука скачать бесплатно бритни и катя самбука самбука королева Катя самбука сказка мп3 катя самбука порно смотреть онлайн катя самбука финиш света слова катя самбука порево катя самбука кино кая самбука Самбука порнофильм секс самбуки онлайн против кати самбуки демотиваторы самбука минусовка катя самбука боб джек порно самбука Смотреть катя самбука без цензуры реальное порно с самбукой самбука секс звезда скачать бесплатно ебут катю самбуку фото катя самбука актриса чем закусывать самбуку Катя самбука проно видео
Самбуку трахают
Катя самбука в рафинаде
Катя самбука не накрашенная
Катя самбука рекорд видео
Катя самбука porno star mp3
катя самбука порноактриса
- Setlenacinia
- Naujokas
- Pranešimai: 4
- Užsiregistravo: Sausis 17th, 2012, 1:29 am
- Miestas: скачать катя самбука громобой
катя самбука звезда текст
Катя Самбука скачать бесплатное фото кати самбуки катя самбука скачать фото самбука экстра молинари катя самбука первое порно видео фильм самбука скачать Фото пизды кати самбуки катя самбука porno star катя самбука плейбой катя самбука лям катя самбука звезда скачать бесплатно катя самбука секс видео онлайн Самбуко смотреть катя самбука без цензуры катя самбука громобой скачать бесплатно самбука текст сказка катя самбука порно картинки пизда кати самбуки Секс порно катя самбука порно он лайн катя самбука sexpedition самбука катя самбука показывает киску боб джек с катей самбукой с участием кати самбуки Катя самбука ищу порно катя самбука 14 лет катя самбука ujkfz каья самбука пусть говорят катя самбука офицальный сайт кати самбуки Интервью катя самбука скачать mp3 самбука новое катя самбука слушать музыку катя самбука порно секс видео катя самбука катя самбука porno star mp3 Самбука состав ебут катю самбуку видео самбука с молоком катя самбука гомобой скачать бесплатно смотреть клип катя самбука сказка порно онлаин катя самбука Порно с самбукой катя самбука секс катя самбука на нтв слова песни сказка самбука катя самбука замужем катя самбука группа Песни кати самбуки слушать самбука в бродвее видео катя самбука анал порнос катей самбукой катя самбука впервые в порно катя самбука фильмы смотреть онлайн Порно с участием кати самбуки катя самбука uncensored онлайн самбука онлайн самбука видео бесплатное онлайн порно катя самбука русские сенсации катя самбука Самбука секс звезда скачать порно видео смотреть самбука катя самбука чистосердечное признание катя самбука видео в душе вкус самбуки катя самбука скачать Катя самбука сосет видео катя самбука гимн катя самбука дата рождения катя самбука котик смотреть бесплатно порно самбука катя самбука удовлетворила Катя самбука видео 18 екатирина самбука катя самбука без силикона порно фильм самбука самбука торрент катя самбука сасет Самбука песня сказка
Id катя самбука
Порноактриса самбука
Катя самбука гомобой слова
Родители кати самбуки
Абсент и самбука
катя самбука порноактриса
- Setlenacinia
- Naujokas
- Pranešimai: 4
- Užsiregistravo: Sausis 17th, 2012, 1:29 am
- Miestas: скачать катя самбука громобой
катя самбука сказка смотреть онлайн
Катя Самбука в россии я текст самбука катя самбука проно видео клип катя самбука порно скачать
катя самбука дает
катя самбука в перми фото
катя самбука дает
катя самбука в перми фото
катя самбука порноактриса
- Setlenacinia
- Naujokas
- Pranešimai: 4
- Užsiregistravo: Sausis 17th, 2012, 1:29 am
- Miestas: скачать катя самбука громобой
катя самбука сосет
Катя Самбука катя самбука луркморье катя самбука увеличение груди катя самбука комикс
скачать песни кати самбуки
самбука песни
катя самбука трахаеться
бесплатное порно с катей самбукой
против кати самбуки
абсент и самбука
текст песни самбука порно
катя самбука porno star скачать
как зовут катю самбуку
катя самбука и боб
катя самбука порноз
самбука трахается
порно самбука online
фотки голой самбуки
слова песни кати самбуки звезда
скачать песни кати самбуки
самбука песни
катя самбука трахаеться
бесплатное порно с катей самбукой
против кати самбуки
абсент и самбука
текст песни самбука порно
катя самбука porno star скачать
как зовут катю самбуку
катя самбука и боб
катя самбука порноз
самбука трахается
порно самбука online
фотки голой самбуки
слова песни кати самбуки звезда
катя самбука порноактриса
- Setlenacinia
- Naujokas
- Pranešimai: 4
- Užsiregistravo: Sausis 17th, 2012, 1:29 am
- Miestas: скачать катя самбука громобой
6 pranešimai(ų)
• Puslapis 1 iš 1
Grįžti į L2j serverio kūrimo klausimai
Dabar prisijungę
Vartotojai naršantys šį forumą: Registruotų vartotojų nėra ir 0 svečių