Welcome

TCP/IP Package For RT-11 Documentation

-... Client / Server Program Options


Telnet Client Program

   The  TELNET  program allows the user to initiate a connection
to a remote host for a terminal session.   The  startup  options
for TELNET are:  

  TELNET destination [?] [-hp]
        ?               List the Help Text and Exit TELNET
        h               List the Help Text and Open Connection
        p  filename     Specify the Password Filespec


The  destination host specification may be the host name or host
ip number.  If the connection is to be made to an alternate port
then follow the name/ip with the port number (decimal).  

   The  TELNET  program  supports the following command line op-
tions which are activated by the META character 'control A':  

        M->C    open capture file
        M->D    close capture file
        M->F    FTP [internet address]
        M->H    this help screen
        M->I    type my internet address
        M->K    erase character
        M->O    abort output
        M->Q    are you there?
        M->R    toggle <CR> follow character
        M->S    skip to end of buffer
        M->T    toggle backspace/delete
        M->U    erase line
        M->X    close connection
        M->Y    interrupt process
        M->@    send a true null character

         ^?      abort Telnet session

   The IND control file TELNET.COM starts the program:  

        .sets cmdlin "-hb "+"'p1' 'p2' 'p3' 'p4' 'p5' 'p6'"
        .open sy:tcpfun.com
        .data r sy:vbgexe.sav
        .data TCP:telnet.sav
        .data 'cmdlin'
        .close
        $@sy:tcpfun

=> Section Index

Telnet Server Program

   RTELNT  is  a server program for a remote TELNET session into
RT-11.  The program startup options are:  

  RTELNT [?] [-hmp filespec] [-ceqrtvyz] [parameters]
        ?       List the Help Text and Exit RTELNT
        c  i    Connection Line i is attached to Terminal Line j
        e       Enable Monitoring of all Transactions
        h       Specify the Help Filespec
        m       Specify the Message Filespec
        p       Specify the Password Filespec
        q  n    Specify an Alternate Connection Port
        r       Restart RTELNT after Disconnect
        t  j    Terminal Line j is attached to Connection Line i
        v       Verbose Mode
        y  s    Login Timeout in seconds
        z  s    Inactivity Timeout in seconds


The  program  may  be started interactively (for diagnostic pur-
poses) by the command file RTELNT.COM:  

        .sets cmdlin "-rpyz PAS:paswrd.fil 15 600 ...
                ... "+"'p1' 'p2' 'p3' 'p4'"
        .open sy:tcpfun.com
        .data r sy:vbgexe.sav
        .data TCP:rtelnt.sav
        .data 'cmdlin'
        .close
        $@sy:tcpfun


The program is normally started as a system job by the TCPIP.RUN
command file.  When started as a foreground or  system  job  the
program   gets   the   command  line  arguments  from  the  file
TCP:RTELNT.CML:  

        -r -p PAS:paswrd.fil -y 15 -z 600


The  RTELNT help and message files are RTELNT.HLP and RTELNT.MSG
respectively.  The h or m options may be used if these files are
not  on the TCP:  device.  These files are created by the system
manager and are not required.  

=> Section Index

Telnet Port Server Program

   RPTLNT  is a server program that provides a mechanism to con-
nect the 'CONSOLE' port of a LSI/PDP computer system to the net-
work.  

   The  program  runs on an independent networked computer which
provides the service connection to the 'CONSOLE' port of an  at-
tached computer system through a network TELNET connection.  

   The  program  supports  the generation of a 'BREAK' which en-
ables the user to enter ODT on most LSI and some  PDP  machines.
The default 'break' key is ^E.  

   The program startup options are:  

  RPTLNT [?] [-hmp filespec] [-cekqrtvyz] [parameters]
        ?       List the Help Text and Exit RPTLNT
        c  i    Connection Line number
        e       Enable Monitoring of all Transactions
        h       Specify the Help Filespec
        k  c    Break Character
        m       Specify the Message Filespec
        p       Specify the Password Filespec
        q  n    Specify the Connection Port
        r       Restart RPTLNT after Disconnect
        t  j    Terminal line parameters
        v       Verbose Mode
        y  s    Login Timeout in seconds
        z  s    Inactivity Timeout in seconds


