Telnet game server problem
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 101
- Joined: Sat Mar 28, 2009 11:44 am
Telnet game server problem
Telnet game server problem, no connection
You do not have the required permissions to view the files attached to this post.
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: Telnet game server problem
If you not setup password in config file - server will autogenerate it. Check starting logs.
Not a bug report, moved to support.
Not a bug report, moved to support.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
-
- Posts: 101
- Joined: Sat Mar 28, 2009 11:44 am
Re: Telnet game server problem
somePass It is the password which I has specified
somePass это пароль который я указал
somePass это пароль который я указал
-
- Posts: 101
- Joined: Sat Mar 28, 2009 11:44 am
Re: Telnet game server problem
Пароль генерируется в GS telnet рандомно если не чего не указать.Я указал somePass.Пробовал и рандомно всеравно не пускает.
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: Telnet game server problem
Use putty telnet client in raw mode, not windows telnet.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: Telnet game server problem
Just tested gameserver with default windows telnet and password 12345 - all ok.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
-
- Posts: 101
- Joined: Sat Mar 28, 2009 11:44 am
Re: Telnet game server problem
no connection
You do not have the required permissions to view the files attached to this post.
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: Telnet game server problem
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]
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
-
- Posts: 101
- Joined: Sat Mar 28, 2009 11:44 am
Re: Telnet game server problem
Как мне перезагрузить telnet.properties не выключая сервер? Я попробую сменить пароль на 12345
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: Telnet game server problem
AFAIK not possible to change password without restart. Are you sure connecting to the gameserver telnet, not loginserver ?
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Telnet game server problem
uncomment the password line ( remove the # at the start of the line)
and pls, write in english, this is english forum. thx.
and pls, write in english, this is english forum. thx.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 101
- Joined: Sat Mar 28, 2009 11:44 am
Re: Telnet game server problem
Yes sure login server connect very well. Game server no connection .I will try to change the password telnet game server after restart