Page 1 of 1

Dedicated 9999 ping

Posted: Sat Jun 26, 2010 5:02 pm
by bauwbas
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

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

Re: Dedicated 9999 ping

Posted: Sat Jun 26, 2010 6:30 pm
by djbenny
check firewall
port forward 2106,7777
InternalHostname = should be 192. range or leave * if you dont know.

Re: Dedicated 9999 ping

Posted: Sat Jun 26, 2010 6:52 pm
by Xseil
first of all you internalhostname needs to be 127.0.0.1

Re: Dedicated 9999 ping

Posted: Sat Jun 26, 2010 8:39 pm
by djbenny
Xseil wrote:first of all you internalhostname needs to be 127.0.0.1
127. is only for internal testing "loopback same pc"
192. for Lan

Re: Dedicated 9999 ping

Posted: Sat Jun 26, 2010 9:13 pm
by bauwbas
Not working on internal 127.0.0.1, 192.168.x.x. even * not working... :sss

Re: Dedicated 9999 ping

Posted: Sun Jun 27, 2010 9:22 am
by bauwbas
I changed protocol 1;999 but still same ://

Re: Dedicated 9999 ping

Posted: Sun Jun 27, 2010 1:38 pm
by MELERIX
1:999 is totally incorrect xD

in L2J now the protocols are not in "range", now in L2J we are using specific protocols, so if you put 1:999 you are only allowing two protocols 1 & 999.

and none of L2 clients use these protocols.

so please don't change protocol configs when you don't know how this works and you don't know what are you doing.

Re: Dedicated 9999 ping

Posted: Sun Jun 27, 2010 4:37 pm
by bauwbas
MELERIX wrote:1:999 is totally incorrect xD

in L2J now the protocols are not in "range", now in L2J we are using specific protocols, so if you put 1:999 you are only allowing two protocols 1 & 999.

and none of L2 clients use these protocols.

so please don't change protocol configs when you don't know how this works and you don't know what are you doing.

About protocols i have been advised to change it... So maybe you know my problem?