Re: wodSSH cannot connect as telnet client to my A (General questions)
Christope,
what exactly happens? Why it cannot connect? Do you get any errors?
Could we try to connect from here to duplicate the problem?
I have wrote a simple VB project with which I have the problem also:
Dim wodSSH1 As WODSSHCOMLib.wodSSHCom
wodSSH1 = New WODSSHCOMLib.wodSSHCom
wodSSH1.Protocol = WODSSHCOMLib.ProtocolsEnum.Telnet
wodSSH1.Blocking = True
wodSSH1.Hostname = AIX43
wodSSH1.Login = ocante
wodSSH1.Password = ocante
wodSSH1.Port = 23
wodSSH1.Timeout = 30
wodSSH1.Command = echo Hello
wodSSH1.Connect()
Print(wodSSH1.Receive)
After 30 seconds I have the following messages:
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in VB_Telnet.exe
Additional information: The current connection has timeout.
You will not be able to connect from outside.
I have recorded the network traffic while trying to telnet and I can see that something is coming from my AIX to my client host: AIX version 4
Copyrights...
Connexion : , but nothing is sent after that.
If it can help I can send you this network traffic (you can open it using ethereal: http://www.ethereal.com/). Tell me where I can send an attachment.
Complete thread:
- wodSSH cannot connect as telnet client to my AIX s - Christophe, 2004-10-06, 10:58
- Re: wodSSH cannot connect as telnet client to my A - wodSupport, 2004-10-06, 11:32
- Re: wodSSH cannot connect as telnet client to my A - Christophe, 2004-10-06, 13:09
- Re: wodSSH cannot connect as telnet client to my A - wodSupport, 2004-10-06, 13:16
- Re: wodSSH cannot connect as telnet client to my A - Christophe, 2004-10-06, 14:11
- Re: wodSSH cannot connect as telnet client to my A - wodSupport, 2004-10-06, 14:22
- Re: wodSSH cannot connect as telnet client to my A - Christophe, 2004-10-06, 14:43
- Re: wodSSH cannot connect as telnet client to my A - wodSupport, 2004-10-06, 14:48
- Re: wodSSH cannot connect as telnet client to my A - Christophe, 2004-10-06, 15:26
- Re: wodSSH cannot connect as telnet client to my A - wodSupport, 2004-10-06, 15:47
- Re: wodSSH cannot connect as telnet client to my A - Christophe, 2004-10-06, 15:26
- Re: wodSSH cannot connect as telnet client to my A - wodSupport, 2004-10-06, 14:48
- Re: wodSSH cannot connect as telnet client to my A - Christophe, 2004-10-06, 14:43
- Re: wodSSH cannot connect as telnet client to my A - wodSupport, 2004-10-06, 14:22
- Re: wodSSH cannot connect as telnet client to my A - Christophe, 2004-10-06, 14:11
- Re: wodSSH cannot connect as telnet client to my A - wodSupport, 2004-10-06, 13:16
- Re: wodSSH cannot connect as telnet client to my A - Christophe, 2004-10-06, 13:09
- Re: wodSSH cannot connect as telnet client to my A - wodSupport, 2004-10-06, 11:32