Kermit doubt - Protocols
This is a discussion on Kermit doubt - Protocols ; Hi all:
Could you tell me why I cannot issue a Telnet in kermit recently
installed ?
VAX1> ru WERMIT.EXE;1
C-Kermit 8.0.211, 10 Apr 2004, for VAX/VMS
Copyright (C) 1985, 2004,
Trustees of Columbia University in the City of New ...
-
Kermit doubt
Hi all:
Could you tell me why I cannot issue a Telnet in kermit recently
installed ?
VAX1> ru WERMIT.EXE;1
C-Kermit 8.0.211, 10 Apr 2004, for VAX/VMS
Copyright (C) 1985, 2004,
Trustees of Columbia University in the City of New York.
Type ? or HELP for help.
DKA1:[KERMIT] C-Kermit>telnet
Sorry, "telnet" not configured in this version of Kermit.
DKA1:[KERMIT] C-Kermit>connect
Sorry, you must SET LINE first
?Invalid: connect
DKA1:[KERMIT] C-Kermit>set line
DKA1:[KERMIT] C-Kermit>connect
Sorry, you must SET LINE first
?Invalid: connect
DKA1:[KERMIT] C-Kermit>
DKA1:[KERMIT] C-Kermit>sh ver
Versions:
C-Kermit 8.0.211, 10 Apr 2004
Numeric: 800211
Built for: VAX/VMS
Running on: VAX/VMS 5 V5.5-2 VAX
Patches: (none)
Communications I/O 8.0.124, 5 Apr 2004 for VAX/VMS
File support, 8.0.178, 5 Apr 2004 for VAX/VMS
C-Kermit library, 8.0.033, 16 Mar 2003
C-Kermit Protocol Module 8.0.158, 11 Sep 2002
C-Kermit functions, 8.0.223, 1 May 2003
Command package 8.0.157, 11 May 2003
User Interface 8.0.278, 12 Mar 2004
Character Set Translation 8.0.042, 3 Jul 2000
CONNECT Command 8.0.062 5 Apr 2004
Dial Command, 8.0.160, 29 Apr 2002
Script Command, 8.0.032, 20 Dec 2001
Thanks!
-
Re: Kermit doubt
contracer11@gmail.com wrote:
> Hi all:
>
> Could you tell me why I cannot issue a Telnet in kermit recently
> installed ?
If you execute "SHOW FEATURES" at the C-Kermit prompt you
will see that the Kermit you installed does not contain
support for networking.
-
Re: Kermit doubt
Jeffrey Altman wrote:
> contracer11@gmail.com wrote:
> > Hi all:
> >
> > Could you tell me why I cannot issue a Telnet in kermit recently
> > installed ?
>
> If you execute "SHOW FEATURES" at the C-Kermit prompt you
> will see that the Kermit you installed does not contain
> support for networking.
Could you tell me what to do to enable this feature ?
Thanks !
-
Re: Kermit doubt
On 2006-07-05, contracer11@gmail.com wrote:
:
: Jeffrey Altman wrote:
:> contracer11@gmail.com wrote:
:> > Hi all:
:> >
:> > Could you tell me why I cannot issue a Telnet in kermit recently
:> > installed ?
:>
:> If you execute "SHOW FEATURES" at the C-Kermit prompt you
:> will see that the Kermit you installed does not contain
:> support for networking.
:
: Could you tell me what to do to enable this feature ?
:
Download a version of VMS C-Kermit that includes support for the TCP/IP
package that you have (UCX, MultiNet, etc):
http://www.columbia.edu/kermit/ck80binaries.html#decvms
- Frank
-
Re: Kermit doubt
Frank da Cruz wrote:
> On 2006-07-05, contracer11@gmail.com wrote:
> :
> : Jeffrey Altman wrote:
> :> contracer11@gmail.com wrote:
> :> > Hi all:
> :> >
> :> > Could you tell me why I cannot issue a Telnet in kermit recently
> :> > installed ?
> :>
> :> If you execute "SHOW FEATURES" at the C-Kermit prompt you
> :> will see that the Kermit you installed does not contain
> :> support for networking.
> :
> : Could you tell me what to do to enable this feature ?
> :
> Download a version of VMS C-Kermit that includes support for the TCP/IP
> package that you have (UCX, MultiNet, etc):
>
> http://www.columbia.edu/kermit/ck80binaries.html#decvms
>
> - Frank
Thanks a lot , frank !
I downloaded kermit ckv192-vax-vms55-ucx33.exe in my system,
but when I telnet to a specified address I get this :
DKA1:[KERMIT] C-Kermit>telnet 172.20.16.134
Trying 172.20.16.134...
netopen connect: connection refused
Can't open connection to 172.20.16.134
DKA1:[KERMIT] C-Kermit>exit
VAX1 » telnet 172.20.16.134
%TELNET-I-TRYING, Trying ... 172.20.16.134
%TELNET-I-SESSION, Session 01, host 172.20.16.134, port 23
-TELNET-I-ESCAPE, Escape character is ^]
#####################
#########################
##############################
##############################
#########################
#####################
User Access Verification
Password:
Can you help me ?
Thanks!