Page 1 of 1

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

Posted: Thu Jan 06, 2011 7:04 pm
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 - :)

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

Posted: Thu Jan 06, 2011 7:07 pm
by jurchiks
it's l2authD

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

Posted: Thu Jan 06, 2011 7:18 pm
by seccentral
i know. that was a typo

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

Posted: Thu Jan 06, 2011 7:40 pm
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>

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

Posted: Thu Jan 06, 2011 7:56 pm
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.

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

Posted: Thu Jan 06, 2011 9:33 pm
by _DS_
Possibly protocol mismatch. Check accounting log.

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

Posted: Thu Jan 06, 2011 9:50 pm
by seccentral
woops.
[06 Jan 21:55:33] Wrong protocol, 216, 192.168.0.100
i have lots of those entries.

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

Posted: Thu Jan 06, 2011 10:32 pm
by _DS_
You modified default protocol setting, or use non-freya server.

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

Posted: Thu Jan 06, 2011 11:40 pm
by momo61
what protocol is out now on Freya?

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

Posted: Fri Jan 07, 2011 3:39 am
by MELERIX
momo61 wrote:what protocol is out now on Freya?
the same that we have in configs by default.

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

Posted: Fri Jan 07, 2011 12:29 pm
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