Page 1 of 1

L2J Freya Connections - Newbie Help!

Posted: Tue Jun 14, 2011 4:01 pm
by Kyosume
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hi L2J Community. I've recently decided to start a server on my home comp to play with a bunch of friends. So I've downloaded the latest Freya l2j revision , installed it without any problem and launched. Now I can connect to my server on my own pc without complications. The thing is how do I let others connect to my server from other pc's and networks? I've been searching around the forums but I can't really find a threat that may lead to a proper solution. Previously I had an Interlude server that worked without any problems. Anyone could connect and play. Now I can't figure out the trick with the new ipconfig.xml thingy.

Thanks in advance!

Re: L2J Freya Connections - Newbie Help!

Posted: Tue Jun 14, 2011 5:01 pm
by hokkeli
http://www.l2jserver.com/wiki/Setup_Server
Shouldn't be so hard to read guides.

Re: L2J Freya Connections - Newbie Help!

Posted: Tue Jun 14, 2011 7:36 pm
by Kyosume
hokkeli wrote:http://www.l2jserver.com/wiki/Setup_Server
Shouldn't be so hard to read guides.
Thanks but no thanks. Read up better next time. My problem is players connecting from outside as from inside everything works.

Re: L2J Freya Connections - Newbie Help!

Posted: Wed Jun 15, 2011 6:05 am
by tukune
Kyosume wrote:Now I can't figure out the trick with the new ipconfig.xml thingy.
http://www.l2jserver.com/wiki/Setup_Server is verrrrrrrrry old.

Edit your ipconfig.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="edit here" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/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="edit here" />
</gameserver>

Re: L2J Freya Connections - Newbie Help!

Posted: Sun Jun 19, 2011 1:35 pm
by crnicholls
Hi i am having the same or very similar issue as above. I edited the ipconfig.xml with my real ip address so people can log in, yet when I go to actually run the server, the login server connects, but the game server keeps saying,

Connecting to login on *:9014

Is this because the server.properties file needs the actual ip as well? If so, what's the purpose of the ipconfig.xml file?

Thanks

Edit: so far it seems that I have answered my own question except the part about the purpose for the ipconfig.xml

The server is now running, but if someone would like to explain the purpose of that file it would be great

Re: L2J Freya Connections - Newbie Help!

Posted: Sun Jun 19, 2011 2:54 pm
by jurchiks
The purpose of that file is to have centralized settings for all IPs/subnets. Previously you could not add different subnets if you had any.

Re: L2J Freya Connections - Newbie Help!

Posted: Sun Jun 19, 2011 5:03 pm
by crnicholls
Ok thanks :)