Page 1 of 1

Disconnected from server

Posted: Sun Apr 03, 2011 10:05 pm
by msknight
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4536:
L2JDP Revision 7668:

Situation...

Logon server running, spots gameserver 40 logged on.
Gameserver running, shows connected to logonserver.

On the client, the user name and password are entered OK and the list of servers comes up.

On selecting the gameserver, the client immediately reports that the server has disconnected.

There are no errors in either the gameserver or logonserver logs.

Further information that might be the cause, is that my account access levels are in the hundreds. I am aware that character levels changed from 0 to 6 some while ago, but I'm not sure about account access levels.

I did try taking one account access level to level 1, but no luck.

Section from logon server...

Code: Select all

Updated Gameserver [40] Lockirin IP's:127.0.0.1/127.0.0.0/810.0.0.0/10.0.0.0/8172.16.0.0/172.16.0.0/19192.168.0.3/192.168.0.0/24195.7.255.202/0.0.0.0/0
Section from gameserver...

Code: Select all

Server Loaded in 202 secondsAutoAnnoucements: Loaded 0 Auto Annoucement Data.Telnet StatusServer started successfully, listening on Port: 45458Registered on login as Server 40 : LockirinGlobalVariablesManager: Database updated.GlobalVariablesManager: Data updated successfully.
The logon events, however, do not list any current log on successes.

Re: Disconnected from server

Posted: Mon Apr 04, 2011 6:54 am
by msknight
More information...

External IP changed for security.

I'm internal to the server on the local network, but I've tried connecting as if I was external as well. Same result.

This configuration worked a few months ago so i can't see how this is responsible. Also, internal IP is 192.168.0.3

server ip xml...

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="195.9.255.202" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">    <!-- 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/24" address="192.168.0.3" /></gameserver>
gameserver config...

Code: Select all

# Where's the Login server this gameserver should connect to# Default: 127.0.0.1LoginHost = 127.0.0.1 # TCP port the login server listen to for gameserver connection requests# Default: 9014LoginPort = 9014 # Bind address for gameserver. You should not need to change it in most cases.# Default: * (0.0.0.0)GameserverHostname = * # Default: 7777GameserverPort = 7777
logonserver config...

Code: Select all

# Bind ip of the LoginServer, use * to bind on all available IPs# Default: *LoginserverHostname = * # Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# Default: *LoginHostname = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014 # The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)# Default: 15IpUpdateTime = 15

Re: Disconnected from server

Posted: Mon Apr 04, 2011 8:58 am
by Youssarian
Hi Michelle..

i hope i understand it right: ure access levels are in the hundreds means: f.E. GM Accesslevel 100, Admin 200, and so on?

and did u check the accounting.log? normally u can see there something

And whats the access level in ur loginserver and ur gameserver? on our server login accesslevel is 100.. on gameserver 1 (for admins)

Regards Youssarian

Re: Disconnected from server

Posted: Mon Apr 04, 2011 6:44 pm
by msknight
Youssarian wrote:i hope i understand it right: ure access levels are in the hundreds means: f.E. GM Accesslevel 100, Admin 200, and so on?
Yes, you understand right
and did u check the accounting.log? normally u can see there something
I didn't know this existed. I'm very out of touch.

I am now in the game, as there was a revision conflict ... but the characters do not appear correctly on the character screen. Everything is a mess, so it looks like I will have to see what has changed in the character table.

Thank you very much for pointing that file out to me. It has put me one step forward to getting back in the game again!

Re: Disconnected from server

Posted: Mon Apr 04, 2011 7:40 pm
by msknight
I'm treating this one as closed and I'm going to log another thread for the lobby problem.

Re: Disconnected from server

Posted: Mon Apr 04, 2011 8:21 pm
by Youssarian
Ure Welcome =)