Telnet Servers are not accepting putty

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
iamcypher
Posts: 57
Joined: Thu Oct 22, 2009 3:13 pm

Telnet Servers are not accepting putty

Post by iamcypher »

L2J Revision 6762:
L2JDP Revision 3668:

Hello Again,
I`m having a problem with both telnet servers (login and game server), i always get "Incorrect Password!" if i login from vista (i think it`s because vista doesn`t have a telnet client and i`m using putty), I even added a code to show me what password i typed and what password the server requires and it still shows "Incorrect Password!". But if i login from telnet`s machine localhost with the same password with windows telnet it works. Should i try with putty on the server machine too?

Thank You,
iamcypher
Vapulabe
Posts: 271
Joined: Wed Mar 19, 2008 10:16 am

Re: Telnet Servers are not accepting putty

Post by Vapulabe »

Using PuTTY 0.60
check Connexion -> Telnet
Telnet negotiation mode turned to passive... it may help...

When you connect to a telnet server, there is an handshake which will send info like capabilities supported (colors, and other). You may see such an initialisation in some MUD servers network code (most MUD are open source)
iamcypher
Posts: 57
Joined: Thu Oct 22, 2009 3:13 pm

Re: Telnet Servers are not accepting putty

Post by iamcypher »

Confirmed: It does login when you are using passive mode.

Thank you!
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Telnet Servers are not accepting putty

Post by _DS_ »

Use putty raw mode.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Vapulabe
Posts: 271
Joined: Wed Mar 19, 2008 10:16 am

Re: Telnet Servers are not accepting putty

Post by Vapulabe »

I never tried that mode (well, I'm using Linux most of the time so no need for putty)... it's easier than passive negotiation as you only have to edit 1st page of parameters... Your solution is better than mine ;-)
iamcypher
Posts: 57
Joined: Thu Oct 22, 2009 3:13 pm

Re: Telnet Servers are not accepting putty

Post by iamcypher »

Both ways work, thanks guys! :)
Post Reply