I downloaded yesterday the last version of the Epilogue server ( from http://www.l2jserver.com/nightly/ )
I sat up the server like explained on the wiki, opened ports (7777,2109,9014...)
Then i tested the server in local and everything worked wonderfully
The problem is to allow external players to join my server, impossible, they can't even pass the login, Why??
i disabled all firewalls and doesn't works =(
my login:
Code: Select all
---------------------------------------------------------------------------# Default: 127.0.0.1ExternalHostname = 87.66.224.65 # ---------------------------------------------------------------------------# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.# ---------------------------------------------------------------------------# Default: 127.0.0.1InternalHostname = 127.0.0.1 # ---------------------------------------------------------------------------# If you are behind a router which using its own local IP for Port Forwarding then set this to the routers# local IP if you want people outside your internal network to be able to connect to your server.# ---------------------------------------------------------------------------# RouterHostname = # Bind ip of the LoginServer, use * to bind on all available IPs# Default: *LoginserverHostname = *# Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# Default: *LoginHostname = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014 # The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)# Default: 15IpUpdateTime = 15
my host:
Code: Select all
127.0.0.1 localhost87.66.224.65 L2authd.lineage2.com216.107.250.194 nprotect.lineage2.com216.107.250.194 update.nProtect.com216.107.250.194 update.nProtect.net
myip.com:
Code: Select all
My IP address is: 87.66.224.65My IP Address Location: Jumet in ip address flag BelgiumISP of my IP: Belgacom Skynet
Code: Select all
Cached 10 KeyPairs for RSA communicationStored 20 keys for Blowfish communicationLoaded 127 server namesLoaded 1 registered Game ServersCached 10 RSA keys for Game Server communication.Loaded 2 IP Bans.Listening for GameServers on *:9014Telnet server is currently disabled.Login Server ready on *:2106
Can someone helps me please? =(