Jump to content

Question

Posted

Im using latest l2jserver pack. Then i try to login it show me ping 9999 and i can't login, i first time creating server on dedicated server and linxu...

 

login server configs

 

# Default: 127.0.0.1
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.1
InternalHostname = *

# ---------------------------------------------------------------------------
# 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: 2106
LoginserverPort = 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: 9014
LoginPort = 9014

 

 

Game server configs

 

# 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 = *

# Where's the Login server this gameserver should connect to
# Default: 127.0.0.1
LoginHost = 127.0.0.1

# TCP port the login server listen to for gameserver connection requests
# Default: 9014
LoginPort = 9014

# Default: *
GameserverHostname = *

# Default: 7777
GameserverPort = 7777

14 answers to this question

Recommended Posts

  • 0
Posted

try to set InternalHostname = * [your pc ip ( Start ~> run ~> cmd ~> ipconfig )]

 

if it doesnt work try to set GameserverHostname = 127.0.0.1

 

  • 0
Posted

LOL guyz.... if ping is 9999!! srv running... the problem isnt ip! i had the same problem... go to server.properties and change it!

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

MinProtocolRevision = 740

MaxProtocolRevision = 746

 

 

1st make it 740 -746 if it is still 9999 ping chane it to 1-999!

  • 0
Posted

I have only these one revision:

 

# Numbers of protocol revisions that server allows to connect.

# Delimiter is ;

# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>

# Default: 146;152

AllowedProtocolRevisions = 146;152

  • 0
Posted

Have you opened ports in your router ? Dunno for epilogue, but there is 3 ports to open on UDP : 2106, 7777, 9014.

 

You say nothing about your topology dude. Is the server is your dev PC, distant, are you using a router, etc, etc.

 

Avoid to use 1-999, only kids does. If you client revision isn't the good, you got a GS log message on it, and it says which revision you are using. Anyway on IL, it works like that.

 

I think it's IP based problem, I had more than once too. And each time I forget the answer lol.

 

Here are my configs, they are working on distant aswell. LS and GS are on the same PC. I can log in from the same PC, and ppl can login from the internetz.

 

First, LS and second GS.

# ---------------------------------------------------------------------------
# Login Server Settings
# ---------------------------------------------------------------------------

# Default: 127.0.0.1
ExternalHostname = 92.129.91.61

# Default: 127.0.0.1
InternalHostname = 127.0.0.1

# Bind ip of the LoginServer, use * to bind on all available IPs
# Default: *
LoginserverHostname = *

# The address on which login will listen for GameServers, use * to bind on all available IPs
# Default: *
LoginHostname = *

# Default: 2106
LoginserverPort = 2106

# The port on which login will listen for GameServers
# Default: 9014
LoginPort = 9014

# If set to True any GameServer can register on your login's free slots
# Default: False
AcceptNewGameServer = False

# If False, the license (after the login) will not be shown.
# Default: True
ShowLicence = False

 

# ---------------------------------------------------------------------------
# Game Networking Settings
# ---------------------------------------------------------------------------

# Default: *
ExternalHostname = 92.129.91.61

# Default: *
InternalHostname = *

# Default: 127.0.0.1
LoginHost = 127.0.0.1

# Default: 9014
LoginPort = 9014

# Default: *
GameserverHostname = *

# Default: 7777
GameserverPort = 7777

 

Hope it will help.

 

If you want a hint :

 

I would first check configs to see if they match, if not correct.

 

After that, I would check ports on router.

 

And after that I would cry cause answer is known only by aliens so /emocry.

 

And check firewall dude... It's sad to use a firewall.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...