Page 1 of 1

[Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 6:15 am
by Tresiem573
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4425
L2JDP Revision Number: 7669

Alright so I tried to fix this problem on my own, and I did for the most part but I encounter a problem... my server has 9999 latency. Which I have no idea why... I think it has something to do with the IP's and the config but I just recently got the login server and the gameserver to remain up and running.

Image

What's supposed to go in the boxes "Login Host" and "Gameserver Hostname" because if I change either one of them from what they are now... the gameserver won't load.

Also,

Image

Again, what goes in "Loginserver Hostname" and "Login Hostname" because once again if I change either one of them... the loginserver will not load and I'll get these errors as a result of changing the IP's of the configs above:

Image

Image

Please any help would be greatful. I should tell you that before I was successfully running a Gracia Final server on Windows XP then I've been having problems with setting up Freya since I reformatted to Windows 7 Ultimate. Took me like an hour and a half just to get both login server and gameserver working together.

Re: [Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 7:54 am
by web
check ipconfig.xml

Re: [Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 8:33 am
by Tresiem573
Ok I found it... what do I do with it? Last time I posted a SS of an IP for my config the post got deleted. The wording has changed since the Gracia Final config set so I dunno what I'm putting where.

Re: [Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 8:34 am
by SolidSnake
gameserver -> config -> ipconfig.xml

Re: [Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 8:38 am
by Tresiem573
Yeah I got it, just updated my post. But the config is:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="99.250.194.93">    <!-- Localhost access -->    <define subnet="127.0.0.0/8" address="99.250.194.93" />    <!-- LAN's, put old contents of InternalHostname here -->    <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>

Re: [Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 9:09 am
by SolidSnake
Try this one

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="99.250.194.93">    <!-- Localhost access -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- LAN's, put old contents of InternalHostname here -->    <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>

Re: [Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 6:20 pm
by Tresiem573
No sorry, it did not work. In my hosts file I put my ip in 192.168.0.24 and that's the only ip that'll work for to get to the server list but the gameserver still has 9999 latency and I cannot get in.

Re: [Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 6:32 pm
by jurchiks
...
so what IP exactly do you have?
1) DON'T change IPs in server/loginserver.properties
2) ipconfig.xml
<gameserver address="99.250.194.93"> <- wan IP; http://www.whatismyip.com/
<define subnet="192.168.0.0/16" address="ADDRESS" /> <- start>run>cmd>ipconfig> IP Address
the 127.0.0.1 subnet is to be left alone!
and the other two subnets can be deleted if you don't have such IPs anywhere.

Re: [Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 8:26 pm
by Tresiem573
I did what you said and now my config looks like:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="99.250.194.93">    <!-- Localhost access -->    <define subnet="127.0.0.0/8" address="192.168.0.24" /> </gameserver>

The IP's in the actual properties files are what they look like in the above pictures of my configs.

Re: [Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 8:50 pm
by jurchiks
I repeat DON'T change the IPs in properties files.
and I also said to leave the 127.0.0.1 subnet, not delete it.

Re: [Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 8:54 pm
by Tresiem573
So like this?

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="99.250.194.93">    <!-- Localhost access -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- LAN's, put old contents of InternalHostname here -->    <define subnet="10.0.0.0/8" address="192.168.0.24" />    <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> 
Or this?

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="99.250.194.93">    <!-- Localhost access -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- LAN's, put old contents of InternalHostname here -->     <define subnet="192.168.0.0/16" address="192.168.0.24" /></gameserver> 
And I didn't change them... the pics of my configs are the IP's it gave me... just the * things and 127.0.0.1

So entering the 2nd config worked... I can login... but does that make my server public now? If so, how do I check what IP's are being set?

Re: [Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 10:09 pm
by jurchiks
the second is correct.
your LAN ip is 192.168.0.24, only for people from your local network, such as yourself.
your WAN is 99.250.194.93, which people from outside world use to connect to your server.
BUT you must also forward ports 2106 and 7777 in your router, otherwise people from outside won't be able to connect (servers show up but clicking on them does nothing).

Also, I'm not sure if you'll be able to find this and if you even have it, but some routers change the LAN IP from time to time, you must set it not to change your IP. There is a setting for that.

To check if others can connect, use http://canyouseeme.org/ and enter ports 2106/7777. Do that while your server is running. If it shows an error, you've failed to forward them properly.

Re: [Help] Freya LS/GS Errors

Posted: Wed Dec 01, 2010 11:51 pm
by Tresiem573
Alright, yeah they're not forwarded. I know how to do that... that will be considered the... easiest part of my day/night. Thanks SO much for your assistance. I extremely appreciate it.