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

AllowedProtocolRevisions = 146;152

 

change it for this :

 

AllowedProtocolRevisions = 1;999

 

 

 

 

 

 

  • 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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Some new features that we added: - 2 new quests - PvP Arena (to get hero status) Olympiad is disabled - Love Event - Dressme for armor/weapons/accessories - HWID Protection - More monsters - New farm zone - New autofarm system (works almost like adrenaline) - Auto enchant - Auto augment - 3 levels of armors - 3 levels of weapons - Anti KS System - Rebirth Manager - 30 days checking rewards - Small event (daily checking with small reward for all online players)
    • Added FloodProtector utility to prevent packet flooding for actions like item use and dice rolling. Integrated flood protection checks in relevant client packet handlers and registered/removal hooks in player lifecycle. Updated movement logic in L2PcInstance for improved position synchronization and geodata handling. Minor fixes and refactoring in attack logic, private store handling, and admin NPC editing. Refactored AI classes to enhance movement, attack, and skill usage logic for characters and mobs. Improved distance checks, attack range calculations, and skill casting conditions. Removed unused intention command logic from L2CharacterAI. Updated configuration to enable CellPathFinding. Minor code cleanups and bug fixes for more reliable AI behavior. Enhanced GeoPathFinding with detailed debug and error messages for region loading, including success/failure counts and file checks. Refactored L2AttackableAI and L2CharacterAI to improve attack range tolerance, immediate attack behavior, and added safety checks for missing targets. Updated configuration to disable CellPathFinding by default and added a new ShowRedName option for aggressive mobs. Minor config and log updates included. Applied TCP socket optimizations (e.g., TCP_NODELAY, buffer sizes, keepalive) in ClientThread, Connection, and SelectorThread to reduce latency and improve throughput. Enhanced L2AttackableAI with better random walk, aggro, and attack logic, including silent move checks, quest monster handling, and improved faction/raid/minion behavior. Added silent move support to L2PlayableInstance and quest monster flag to L2NpcTemplate/L2NpcInstance. These changes aim to improve server responsiveness, AI realism, and overall stability.
    • I’ve been using this Escape from Tarkov Hack for about a week now with no issues at all. ESP works great without any lag, and the aimbot is smooth and doesn't feel obvious. Had a quick setup with the loader, and support answered my questions right away. The HWID spoofer also did its job without messing with my system. So far, the cheat's staying undetected on my side.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock