error 10061 - WeOnlyDo Discussion board

error 10061 (General questions)

by Amir Shaked, Wednesday, January 05, 2005, 13:01 (7059 days ago)

Hi,

I'm trying to telnet an AIX machine and I get this error
message in debug:

*** OnConnect Received err = 10061

It happens only from a certain Windows in my environment.
Telnet from command line is working fine from there.

What does this error mean?

Thanks,
Amir Shaked

Re: error 10061

by wodSupport, Wednesday, January 05, 2005, 13:08 (7059 days ago) @ Amir Shaked

Amir,

10061 is the Winsock error WSAECONNREFUSED

meaning nothing is listening on remote side on given port.

I assume this is port 22. If you go to command prompt and enter

telnet your.host.name 22

what happens?

Re: error 10061

by Amir Shaked, Wednesday, January 05, 2005, 14:16 (7059 days ago) @ wodSupport

Telnet is in port 23. telnet <machine name> 23 works ok.

Re: error 10061

by wodSupport, Wednesday, January 05, 2005, 14:31 (7059 days ago) @ Amir Shaked

In that case can you check that

Ssh1.Protocol = Telnet
Ssh1.Port = 23

and try to connect again?