You have been disconnected from the 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
seccentral
Posts: 5
Joined: Thu Jan 06, 2011 6:20 pm

You have been disconnected from the server. [...]

Post by seccentral »

Problem: "You have been disconnected from the server. Please login again."

L2J Revision 4467:
L2JDP Revision 7727:

systems setup:
2 boxes, one network 192.168.0.0/24
first with windows 7 - 192.168.0.100
2'nd fedora 14 - 192.168.0.101

serversde:
- i start the login server and the gameserver, all works fine
- gameserver listening on 0.0.0.0:7777
- loginserver listening on 0.0.0.0:2106 and 0.0.0.0:9014
- iptables disabled [ this is a test server, isolated, so it's safe enough ]
- selinux disabled just in case.

clientside:
- i downloaded the latest lineage2client and let it update itself fully.
- edited hosts file, added line "192.168.0.101 l2auth.lineage.com"
- cmd ping l2auth.lineage.com gives "Reply from 192.168.0.101: bytes=32 time<1ms TTL=64"
- start client

then i get the login prompt, i enter my user and password, then i get the server list which only lists Bartz with 1ms latency, then when i click confirm i get the message "You have been disconnected from the server. Please login again."

- help - :)
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: You have been disconnected from the server. [...]

Post by jurchiks »

it's l2authD
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
seccentral
Posts: 5
Joined: Thu Jan 06, 2011 6:20 pm

Re: You have been disconnected from the server. [...]

Post by seccentral »

i know. that was a typo
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: You have been disconnected from the server. [...]

Post by _DS_ »

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="127.0.0.1">    <!-- Localhost access -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- LAN's, put old contents of InternalHostname here -->    <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.101" /></gameserver>
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
seccentral
Posts: 5
Joined: Thu Jan 06, 2011 6:20 pm

Re: You have been disconnected from the server. [...]

Post by seccentral »

that's how my ipconfig.xml looks like.
still the same problem
willing to provide whatever information is necessary to solve this problem.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: You have been disconnected from the server. [...]

Post by _DS_ »

Possibly protocol mismatch. Check accounting log.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
seccentral
Posts: 5
Joined: Thu Jan 06, 2011 6:20 pm

Re: You have been disconnected from the server. [...]

Post by seccentral »

woops.
[06 Jan 21:55:33] Wrong protocol, 216, 192.168.0.100
i have lots of those entries.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: You have been disconnected from the server. [...]

Post by _DS_ »

You modified default protocol setting, or use non-freya server.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: You have been disconnected from the server. [...]

Post by momo61 »

what protocol is out now on Freya?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: You have been disconnected from the server. [...]

Post by MELERIX »

momo61 wrote:what protocol is out now on Freya?
the same that we have in configs by default.
seccentral
Posts: 5
Joined: Thu Jan 06, 2011 6:20 pm

Re: You have been disconnected from the server. [...]

Post by seccentral »

correct. problem solved. i changed it by mistake and forgot i did. i thought i was supposed to enter 414 for whatever reason that i dont remember atm.

thank you
Post Reply