Page 1 of 1
Telnet game server problem
Posted: Mon Aug 10, 2009 4:53 pm
by Raincast
Telnet game server problem, no connection
Re: Telnet game server problem
Posted: Mon Aug 10, 2009 4:56 pm
by _DS_
If you not setup password in config file - server will autogenerate it. Check starting logs.
Not a bug report, moved to support.
Re: Telnet game server problem
Posted: Mon Aug 10, 2009 5:05 pm
by Raincast
somePass It is the password which I has specified
somePass это пароль который я указал
Re: Telnet game server problem
Posted: Mon Aug 10, 2009 5:12 pm
by Raincast
Пароль генерируется в GS telnet рандомно если не чего не указать.Я указал somePass.Пробовал и рандомно всеравно не пускает.
Re: Telnet game server problem
Posted: Mon Aug 10, 2009 5:24 pm
by _DS_
Use putty telnet client in raw mode, not windows telnet.
Re: Telnet game server problem
Posted: Mon Aug 10, 2009 5:40 pm
by _DS_
Just tested gameserver with default windows telnet and password 12345 - all ok.
Re: Telnet game server problem
Posted: Mon Aug 10, 2009 5:47 pm
by Raincast
no connection
Re: Telnet game server problem
Posted: Mon Aug 10, 2009 6:00 pm
by _DS_
Code: Select all
# Default: FalseEnableTelnet = True # Default: 12345StatusPort = 12345 # If the following is not set, a random password is generated on server startup.StatusPW = 12345 # This list can contain IPs or Hosts of clients you wish to allow. Hosts 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
Code: Select all
Welcome To The L2J Telnet Session.Please Insert Your Password!Password: 12345Password Correct![L2J Game Server]
Re: Telnet game server problem
Posted: Mon Aug 10, 2009 6:03 pm
by Raincast
Как мне перезагрузить telnet.properties не выключая сервер? Я попробую сменить пароль на 12345
Re: Telnet game server problem
Posted: Mon Aug 10, 2009 6:49 pm
by _DS_
AFAIK not possible to change password without restart. Are you sure connecting to the gameserver telnet, not loginserver ?
Re: Telnet game server problem
Posted: Mon Aug 10, 2009 8:02 pm
by janiii
uncomment the password line ( remove the # at the start of the line)
and pls, write in english, this is english forum. thx.
Re: Telnet game server problem
Posted: Mon Aug 10, 2009 8:32 pm
by Raincast
Yes sure login server connect very well. Game server no connection .I will try to change the password telnet game server after restart