The terminal line parameters are defined as follows:  

   code  - (O+P+L+SSSS) - (OPLxSSSS)
 
   SSSS - baud rate code (decimal)
         + 0     50
         + 1     75
         + 2     110
         + 3     134.5
         + 4     150
         + 5     300
         + 6     600
         + 7     1200
         + 8     1800
         + 9     2000
         +10     2400
         +11     3600
         +12     4800
         +13     7200
         +14     9600
         +15     19200
 
         note: not all controllers support all
               baud rate values, check device
               documentation.
 
   L -   +  0 for 7-Bit
     -   + 32 for 8-Bit
 
   P -   +  0 for no parity
     -   + 64 for parity
 
   O -   +  0 even parity (when P = 1)
     -   +128 odd  parity (when P = 1)


The  program  may  be started interactively (for diagnostic pur-
poses) by the command file RPTLNT.COM:  

        .sets cmdlin "-rbctqmyz 1 14 1173 ...
                ... TCP:rptlnt.msg 15 600 "+"'p1' 'p2'"
        .open sy:tcpfun.com
        .data r sy:vbgexe.sav
        .data TCP:rptlnt.sav
        .data 'cmdlin'
        .close
        $@sy:tcpfun
 

The program is normally started as a system job by the TCPIP.RUN
command file.  When started as a foreground or  system  job  the
program   gets   the   command  line  arguments  from  the  file
TCP:RPTLNT.CML:  


        -rbctqmyz 1 14 1173 TCP:rptlnt.msg 15 600


The  RPTLNT help and message files are RPTLNT.HLP and RPTLNT.MSG
respectively.  The h or m options may be used if these files are
not  on the TCP:  device.  These files are created by the system
manager and are not required.

=> Section Index

Connect Client Program

  The CNCT program allows the user to initiate a connection to a
remote RT-11/TSX-Plus host for a terminal session.  This program
is  the  TELNET  program stripped of all TELNET negotiations and
uses a non standard TCP port (27).  The startup options for CNCT
are:  

  CNCT destination [?] [-hp]
        ?               List the Help Text and Exit CNCT
        h               List the Help Text and Open Connection
        p   filename    Specify the Password Filespec


The  destination host specification may be the host name or host
ip number.  If the connection is to be made to an alternate port
then follow the name/ip with the port number (decimal).  

   The  CNCT program supports the following command line options
which are activated by the META character 'control A':  

        M->C    open capture file
        M->D    close capture file
        M->F    FTP [internet address]
        M->H    this help screen
        M->I    type my internet address
        M->O    abort output
        M->Q    are you there?
        M->S    skip to end of buffer
        M->X    close connection
        M->Y    interrupt process

         ^?      abort CNCT session


The IND control file CNCT.COM starts the program:  

        .sets cmdlin "-hb "+"'p1' 'p2' 'p3' 'p4' 'p5' 'p6'"
        .open sy:tcpfun.com
        .data r sy:vbgexe.sav
        .data TCP:cnct.sav
        .data 'cmdlin'
        .close
        $@sy:tcpfun

=> Section Index

Connect Server Program

   RCNCT  is  a  server  program  for  remote CNCT sessions into
RT-11.  This program is  the  RTELNT  program  stripped  of  all
TELNET  negotiations and uses a non standard TCP port (27).  The
startup options for RCNCT are:  

  RCNCT [?] [-hmp filespec] [-ceqrtvyz] [parameters]
        ?       List the Help Text and Exit RCNCT
        c  i    Connection Line i is attached to Terminal Line j
        e       Enable Monitoring of all Transactions
        h       Specify the Help Filespec
        m       Specify the Message Filespec
        p       Specify the Password Filespec
        q  n    Specify an Alternate Connection Port
        r       Restart RCNCT after Disconnect
        t  j    Terminal Line j is attached to Connection Line i
        v       Verbose Mode
        y  s    Login Timeout in seconds
        z  s    Inactivity Timeout in seconds


