Stuck on Server Select screen

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
chromiumdj
Posts: 52
Joined: Mon Jul 27, 2015 11:51 am

Stuck on Server Select screen

Post by chromiumdj »

Hihi guys , got a issue after move to a new home...

People can connect to me from external ip,
- i can connect to my server using 127.0.0.1
- my lan ip its 192.168.1.2 But other pcs in LAN get stuck on server select screen

Any ideas? Im trying this for 2 days and no lucky!

Image

Image

Ipconfig -

Code: Select all

<gameserver address="chromeserver.no-ip.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/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" />
</gameserver>
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Stuck on Server Select screen

Post by UnAfraid »

Code: Select all

<gameserver address="chromeserver.no-ip.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/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.1.0/24" address="192.168.1.2" /> <!-- Change this line -->
</gameserver>
Image
chromiumdj
Posts: 52
Joined: Mon Jul 27, 2015 11:51 am

Re: Stuck on Server Select screen

Post by chromiumdj »

Thanks alot man! Im just curious about that last number u changed from 16 to 24,no idea what is this... but works like a charm.. Thank you!
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Stuck on Server Select screen

Post by UnAfraid »

/24 = A.B.C.(0-255) e.g. 192.168.1.*
/16 = A.B.(0-255).(0-255) e.g. 192.168.*.*
/8 = A.(0-255).(0-255).(0-255) e.g. 192.*.*.*
https://en.wikipedia.org/wiki/Classless ... in_Routing
Image
Post Reply