[Help]L2J Freya IP

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
Curre
Posts: 9
Joined: Sun Oct 09, 2011 3:43 pm

Re: [Help]L2J Freya IP

Post 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?
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: [Help]L2J Freya IP

Post 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"
Image
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: [Help]L2J Freya IP

Post by JMD »

I dont know if you have notice but you dont need the gameguard workarounds anymore.
User avatar
Curre
Posts: 9
Joined: Sun Oct 09, 2011 3:43 pm

Re: [Help]L2J Freya IP

Post 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 ?
SANSKY
Posts: 3
Joined: Sun Oct 09, 2011 2:42 pm

Re: [Help]L2J Freya IP

Post by SANSKY »

port is open but i can not join the server. ipconfig is rights.
why we have this problem, pls tell us :(
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: [Help]L2J Freya IP

Post by BiggBoss »

ports needed are 2106 and 7777. If loginserver and gameserver are in different machines, you must open 9014 as well
Image
SANSKY
Posts: 3
Joined: Sun Oct 09, 2011 2:42 pm

Re: [Help]L2J Freya IP

Post 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
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: [Help]L2J Freya IP

Post 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
Image
Post Reply