Page 1 of 1

Stuck on Server Select screen

Posted: Tue Dec 29, 2015 5:01 pm
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>

Re: Stuck on Server Select screen

Posted: Tue Dec 29, 2015 5:25 pm
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>

Re: Stuck on Server Select screen

Posted: Tue Dec 29, 2015 7:49 pm
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!

Re: Stuck on Server Select screen

Posted: Tue Dec 29, 2015 8:38 pm
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