sveiki , gal galit padet del ip surasymo , turiu routeri , ir va problema , gameserver ir loginserver isijungia normaliai , rodo kad on , bet neina jungtis i serveri , systeme l2.ini faile irasytas isorinis ip
login server :
# 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 = 88.223.76.230
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 192.168.0.100
# Bind ip of the loginServer, use * to bind on all available IPs
LoginserverHostname = 192.168.0.100
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 = 192.168.0.100
# The port on which login will listen for GameServers
LoginPort = 9014
gameserver :
# Enter here (ip) address of your game server, or use the symbol *
GameserverHostname =192.168.0.100
GameserverPort = 7777
# Configure your external ip
ExternalHostname = 88.223.76.230
# Configure your internal ip
InternalHostname = 192.168.0.100
# Bunch ID and game server. It is better not to change.
LoginPort = 9014
LoginHost = 192.168.0.100
# Database Pool Type
# Possible Values: c3p0 or BoneCP
# c3p0: more stable
# BoneCP: more performance
DatabasePoolType=c3p0
# Parameters Databases - MYSQL
Driver = com.mysql.jdbc.Driver
URL = jdbc:mysql://localhost/
# Database name
GameserverDB = l2jdb
LoginserverDB = l2jdb