Telnet: connection closet by server
Posted: Mon Mar 11, 2013 5:22 pm
Hi all,
I setting telnet.properties in game server,
when trying to connect I get the server closes connection:
Server rev 5858
DataPack rev 9497
tell me please, what the problem?
Thanks!
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.
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
Thanks!