Rev nao esta funcionando em rede e em lan !
Galera e o seguinte ja tentei de tudo, mas nao consigo colocar em rede e em lan, alguem sabe para poder me ajudar tenho outra rev l2jnet funciona normal, pena que nao presta, ajudem por favor agradeço desde ja ...
((((((((( login server )))))))))
# Bind ip do gameserver, use 0.0.0.0 para vincular disponível em todos os IPs
# EXEMPLO: LoginServerHostname=0.0.0.0 <----NO CAMINHO ABAIXO COLOQUE O IP DE SUA PLACA DE REDE
LoginServerHostname=10.1.1.20
LoginServerPort=2106
GMMinLevel=100
# The port, ip on which login will listen for GameServers
# EXEMPLO: LoginHostname=127.0.0.1 <-- NUNCA TROQUE ESSE IP
LoginHostname=127.0.0.1
LoginPort=9014
# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = true
# If false, the licence (after the login) will not be shown
ShowLicence = True
==================================================
(((game server))))
# Bind ip do gameserver, use 0.0.0.0 para vincular disponível em todos os IPs
# EXEMPLO: GameserverHostname=0.0.0.0 <----NO CAMINHO ABAIXO COLOQUE O IP DE SUA PLACA DE REDE
GameserverHostname=0.0.0.0
GameserverPort=7777
# Esta é transmitida para os clientes a partir de uma conexão de rede externa, por isso tem de ser um IP público ou resolúvel hostname
# EXEMPLO: ExternalHostname=l2mak.servegame.com <-----NO CAMINHO ABAIXO COLOQUE O SEU NO-IP AQUI
ExternalHostname=l2furious.no-ip.biz
# Esta é transmitida para o cliente a partir da mesma rede, por isso tem de ser um local IP ou hostname resolúvel
# EXEMPLO: InternalHostname=127.0.0.1 <----NO CAMINHO ABAIXO COLOQUE O IP DE SUA PLACA DE REDE
InternalHostname=10.1.1.20
# Define internal networks (10.0.0.0/8,192.168.0.0/16 is default internal networks)
InternalNetworks=
# Define optional networks and router IPs
# IP (200.100.200.100) or fully qualified domain name
# (google.com) that resolves to an IP (use ping to determine if a domain resolves).
# Format: ip,net/mask;ip,net/mask,net/mask
# (mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0 would be 192.168.*.*)
# Note: keep InternalNetworks and OptionalNetworks blank for compatibility with older login server
OptionalNetworks=
# O Loginserver host e porta
# EXEMPLO: LoginPort=9014 <--NUNCA TROQUE ESSA PORTA
# EXEMPLO: LoginHost=127.0.0.1 <-- NUNCA TROQUE ESSE IP
|