Connection issues (Ping 9999 while On/Light)

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
Locked
YukiLT
Posts: 47
Joined: Tue Mar 11, 2008 4:52 pm

Connection issues (Ping 9999 while On/Light)

Post by YukiLT »

Hi Guys,

We've just updated to the latest and greatest, and we have a small problem.

The GS and LS connects fine, as I understand:

Code: Select all

 LS ServerServer [1] Bartz is now set as disconnectedUpdated Gameserver [1] Bartz IP's:127.0.0.1/127.0.0.0/810.0.0.0/10.0.0.0/8172.16.0.0/172.16.0.0/19192.168.0.0/192.168.0.0/16127.0.0.1/0.0.0.0/0 
(Though those different IPS from the real ones worry me).

Code: Select all

 GS ServerAutoAnnoucements: Loaded 0 Auto Annoucement Data.Telnet server is currently disabled.Registered on login as Server 1 : Bartz 
But the problem is:
Image
And no - it doesn't connect. (The client files are ok.)

Anyone could guide me to the problem?

Also, here are the top halfs of the configs.
GS: http://codepaste.net/mgwsw4
LS: http://codepaste.net/2aa2se

Thanks for any help.
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Re: Connection issues (Ping 9999 while On/Light)

Post by fokysss »

I think it has something to do with protocol version,heard somebody having the same problem!
Edelvez
Posts: 173
Joined: Fri Nov 06, 2009 6:32 am
Location: Argentina

Re: Connection issues (Ping 9999 while On/Light)

Post by Edelvez »

In GS

Code: Select all

LoginHost = 192.168.1.254
change to

Code: Select all

LoginHost = 127.0.01

In LS

Code: Select all

InternalHostname = 192.168.1.254

Code: Select all

RouterHostname = 192.168.1.1

Code: Select all

LoginHostname = 192.168.1.254
Change to IP

Code: Select all

127.0.0.1
Someone once told me: "The easiest way of doing things, making them the hard way" ;)
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Connection issues (Ping 9999 while On/Light)

Post by _DS_ »

Use search, ipconfig.xml. Topic closed.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Locked