Dedicated 9999 ping

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
bauwbas
Posts: 60
Joined: Wed Nov 18, 2009 12:44 pm
Location: Lithuania

Dedicated 9999 ping

Post 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
djbenny
Posts: 133
Joined: Thu Jul 05, 2007 2:43 pm

Re: Dedicated 9999 ping

Post by djbenny »

check firewall
port forward 2106,7777
InternalHostname = should be 192. range or leave * if you dont know.
Xseil
Posts: 43
Joined: Sun May 30, 2010 7:43 pm

Re: Dedicated 9999 ping

Post by Xseil »

first of all you internalhostname needs to be 127.0.0.1
djbenny
Posts: 133
Joined: Thu Jul 05, 2007 2:43 pm

Re: Dedicated 9999 ping

Post 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
User avatar
bauwbas
Posts: 60
Joined: Wed Nov 18, 2009 12:44 pm
Location: Lithuania

Re: Dedicated 9999 ping

Post by bauwbas »

Not working on internal 127.0.0.1, 192.168.x.x. even * not working... :sss
User avatar
bauwbas
Posts: 60
Joined: Wed Nov 18, 2009 12:44 pm
Location: Lithuania

Re: Dedicated 9999 ping

Post by bauwbas »

I changed protocol 1;999 but still same ://
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Dedicated 9999 ping

Post 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.
User avatar
bauwbas
Posts: 60
Joined: Wed Nov 18, 2009 12:44 pm
Location: Lithuania

Re: Dedicated 9999 ping

Post 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?
Post Reply