Page 1 of 1

Server status light but ping 9999

Posted: Mon Oct 04, 2010 6:59 am
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

Re: Server status light but ping 9999

Posted: Mon Oct 04, 2010 9:10 am
by _DS_
<define subnet="255.255.255.0/24" address="192.168.123.171" />
wtf ?
use 192.168.123.0/24

Re: Server status light but ping 9999

Posted: Mon Oct 04, 2010 9:28 am
by bagun
I think this guy must learn some things about ips and netmasks

Re: Server status light but ping 9999

Posted: Mon Oct 04, 2010 10:05 am
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