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
Black_Night
Posts: 6 Joined: Wed Jun 30, 2010 11:15 pm
Post
by Black_Night » Wed Feb 23, 2011 3:09 am
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>
MELERIX
L2j Veteran
Posts: 6667 Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:
Post
by MELERIX » Wed Feb 23, 2011 4:53 am
no error in server/login consoles ?
what l2 client are you using ?
Black_Night
Posts: 6 Joined: Wed Jun 30, 2010 11:15 pm
Post
by Black_Night » Wed Feb 23, 2011 5:23 am
yeah there's no error in the console and im using L2 Freya
kimeraweb
Posts: 55 Joined: Sat Jul 31, 2010 5:33 pm
Location: Deutschland
Contact:
Post
by kimeraweb » Wed Feb 23, 2011 10:51 am
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
Post
by Black_Night » Wed Feb 23, 2011 9:32 pm
just tried that and its doing the same thing
Black_Night
Posts: 6 Joined: Wed Jun 30, 2010 11:15 pm
Post
by Black_Night » Thu Feb 24, 2011 10:32 pm
now im getting this error "java.net.UnknownHostException: 192.168.1.1/16"
MELERIX
L2j Veteran
Posts: 6667 Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:
Post
by MELERIX » Thu Feb 24, 2011 10:34 pm
and why you put 1.1 if you have 1.30 ?
Black_Night
Posts: 6 Joined: Wed Jun 30, 2010 11:15 pm
Post
by Black_Night » Fri Feb 25, 2011 1:54 am
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
MELERIX
L2j Veteran
Posts: 6667 Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:
Post
by MELERIX » Fri Feb 25, 2011 2:01 am
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
Post
by Black_Night » Fri Feb 25, 2011 2:16 am
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
Post
by kotk » Fri Feb 25, 2011 1:09 pm
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.