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!
L2J Freya Connections - Newbie Help!
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 69
- Joined: Tue Nov 09, 2010 7:05 pm
Re: L2J Freya Connections - Newbie Help!
http://www.l2jserver.com/wiki/Setup_Server
Shouldn't be so hard to read guides.
Shouldn't be so hard to read guides.
-
- Posts: 7
- Joined: Tue Jun 14, 2011 3:38 pm
Re: L2J Freya Connections - Newbie Help!
Thanks but no thanks. Read up better next time. My problem is players connecting from outside as from inside everything works.hokkeli wrote:http://www.l2jserver.com/wiki/Setup_Server
Shouldn't be so hard to read guides.
- tukune
- Posts: 533
- Joined: Sun Mar 29, 2009 2:35 pm
- Location: Japan
Re: L2J Freya Connections - Newbie Help!
http://www.l2jserver.com/wiki/Setup_Server is verrrrrrrrry old.Kyosume wrote:Now I can't figure out the trick with the new ipconfig.xml thingy.
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>
- crnicholls
- Posts: 28
- Joined: Sat Nov 01, 2008 12:48 am
Re: L2J Freya Connections - Newbie Help!
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
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
CRNicholls aka Moffet
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: L2J Freya Connections - Newbie Help!
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.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- crnicholls
- Posts: 28
- Joined: Sat Nov 01, 2008 12:48 am