Page 1 of 1

un able to connect to server

Posted: Wed Feb 23, 2011 3:09 am
by Black_Night
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4497
L2JDP Revision Number:7780

i just set my server up and i keep getting the error after selecting the server "You have been disconnected from the server . Please log in again."

ipconfig.xml

Code: Select all

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

Re: un able to connect to server

Posted: Wed Feb 23, 2011 4:53 am
by MELERIX
no error in server/login consoles ?

what l2 client are you using ?

Re: un able to connect to server

Posted: Wed Feb 23, 2011 5:23 am
by Black_Night
yeah there's no error in the console and im using L2 Freya

Re: un able to connect to server

Posted: Wed Feb 23, 2011 10:51 am
by kimeraweb
I noticed this:
<define subnet="192.168.0.0/16" address="192.168.1.130" />
It can't be 192.168.0 subnet when address is 192.168.1, just fix that.

Grettings.

Re: un able to connect to server

Posted: Wed Feb 23, 2011 9:32 pm
by Black_Night
just tried that and its doing the same thing

Re: un able to connect to server

Posted: Thu Feb 24, 2011 10:32 pm
by Black_Night
now im getting this error "java.net.UnknownHostException: 192.168.1.1/16"

Re: un able to connect to server

Posted: Thu Feb 24, 2011 10:34 pm
by MELERIX
and why you put 1.1 if you have 1.30 ?

Re: un able to connect to server

Posted: Fri Feb 25, 2011 1:54 am
by Black_Night

Code: Select all

<define subnet="192.168.1.1/16" address="192.168.1.130" />
that is what i was using and i got that error

Re: un able to connect to server

Posted: Fri Feb 25, 2011 2:01 am
by MELERIX
and for what reason you put subnet="192.168.1.1/16" if you have 1.130 ?

Re: un able to connect to server

Posted: Fri Feb 25, 2011 2:16 am
by Black_Night
ok so it should look like this...

<define subnet="192.168.1.130/16" address="192.168.1.130" />

Re: un able to connect to server

Posted: Fri Feb 25, 2011 1:09 pm
by kotk
Black_Night wrote:ok so it should look like this...

<define subnet="192.168.1.130/16" address="192.168.1.130" />
put the subnet part back to what it was. That /16 covers from 192.168.0.1 to 192.168.255.254.