Galera
Eu to com o NO-IP
E quero por esse IP para meus amigos entrarem no Server
Mas, não tem jeito
Só consigo logar no 127.0.0.1
Me digam como devo configurar o IP no Game o Login server
Segue os mesmos:
Se possível, destaque o local aonde devo por o IP
Login Server:
# If set to True any GameServer can register on your login's free slots.
# Default: False
AcceptNewGameServer = False
# Accounts will be created automatically or not.
AutoCreateAccounts = True
# Show the license (after entering the password).
# Recommended to leave this option enabled as it increases the safety.
ShowLicence = True
# Including protection from flood.
# Put True for server security.
EnableFloodProtection = True
#============================================
# MySQL Database
#============================================
# Database Options.
Driver = com.mysql.jdbc.Driver
URL = jdbc:mysql://localhost/l2jdb
Login = root
Password =
# Maximum amout of database connections.
MaximumDbConnections = 10
# The timeout before a new connection to the database (in miliseconds).
TimeOutConDb = 0
# Maximum number of requests per connection.
MaximumDbStatement = 100
#============================================
# Connection
#============================================
# Limit fast connections (input username / password).
FastConnectionLimit = 15
# Time of the normal connection (in ms).
NormalConnectionTime = 700
# Time of the fast connection (in ms).
FastConnectionTime = 350
# Maximum connections per IP.
MaxConnectionPerIP = 50
# The lifetime of the session with the login server.
SessionTTL = 25000
MaxSessions = 100
# Time to renew the IP address of the server in minutes (for dynamic IP).
IpUpdateTime = 0
# Here we write a list of networks that are local.
# For example: 192.168., 10.0.
# Attention unsigned, in the end.
NetworkList = 192.168.;10.0.
#============================================
# DDOS-PROTECTION
#============================================
# This system works with iptables.
# iptables -A INPUT -p tcp --dport 7777 -j DROP
# Put True for server security.
# Active only with LINUX OS.
EnableDdosProSystem = False
# String deny_comms
# If you don't know what is it, leave as default.
DenyNoAllowIpDdos = /sbin/iptables -I INPUT 13 -p tcp --dport 7777 -s $IP -j ACCEPT
# Enable full log on Login Server console about Ddos protection.
FullLogModePrint = False
Game Server:
#============================================
# Game Server
#============================================
# Bind address for gameserver. You should not need to change it in most cases.
GameserverHostname = *
GameserverPort = 7777
ExternalHostname = 127.0.0.1
InternalHostname = 127.0.0.1
LoginPort = 9014
LoginHost = 127.0.0.1
#============================================
# MySQL Database
#============================================
# Specify the appropriate driver and url for the database you're using.
Driver = com.mysql.jdbc.Driver
URL = jdbc:mysql://localhost/l2jdb
Login = root
Password =
MaximumDbConnections = 100
TimeOutConDb = 0
MaximumDbStatement = 100
# Root directory for data files.
DatapackRoot = .
#============================================
# Remote Who Log
#============================================
# Configure the emulation off the package (package SendStatus).
RemoteWhoLog = True
RemoteWhoSendTrash = True
RemoteWhoMaxOnline = 329
RemoteOnlineIncrement = 50
RemoteWhoForceInc = 50
RemotePrivStoreFactor = 12
Obrigado !