Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

L2J [HELP] l2j H5 Server files

Newbie Spellweaver
Joined
Oct 1, 2010
Messages
52
Reaction score
0
Hello lads again, i have a problem now make my server online. on ip 127.0.0.1 its work no problem at all. maybe someone can help me with IP settings.



Login server config:



LoginserverHostname = 127.0.0.1

# Default: 2106
LoginserverPort = 2106

# The address on which login will listen for GameServers, use * to bind on all available IPs
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
LoginHostname = 127.0.0.1

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





Game Server config:



LoginHost = 127.0.0.1

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

# Bind address for gameserver. You should not need to change it in most cases.
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
GameserverHostname = 127.0.0.1

# Default: 7777
GameserverPort = 7777





IpConfig File:





<gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="IPConfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.1/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<!-- <define subnet="10.0.0.0/8" address="10.0.0.0" /> -->
<!-- <define subnet="172.16.0.0/19" address="172.16.0.0" /> -->
<!-- <define subnet="192.168.0.0/16" address="192.168.0.0" /> -->
</gameserver>





My Host file in system 32 folder



127.0.0.1 localhost
127.0.0.1 l2authd.lineage2.com
127.0.0.1 nProtect.lineage2.com
109.255.197.158 L2authd.lineage2.com
216.107.250.194 nprotect.lineage2.com
109.255.197.158 nprotect.lineage.com
::1 localhost





My IP is 109.255.197.158



anybody know how to setum this IP to make server online? please someone help me. Ill tryed many diffrent configs.Cheers
 
Last edited:
Newbie Spellweaver
Joined
Sep 24, 2018
Messages
6
Reaction score
0
Change everything 127.0.0.1 to 109.255.197.158, try
Could you provide me with the Lineage 2 server and client?
 
Upvote 0
Back
Top