Dedicated 9999 ping
Posted: Sat Jun 26, 2010 5:02 pm
L2J Revision Latest:
L2JDP Revision Latest:
I first time creating server on dedicated server. And first time I don't know how to solute this problem... Configs writted good, ports opened, l2.ini good, gs and ls server clean. Nut then i login, it show me server (Barzt) and its red + ping is 9999... Any idea?
Game server
Login server
L2JDP Revision Latest:
I first time creating server on dedicated server. And first time I don't know how to solute this problem... Configs writted good, ports opened, l2.ini good, gs and ls server clean. Nut then i login, it show me server (Barzt) and its red + ping is 9999... Any idea?
Game server
Code: Select all
# Default: *ExternalHostname = 77.79.12.207 # ---------------------------------------------------------------------------# 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.# If this IP is resolvable by the Login Server, just leave *.# ---------------------------------------------------------------------------# Default: *InternalHostname = 77.79.12.207 # Where's the Login server this gameserver should connect to# Default: 127.0.0.1LoginHost = 127.0.0.1 # TCP port the login server listen to for gameserver connection requests# Default: 9014LoginPort = 9014 # Default: *GameserverHostname = * # Default: 7777GameserverPort = 7777
Login server
Code: Select all
ExternalHostname = 77.79.12.207 # ---------------------------------------------------------------------------# 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 = 77.79.12.207 # ---------------------------------------------------------------------------# 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