Hello first of all I would like to say that I tried all guides :/
I get my connection from my rooter and I have opened the 3 ports you need for l2.
My internal ip is: 10.0.0.1
My external ip is: l2silvercrystal.no-ip.biz (79.107.236.220)
Now I managed to make my server work on lan but I tried everything and I cant make it puplic.
I dont get any errors on my game or login server but if someone tryies to connect on my server nothing happens :/
Could someone tell me what I have to change on my server.properties and loginserver.properties to make my server public?
And what do someone have to put infrond of L2authd.lineage2.com at hosts to connect to my server. This l2silvercrystal.no-ip.biz? Or this 79.107.236.220?
ZonePvPSpawnBossRadio=0
ZonePvPSpawnBossBarakiel=0 at the Customs.ini in L2Server folder. Im prety sure this is it because i had the same problem with you in cruma 1 floor for example and i couldn't fix it but i fixed it finally by changing these 2 lines
Siege Reward
Start PM Msg
Rework Config root
BossDieAnnounce and BossDieSound in the L24Team.properties and Config.java files for global raid boss death notifications and sounds. Adds a new reward_list table to the DB.sql file to track castle rewards.
Improves character creation logic for thread safety and validation.
Adds extensive state checks to the RequestEnchantItem method to prevent enchantments during inappropriate player states.
Fixed auto-attack animation bug (there was no attack animation, only damage animation)
Clean Code
Other fixes I forgot to list!
Java 14
Fixed issue where deleting a character would prevent it from leaving the screen or being removed, or even after a delete CD (it would only exit when re-logging in or creating a new character).
Added Premium System from the other C2 project (Needs testing and improvement).
Added the "Improved" Community Board (incomplete).
Question
Nehelenia
Hello first of all I would like to say that I tried all guides :/
I get my connection from my rooter and I have opened the 3 ports you need for l2.
My internal ip is: 10.0.0.1
My external ip is: l2silvercrystal.no-ip.biz (79.107.236.220)
Now I managed to make my server work on lan but I tried everything and I cant make it puplic.
I dont get any errors on my game or login server but if someone tryies to connect on my server nothing happens :/
Could someone tell me what I have to change on my server.properties and loginserver.properties to make my server public?
And what do someone have to put infrond of L2authd.lineage2.com at hosts to connect to my server. This l2silvercrystal.no-ip.biz? Or this 79.107.236.220?
# ================================================================
# General server setting!!! REQUIRED to configure to everyone!!! server.properties
# ================================================================
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname =
GameserverPort = 7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname =
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname =
# Note: You can define server hostname for each network in subnets.properties
# The Loginserver host and port
LoginPort = 9014
LoginHost =
# ================================================================
# General login server setting !!! REQUIRED to configure to everyone !!! loginserver
# ================================================================
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=
LoginServerPort=2106
GMMinLevel=100
# The port, ip on which login will listen for GameServers
LoginHostname=
LoginPort=9014
7 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now