un able to connect to server

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
Black_Night
Posts: 6
Joined: Wed Jun 30, 2010 11:15 pm

un able to connect to server

Post 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>
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: un able to connect to server

Post by MELERIX »

no error in server/login consoles ?

what l2 client are you using ?
Black_Night
Posts: 6
Joined: Wed Jun 30, 2010 11:15 pm

Re: un able to connect to server

Post by Black_Night »

yeah there's no error in the console and im using L2 Freya
User avatar
kimeraweb
Posts: 55
Joined: Sat Jul 31, 2010 5:33 pm
Location: Deutschland
Contact:

Re: un able to connect to server

Post 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.
GS: 4470
DP: 7733
Black_Night
Posts: 6
Joined: Wed Jun 30, 2010 11:15 pm

Re: un able to connect to server

Post by Black_Night »

just tried that and its doing the same thing
Black_Night
Posts: 6
Joined: Wed Jun 30, 2010 11:15 pm

Re: un able to connect to server

Post by Black_Night »

now im getting this error "java.net.UnknownHostException: 192.168.1.1/16"
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: un able to connect to server

Post by MELERIX »

and why you put 1.1 if you have 1.30 ?
Black_Night
Posts: 6
Joined: Wed Jun 30, 2010 11:15 pm

Re: un able to connect to server

Post 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
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: un able to connect to server

Post by MELERIX »

and for what reason you put subnet="192.168.1.1/16" if you have 1.130 ?
Black_Night
Posts: 6
Joined: Wed Jun 30, 2010 11:15 pm

Re: un able to connect to server

Post by Black_Night »

ok so it should look like this...

<define subnet="192.168.1.130/16" address="192.168.1.130" />
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: un able to connect to server

Post 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.
Post Reply