Server status light but ping 9999

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
Dark Link
Posts: 2
Joined: Mon Feb 08, 2010 6:47 pm

Server status light but ping 9999

Post by Dark Link »

Sorry for having to ask this, this is one of the first time experiecing problems with L2jserver pack.

My problem is the following, I compiled the new Freya server pack, and got it installed. The server runs without any problems. Next when I log in it goes on without problems but at the server selection screen I get a light server status but a ping of 9999. I believe this is due to a wrong IP configuration, but I'm kinda at a loss.

This is my IPconfig.xml

Code: Select all

 <?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="87.212.87.183">    <!-- Localhost access -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- LAN's, put old contents of InternalHostname here -->    <define subnet="255.255.255.0/24" address="192.168.123.171" /></gameserver> 
I might have to add that I am trying to connect to it over the internal network.
My external IP is: 87.212.87.183 (Changed it, don't like putting IP publicly)
My internal IP is:192.168.123.171 (this is the internal IP of the server)

I hope someone will be able to help me. If for any reason I broke the rules with this post, please delete it. I did use the search option for similiar problems, but haven't been able to find any.

With kind regards,
Dark Link
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Server status light but ping 9999

Post by _DS_ »

<define subnet="255.255.255.0/24" address="192.168.123.171" />
wtf ?
use 192.168.123.0/24
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
bagun
Posts: 55
Joined: Sun Oct 03, 2010 12:09 pm

Re: Server status light but ping 9999

Post by bagun »

I think this guy must learn some things about ips and netmasks
Server Developer/Admin of L2Jservers
Dark Link
Posts: 2
Joined: Mon Feb 08, 2010 6:47 pm

Re: Server status light but ping 9999

Post by Dark Link »

Sorry about that, I got it running now. And indeed I need some info about subnets, used some kind of subnet calculator and it got it running. It was exactly the same as your solution.

Thank you for helping me.

With kind regards,
Dark Link
Post Reply