[Help] Freya LS/GS Errors

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Tresiem573
Posts: 14
Joined: Fri Jul 09, 2010 8:26 pm

[Help] Freya LS/GS Errors

Post 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.
web
Posts: 32
Joined: Wed Jul 08, 2009 3:09 am

Re: [Help] Freya LS/GS Errors

Post by web »

check ipconfig.xml
Tresiem573
Posts: 14
Joined: Fri Jul 09, 2010 8:26 pm

Re: [Help] Freya LS/GS Errors

Post 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.
Last edited by Tresiem573 on Wed Dec 01, 2010 8:38 am, edited 1 time in total.
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: [Help] Freya LS/GS Errors

Post by SolidSnake »

gameserver -> config -> ipconfig.xml
Image
Tresiem573
Posts: 14
Joined: Fri Jul 09, 2010 8:26 pm

Re: [Help] Freya LS/GS Errors

Post 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>
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: [Help] Freya LS/GS Errors

Post 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>
Image
Tresiem573
Posts: 14
Joined: Fri Jul 09, 2010 8:26 pm

Re: [Help] Freya LS/GS Errors

Post 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.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: [Help] Freya LS/GS Errors

Post 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.
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.
Tresiem573
Posts: 14
Joined: Fri Jul 09, 2010 8:26 pm

Re: [Help] Freya LS/GS Errors

Post 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.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: [Help] Freya LS/GS Errors

Post 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.
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.
Tresiem573
Posts: 14
Joined: Fri Jul 09, 2010 8:26 pm

Re: [Help] Freya LS/GS Errors

Post 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?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: [Help] Freya LS/GS Errors

Post 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.
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.
Tresiem573
Posts: 14
Joined: Fri Jul 09, 2010 8:26 pm

Re: [Help] Freya LS/GS Errors

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