Page 2 of 2
Re: [Help]L2J Freya IP
Posted: Mon Oct 10, 2011 11:58 am
by Curre
BiggBoss wrote:Code: Select all
127.0.0.1 localhost80.241.247.178 l2auth.lineage2.com80.241.247.178 l2testauth.lineage2.com
hmm same ;( soo ive got an idea

we can give u money if u can help us to fix it?
Re: [Help]L2J Freya IP
Posted: Mon Oct 10, 2011 3:46 pm
by BiggBoss
the machine where the server is, has ports opened? (if is a dedicated server you can be sure)
btw, here:
<gameserver address="127.0.0.1"
must be
<gameserver address="80.241.247.178"
Re: [Help]L2J Freya IP
Posted: Mon Oct 10, 2011 8:29 pm
by JMD
I dont know if you have notice but you dont need the gameguard workarounds anymore.
Re: [Help]L2J Freya IP
Posted: Mon Oct 10, 2011 9:00 pm
by Curre
BiggBoss wrote:the machine where the server is, has ports opened? (if is a dedicated server you can be sure)
btw, here:
<gameserver address="127.0.0.1"
must be
<gameserver address="80.241.247.178"
which port it needs?
tpc or utpc
and what to write in loginserver.prop and server.prop ?
Re: [Help]L2J Freya IP
Posted: Tue Oct 11, 2011 7:28 am
by SANSKY
port is open but i can not join the server. ipconfig is rights.
why we have this problem, pls tell us

Re: [Help]L2J Freya IP
Posted: Wed Oct 12, 2011 9:25 am
by BiggBoss
ports needed are 2106 and 7777. If loginserver and gameserver are in different machines, you must open 9014 as well
Re: [Help]L2J Freya IP
Posted: Wed Oct 12, 2011 5:59 pm
by SANSKY
BiggBoss
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="here out ip" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8 --- whats here?" address="127.0.0.1 --- whats here?"/>
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8 --- whats here?" address="10.0.0.0 --- whats here?"/>
<define subnet="172.16.0.0/19 --- whats here? " address="172.16.0.0 --- whats here?"/>
<define subnet="192.168.0.0/16 --- whats here?" address="192.168.0.0 --- whats here?"/>
</gameserver
pls tell me, i need your help
and which ports need to open TPC or UDP
Re: [Help]L2J Freya IP
Posted: Wed Oct 12, 2011 9:47 pm
by BiggBoss
the below params are for definig subnets, so, forget about that and just replace here out ip for your external ip.
I said the ports in an earlier post.
l2j uses tcp protocol. udp isnt good for security reasons