Page 1 of 1

9999 Ping

Posted: Fri Jul 08, 2011 5:54 pm
by Mafian
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:nightly 20110708_0500
L2JDP Revision Number:nightly 4714

Ok so I have my server up and I can login to it just can't create my character and actually go in game. I've left my IP settings alone in the config files for the login and game-server. with the *'s and the 127.0.0.1 left in their original spots. Also went into the XML file and added some IP's the problem is I'm getting a 9999 Ping...I've forwarded my ports and I've stopped all running firewalls.

I've browsed the web for a solution but I can't find anything ...

IP CONFIG.XML FILE

Code: Select all

  <?xml version="1.0" encoding="UTF-8" ?> - <!--  Externalhost here (Internet IP) or Localhost IP for local test   --> - <gameserver address="192.168.0.3" 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="192.168.0.0" />   <define subnet="192.168.0.0/16" address="24.158.100.10" />   </gameserver>
I have the Freya High five client and was wondering if that's the right client... any help would be greatly appreciated

The server is on a dell power-edge 2650
The computer I'm using is my gaming laptop to connect to it but nothing is occurring
Server : 192.168.0.3
IP: 24.158.100.10
Laptop : 192.168.0.2

Re: 9999 Ping

Posted: Fri Jul 08, 2011 6:24 pm
by mrTJO
try with this

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="24.158.100.10" 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="192.168.0.0/24" address="192.168.0.3" /></gameserver>

Re: 9999 Ping

Posted: Fri Jul 08, 2011 6:26 pm
by Mafian
do i need to close the login server and gameserver for the changes to take effect and restart them?

Re: 9999 Ping

Posted: Fri Jul 08, 2011 6:31 pm
by mrTJO
gameserver only

Re: 9999 Ping

Posted: Fri Jul 08, 2011 6:35 pm
by Mafian
that fixed my ping being 9999 but when i click tge server and confirm it says you have been disconnected from the server please login again...

Re: 9999 Ping

Posted: Fri Jul 08, 2011 6:42 pm
by mrTJO
Nightlies are based on Freya server, if you want to run an High Five server, you should download the BETA version of l2jserver/dp from SVN and compile it trough ant or java ide like eclipse

Try to check this guide:
http://www.l2jserver.com/wiki/Setup_Eclipse_and_SVN

SVN Links:
Server: http://svn.l2jserver.com/branches/unsta ... rver_BETA/
DataPack: http://svn.l2jdp.com/branches/unstable/ ... Pack_BETA/

Re: 9999 Ping

Posted: Fri Jul 08, 2011 11:20 pm
by Mafian
So The one I'm trying to use isn't compatible with the client I need to back track to Gracia epilogue for it to work right?

Re: 9999 Ping

Posted: Fri Jul 08, 2011 11:44 pm
by mrTJO
no, the nightly is based on classic freya, so you'll need a freya client if you don't want to use the beta server