Telnet: connection closet by 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
Hett
Posts: 9
Joined: Mon Mar 11, 2013 1:48 pm

Telnet: connection closet by server

Post by Hett »

Hi all,
I setting telnet.properties in game server,
when trying to connect I get the server closes connection:

Code: Select all

Trying 127.0.0.1...Connected to 127.0.0.1.Escape character is '^]'.Welcome To The L2J Telnet Session.Please Insert Your Password!Password: mypasswordPassword Correct![L2J Game Server]Connection closed by foreign host.
Server rev 5858
DataPack rev 9497

Code: Select all

EnableTelnet = True # This is the port L2J should listen to for incoming telnet# requests.# Default: 54321StatusPort = 54321 # If the following is not set, a random password is generated on server startup.# Usage: StatusPW = somePassStatusPW = mypassword # This list can contain IPs or Hosts of clients you wish to allow. Hostnames must be resolvable to an IP.# Example: 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3# Default: 127.0.0.1,localhostListOfHosts = 127.0.0.1,localhost
tell me please, what the problem?
Thanks!
Last edited by Hett on Mon Mar 11, 2013 5:29 pm, edited 1 time in total.
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Telnet: connection closet by server

Post by UnAfraid »

Stable branch?
Apply Changeset 5529
Image
Hett
Posts: 9
Joined: Mon Mar 11, 2013 1:48 pm

Re: Telnet: connection closet by server

Post by Hett »

Thanks for comment,
I using unstable version from http://www.l2jserver.com/nightly/ , its compiled from svn trunk?

Is there a difference between the beta version and unstable?
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Telnet: connection closet by server

Post by UnAfraid »

I would suggest you to compile your own build based on last unstable rev.
Image
Hett
Posts: 9
Joined: Mon Mar 11, 2013 1:48 pm

Re: Telnet: connection closet by server

Post by Hett »

Huh, if I'll be based on BETA branch, this is not very nice?
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Telnet: connection closet by server

Post by UnAfraid »

Hett wrote:Huh, if I'll be based on BETA branch, this is not very nice?
BETA branch is even more stable then the trunk (stable)
Image
Hett
Posts: 9
Joined: Mon Mar 11, 2013 1:48 pm

Re: Telnet: connection closet by server

Post by Hett »

Ok ))
Post Reply