The  program  may  be started interactively (for diagnostic pur-
poses) by the IND control file RCNCT.COM:  

        .sets cmdlin "-rpyz PAS:paswrd.fil 15 600 ...
                ... "+"'p1' 'p2' 'p3' 'p4'"
        .open sy:tcpfun.com
        .data r sy:vbgexe.sav
        .data TCP:rcnct.sav
        .data 'cmdlin'
        .close
        $@sy:tcpfun


The program is normally started as a system job by the TCPIP.RUN
command file.  When started as a foreground or  system  job  the
program   gets   the   command  line  arguments  from  the  file
TCP:RCNCT.CML:  

        -r -p PAS:paswrd.fil -y 15 -z 600


The  RCNCT  help  and  message files are RCNCT.HLP and RCNCT.MSG
respectively.  The h or m options may be used if these files are
not  on the TCP:  device.  These files are created by the system
manager and are not required.  

=> Section Index

Connect Port Server Program

   RPCNCT  is a server program that provides a mechanism to con-
nect the 'CONSOLE' port of a LSI/PDP computer system to the net-
work.  

   The  program  runs on an independent networked computer which
provides the service connection to the 'CONSOLE' port of an  at-
tached computer system through a network CNCT connection.  

   The  program  supports  the generation of a 'BREAK' which en-
ables the user to enter ODT on most LSI and some  PDP  machines.
The default 'break' key is ^E.  

   The program startup options are:  

  RPCNCT [?] [-hmp filespec] [-cekqrtvyz] [parameters]
        ?       List the Help Text and Exit RPCNCT
        c  i    Connection Line number
        e       Enable Monitoring of all Transactions
        h       Specify the Help Filespec
        k  c    Break Character
        m       Specify the Message Filespec
        p       Specify the Password Filespec
        q  n    Specify the Connection Port
        r       Restart RPCNCT after Disconnect
        t  j    Terminal line parameters
        v       Verbose Mode
        y  s    Login Timeout in seconds
        z  s    Inactivity Timeout in seconds


The terminal line parameters are defined as follows:  

   code  - (O+P+L+SSSS) - (OPLxSSSS)
 
   SSSS - baud rate code (decimal)
         + 0     50
         + 1     75
         + 2     110
         + 3     134.5
         + 4     150
         + 5     300
         + 6     600
         + 7     1200
         + 8     1800
         + 9     2000
         +10     2400
         +11     3600
         +12     4800
         +13     7200
         +14     9600
         +15     19200
 
         note: not all controllers support all
               baud rate values, check device
               documentation.
 
   L -   +  0 for 7-Bit
     -   + 32 for 8-Bit
 
   P -   +  0 for no parity
     -   + 64 for parity
 
   O -   +  0 even parity (when P = 1)
     -   +128 odd  parity (when P = 1)


   The   program  may  be  started  interactively  (for  diagnostic
purposes) by the command file RPCNCT.COM:  

        .sets cmdlin "-rbctqmyz 1 14 1173 ...
                ... TCP:rpcnct.msg 15 600 "+"'p1' 'p2'"
        .open sy:tcpfun.com
        .data r sy:vbgexe.sav
        .data TCP:rpcnct.sav
        .data 'cmdlin'
        .close
        $@sy:tcpfun


The program is normally started as a system job by the TCPIP.RUN
command file.  When started as a foreground or  system  job  the
program   gets   the   command  line  arguments  from  the  file
TCP:RPCNCT.CML:  

                -rbctqmyz 1 14 1173 TCP:rpcnct.msg 15 600


The  RPCNCT help and message files are RPCNCT.HLP and RPCNCT.MSG
respectively.  The h or m options may be used if these files are
not  on the TCP:  device.  These files are created by the system
manager and are not required.  

=> Section Index

... Exit TCP/IP DocumentationIndex

... Home Page

Last Updated: June 2008