home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 1: Linux / CD1.iso / doc / HOWTO / unmaintained / Term-HOWTO < prev    next >
Text File  |  1998-10-14  |  90KB  |  2,146 lines

  1. [ 16 April 1997
  2.   The Linux Term HOWTO is not being maintained by the author any
  3.   more.  We both agreed that the term program is nearly obsolete. ]
  4.  
  5.   TERM HOWTO
  6.   Patrick Reijnen patrickr@bart.nl
  7.   v1.2, 15 July 1995
  8.  
  9.   1.  Legal Information
  10.  
  11.   1.1.  Copyright statement
  12.  
  13.   This document may be distributed freely as a whole in any form and
  14.   free of charge. Parts of this document may be distributed, provided
  15.   that this copyright message is included and the reader is informed
  16.   that this is not the full HOWTO document. Furthermore, there is to be
  17.   a pointer as to where the full document can be obtained. Specifically,
  18.   it may be included in commercial distributions, without prior consent.
  19.   However, I would like to be informed of such usage.
  20.  
  21.   This HOWTO may be translated into any language, whatsoever, provided
  22.   that you leave this copyright statement and the disclaimer intact, and
  23.   that a notice is appended stating who translated the document.
  24.  
  25.   1.2.  DISCLAIMER
  26.  
  27.   While I have tried to include the most correct and up-to-date
  28.   information available, I cannot guarantee that usage of the
  29.   information in this document does not result in loss of data. I
  30.   provide NO WARRANTY about the information in this HOWTO and I cannot
  31.   be made liable for any consequences for any damage resulting from
  32.   using information in this HOWTO.
  33.  
  34.   2.  Introduction
  35.  
  36.   2.1.  This Document
  37.  
  38.   This HOWTO attempts to clear up some of the confusion of using TERM,
  39.   Michael O'Reilly's remarkable program that allows you to multiplex
  40.   your serial line and set up a network connection.  By and large, the
  41.   documents that come with TERM are quite good, and this HOWTO is not
  42.   intended to replace them. The intention of this document is to give
  43.   some background on how TERM works and detail the steps in getting some
  44.   of the more common networking services working under TERM. It should
  45.   be emphasized that this document does not cover everything there is to
  46.   know about TERM. After reading it, the TERM manual pages should be
  47.   read, since they include information not contained here.
  48.  
  49.   2.2.  What is TERM?
  50.  
  51.   TERM is a program, written by Michael O'Reilly (michael@iinet.com.au)
  52.   and maintained by Bill Riemers (bcr@physics.purdue.edu), that is run
  53.   over a serial line to allow multiple connections to operate
  54.   concurrently - i.e. you may be down-load a file via your modem while
  55.   working on a (different) remote system via the same modem connection.
  56.   TERM can also be used to open up X client windows over a serial
  57.   connection.  Through the tredir utility and the tudpredir utility TERM
  58.   can provide almost all of the ``traditional'' TCP/IP and UDP network
  59.   services: mail, news, ftp, telnet, xarchie, etc.  In a sense, TERM is
  60.   very much like other serial protocols such as SLIP or PPP. TERM's
  61.   advantage is that it can be run entirely from user space, requiring no
  62.   support from system or network administrators.
  63.  
  64.   Unlike SLIP or PPP, your machine does not have its own IP address. All
  65.   incoming traffic must be addressed to your remote host, and it will be
  66.   redirected to your local computer by TERM.
  67.  
  68.   3.  How TERM works
  69.  
  70.   Before experimenting with TERM it is strongly advised to first read
  71.   this complete chapter and the INSTALLATION file provided with the
  72.   package. Also take a look at the manual pages linecheck, (term)test
  73.   and TERM. This will help you to work easier and faster.
  74.  
  75.   3.1.  Nomenclature
  76.  
  77.   I assume you are dialling a system through some sort of terminal
  78.   server. I use the terms local and remote to refer to the home and
  79.   network connected systems respectively (unless I use them to mean
  80.   something else :-).
  81.  
  82.   TERM provides the local machine, which has no network connection, but
  83.   is connected, via a serial line, to a remote machine which is in turn
  84.   connected to a network with network services. Let us look at how a
  85.   machine with a user invokes a program, like ftp or telnet, that
  86.   requests a network service. What these programs do is make a system
  87.   call requesting network services. The operating system then obtains
  88.   these services via its network interface (e.g. it sends and receives
  89.   packets over the ethernet). SLIP and PPP do exactly this, by
  90.   converting your modem line into a network interface, which is in
  91.   principle no different from an ethernet. The downside of this is that
  92.   these protocols make the modem-connected machine part of the network,
  93.   just like any other machine. This implies all the administrative
  94.   burdens associated with being a network node (more actually, since the
  95.   modem link must also be administered).
  96.  
  97.   In the absence of a network connection like SLIP or PPP, what does one
  98.   typically do? Well, you dial your network connected machine, read your
  99.   mail, your news etc; if you need a file, you first transfer it to the
  100.   remote machine and then download it to your local machine using kermit
  101.   or some other communication program. This is a bit of a pain,
  102.   especially since you can only really do one thing at a time that uses
  103.   your modem link.  The idea behind TERM is basically to automate and
  104.   multiplex this process. TERM is invoked on both the local and remote
  105.   machines, and the two processes communicate with one another over the
  106.   modem line. When you need a network service, you make a request to the
  107.   local TERM daemon, which forwards the request to the TERM daemon on
  108.   the remote, network-connected, machine. The result is then returned
  109.   over the modem line.
  110.  
  111.   To be more concrete, say you want to retrieve a file by ftp.  First
  112.   you need a version of ftp that can speak to TERM. You invoke this
  113.   termftp as you do a regular ftp, say termftp nethost.gov, but this
  114.   special version makes its network request to the local TERM daemon
  115.   instead of the kernel. The local TERM forwards this request, over the
  116.   modem line, to the remote TERM, which opens an ftp connection to
  117.   nethost.gov, and transmits the data back over the modem link. TERM is
  118.   smart enough to have many different things going on at once; so you
  119.   can have several different network sessions using the same modem link,
  120.   e.g. you can be logged into another distant host via termtelnet while
  121.   the termftp transfer is going on.
  122.  
  123.   If this is too abstract (or unclear) do not worry; the important piece
  124.   of information to get out of this section is that there are two copies
  125.   of TERM running, one on each end of the modem link.
  126.  
  127.   4.  Setting Things Up
  128.  
  129.   4.1.  What has to be available
  130.  
  131.   Before you start building and using TERM you have to make sure that
  132.   you have built TCP/IP support into the kernel. Furthermore, make sure
  133.   that the TCP/IP loopback interface is activated. When this is the case
  134.   you can go on with the rest of this section.
  135.  
  136.   4.2.  Explanation of concepts
  137.  
  138.   In newer TERM version two new concepts have entered TERM. These two
  139.   concepts will be explained in the next two subsections.
  140.  
  141.   4.2.1.  Sharing
  142.  
  143.   Starting with version 1.16 the concept of sharing the TERM connection
  144.   with other users has entered TERM. This means that when you enable
  145.   shared features, other people can use the same TERM connection you are
  146.   using, i.e. when you are working on your remote machine via your TERM
  147.   connection (say, from your local machine you used trsh to get in)
  148.   another person on your local machine can use the same TERM connection
  149.   at the same time to ftp a file to his login on your local machine from
  150.   an ftp site somewhere in the world.
  151.  
  152.   When you disable shared features (i.e. you execute TERM in private
  153.   mode) you and only you (we do not count root :-) can use the TERM
  154.   connection.
  155.  
  156.   Of course, you only need to install shared TERM at the end at which
  157.   you want to allow people to use the same TERM connection you are
  158.   using. So, if other people have a login on your local machine and they
  159.   want to use it from somewhere on your remote network you enable shared
  160.   features on the remote end of your TERM connection. In this way all
  161.   these people can login on your machine at the same time sharing the
  162.   same TERM connection with each other and with you. (NOTE: the first
  163.   example needed shared features to be enabled at the local end of the
  164.   TERM connection).
  165.  
  166.   NOTE for installation as root: When you install TERM as root you have
  167.   to create a 'term' group first (before compilation) with no member by
  168.   adding the following line in '/etc/group':
  169.  
  170.     term::16:root
  171.  
  172.   or any other unused GID than 16 when 16 is already in use.
  173.  
  174.   After compilation and installation make TERM and its clients SGID
  175.   'term':
  176.  
  177.     chgrp term <term_client>
  178.     chmod g+s <term_client>
  179.  
  180.   Also any other program that you make TERM-aware must be made SGID
  181.   'term'.
  182.  
  183.   4.2.2.  Full TERM networking
  184.  
  185.   Starting with TERM version 2.0.0 the statement full TERM networking is
  186.   used. When your only connection with the outside world is a TERM
  187.   connection, you have a full TERM network and you should build TERM
  188.   with full TERM networking. In this case in the shared directory a file
  189.   called termnet is placed. This tells TERM that your only connection to
  190.   the outside world is via TERM.
  191.  
  192.   When you also have some other type of network connection beside your
  193.   TERM connection TERM-aware programs first try to fulfil their job
  194.   using this network connection. When this fails TERM is invoked and it
  195.   is tried to fulfil the job via the TERM connection. To make this more
  196.   clear now an example is given in which TERM-aware telnet is used. This
  197.   telnet should work both with and without TERM.
  198.  
  199.     telnet localhost
  200.  
  201.   does not use TERM to connect, but
  202.  
  203.     telnet zeus.cs.kun.nl
  204.  
  205.   will use TERM only if you do not have some other type of network
  206.   connection.
  207.  
  208.   Full TERM networking also means to lie about the host name, and say it
  209.   is the remote host instead.  Furthermore, it causes bind(0) to always
  210.   act on the remote host.  In essence it makes many programs unusable
  211.   when they are not going through TERM, while TERM is running.
  212.   Unfortunately, most UDP programs and daemons will not work with TERM
  213.   without these nasty tricks.
  214.  
  215.   4.3.  Build TERM
  216.  
  217.   When you are lucky, this should just involve a make. Most probably
  218.   however, you need to do more. Due to new features in newer versions of
  219.   TERM it is now a bit more complicated to create your TERM binary. A
  220.   couple of ways can be followed to obtain your binary.
  221.  
  222.   To cover all these ways TERM can be built this section will be split
  223.   into three parts:
  224.  
  225.   1. Build TERM, versions 2.0.0 and higher
  226.  
  227.   2. Build TERM, versions 1.16 up to 1.19
  228.  
  229.   3. Build TERM up to version 1.15
  230.  
  231.   4.3.1.  Build TERM, versions 2.0.0 and higher
  232.  
  233.   First, make sure you have read the section about 'full TERM
  234.   networking' above.
  235.  
  236.   For TERM versions 2.0.0 and higher there are many ways to build the
  237.   TERM binary and the clients. All of these can be done both by root and
  238.   by ordinary user:
  239.  
  240.   1. Build TERM in private mode without full TERM networking
  241.  
  242.   2. Build TERM in private mode with full TERM networking
  243.  
  244.   3. Build TERM in shared mode without full TERM networking
  245.  
  246.   4. Build TERM in shared mode with full TERM networking
  247.  
  248.   In these versions of TERM a new way for compilation has entered TERM
  249.   using the script configure. When configure is run it checks on what
  250.   operating system you are trying to install TERM, whether the source
  251.   directory is available or not, and if any runtime options are set.
  252.   According to the things found configure then creates a Makefile using
  253.   Makefile.in which is provided in the TERM package.
  254.  
  255.   Two of the more important options to configure are --root and --user
  256.   which state whether TERM will be installed by root or an ordinary
  257.   user. Other options can be used to install TERM the way you want (non-
  258.   standard paths for example).
  259.  
  260.   1. Build TERM in private mode without full TERM networking.
  261.  
  262.      To build TERM in this way you need to execute the following
  263.      commands (both for root and ordinary user):
  264.  
  265.        ./configure --root  OR --user
  266.        make install installman
  267.  
  268.   This builds the binaries and installs these binaries and the manual
  269.   pages.
  270.  
  271.   2. Build TERM in private mode with full TERM networking.
  272.  
  273.      To build TERM in this way you need to execute the following
  274.      commands (both for root and ordinary user):
  275.  
  276.        ./configure --root  OR --user
  277.        make installnet installman
  278.  
  279.   This builds the binaries and installs these binaries and the manual
  280.   pages.
  281.  
  282.   3. Build TERM in shared mode without full TERM networking.
  283.  
  284.      To build TERM in this way you need to execute the following
  285.      commands (both for root and ordinary user):
  286.  
  287.        ./configure --root  OR --user
  288.        make share installman
  289.  
  290.   This builds the binaries and installs these binaries and the manual
  291.   pages.
  292.  
  293.   4. Build TERM in shared mode with full TERM networking.
  294.  
  295.      To build TERM in this way you need to execute the following
  296.      commands (both for root and ordinary user):
  297.  
  298.        ./configure --root  OR --user
  299.        make share installnet installman
  300.  
  301.   This builds the binaries and installs these binaries and the manual
  302.   pages.
  303.  
  304.   4.3.2.  Build TERM, versions 1.16 up to 1.19
  305.  
  306.   To build these versions of TERM you can now choose one of the
  307.   following ways:
  308.  
  309.   1. As an ordinary user, build TERM in private mode
  310.  
  311.   2. As an ordinary user, build TERM in shared mode
  312.  
  313.   3. As root, build TERM in private mode
  314.  
  315.   4. As root, build TERM in shared mode
  316.  
  317.   Below, it will be explained how to enable/disable shared features
  318.   during the compilation of TERM.
  319.  
  320.   1. You are an ordinary user (no root access) and you do NOT want to
  321.      SHARE the TERM connection with other users.
  322.  
  323.      As a user who does not want to share the TERM connection with other
  324.      users you should do the following to build TERM:
  325.  
  326.        make DO=install OS-type
  327.        make installman
  328.  
  329.   After this TERM, its clients and the manual pages are built and
  330.   installed.
  331.  
  332.   Furthermore, you need to create a directory '$HOME/.term'. This is the
  333.   directory in which TERM will look for its 'termrc' file.
  334.  
  335.   2. You are an ordinary user (no root access) and you want to SHARE the
  336.      TERM connection with other users.
  337.      As a user who wants to share the TERM connection you should do the
  338.      following:
  339.  
  340.        make DO=installshare USERSHARE=$HOME/term OS-type
  341.        make installman
  342.  
  343.   After this TERM, its clients and the manual pages are built and
  344.   installed.
  345.  
  346.   Furthermore, you will have a directory '$HOME/term' (default) with
  347.   permissions 'drwxrwxr-x'. In this directory you will find at least the
  348.   socket used by TERM for its connection ('tmp/private/socket=').
  349.  
  350.   3. You are root and you do NOT want to SHARE the TERM connection with
  351.      other users.
  352.  
  353.      As root who does not want the TERM connection to be shareable you
  354.      should do the following to build TERM:
  355.  
  356.        make DO=install OS-type
  357.        make installman
  358.  
  359.   After this TERM, its clients and the manual pages are built and
  360.   installed.
  361.  
  362.   Furthermore, you now have a directory called '/usr/local/lib/term'
  363.   (default) with permissions 'drwxr-xr-x'. In this directory you will at
  364.   least find the socket used by TERM for its connection
  365.   ('tmp/private/socket=').
  366.  
  367.   4. You are root and want to SHARE the TERM connection.
  368.  
  369.      First, make sure you have read the section about 'sharing' above.
  370.  
  371.      As root who wants to share the TERM connection you should do the
  372.      following:
  373.  
  374.        make DO=installshare OS-type
  375.        make installman
  376.  
  377.   After this TERM, its clients and the manual pages are built and
  378.   installed.
  379.  
  380.   Furthermore, you now have a directory called '/usr/local/lib/term'
  381.   (default) owned by group TERM and with permissions 'drwxrwxr-x'. In
  382.   this directory you will at least find the socket used by TERM for its
  383.   connection ('tmp/private/socket=').
  384.  
  385.   4.3.3.  Build TERM up to version 1.15
  386.  
  387.   For these versions of TERM building should invoke no more than the
  388.   commands
  389.  
  390.     make DO=install OS-type
  391.     make installman
  392.  
  393.   You will find TERM, its clients and the manual pages nicely built and
  394.   installed and ready for use after this.
  395.  
  396.   Furthermore, you need to create a directory '$HOME/term'. This
  397.   directory TERM will use to look for its termrc file.
  398.  
  399.   The only thing you may want to do is change some of the paths in the
  400.   Makefile or change some of the compiler flags.
  401.  
  402.   4.4.  client.a, libtermnet.a, libtermnet.sa, libtermnet.so
  403.  
  404.   With TERM a library with functions for TERM clients is provided.
  405.  
  406.   Up to version 1.16 this library was called client.a. During
  407.   compilation of TERM this library was built and then used during the
  408.   compilation of the TERM clients. It was not installed in another
  409.   directory.
  410.  
  411.   Starting with version 1.16 the name of the library is changed to
  412.   libtermnet.a. Up to version 1.19 this library is created in the TERM
  413.   directory and then used during compilation of the TERM clients. It is
  414.   not installed in another directory.
  415.  
  416.   Starting with version 2.0.0, beside libtermnet.a also libtermnet.so
  417.   and libtermnet.sa (shared library and exported initialized library
  418.   data) are created during compilation of the TERM package. During the
  419.   installation of all the parts of the package also these three library
  420.   files are installed in the directory '/usr/local/lib' (default). Then
  421.   a link is made from libtermnet.so.2 to libtermnet.so.2.x.x. Finally,
  422.   ldconfig is run to create the necessary links and cache (for use by
  423.   the run-time linker, ld.so) to the most recent shared libraries found
  424.   in the directories specified on the command line, in the file
  425.   '/etc/ld.so.conf', and in the trusted directories ('/usr/lib' and
  426.   '/lib'). If the installation is done correctly the three library files
  427.   can now be used by TERM clients which are built with dynamic instead
  428.   of static libraries. Also, these libraries can now be used to port
  429.   your own software to make it TERM aware (see belo!  w).
  430.  
  431.   4.5.  Setting environment variables
  432.  
  433.   TERM knows a couple of environment variables which can be set by
  434.   users. The first three of those that I will explain are
  435.  
  436.   ╖  TERMDIR
  437.  
  438.   ╖  TERMSHARE
  439.  
  440.   ╖  TERMMODE
  441.  
  442.   By setting these variables you can control the way TERM is run.
  443.  
  444.   For TERM versions up to 1.15 only the variable TERMDIR is important
  445.   (these versions do not know the shared mode). For these versions
  446.   TERMDIR should be set as follows:
  447.  
  448.     setenv TERMDIR $HOME     (csh or tcsh)
  449.     export TERMDIR=$HOME     (bash)
  450.  
  451.   Starting with version 1.16 TERM also knows the variables TERMSHARE and
  452.   TERMMODE. With these variables TERM can be told to run in private mode
  453.   or in shared mode. I will explain how to set the variables for private
  454.   mode and shared mode.
  455.  
  456.   TERMMODE knows the following three values;
  457.  
  458.   ╖  0 = private
  459.  
  460.   ╖  1 = system shared
  461.  
  462.   ╖  2 = user shared
  463.  
  464.   1. Running TERM in private mode can be done setting the variables
  465.      TERMDIR and TERMMODE in the following way:
  466.  
  467.      For csh or tcsh
  468.  
  469.        setenv TERMDIR $HOME
  470.        setenv TERMMODE 0
  471.  
  472.   For bash
  473.  
  474.     export TERMDIR=$HOME
  475.     export TERMMODE=0
  476.  
  477.   2. When you want to use TERM in shared mode there are two ways of
  478.      setting the variables:
  479.  
  480.      a. When TERM is installed as a SUID program only TERMMODE has to be
  481.         set.
  482.  
  483.           setenv TERMMODE 2    (csh or tcsh)
  484.           export TERMMODE=2    (bash)
  485.  
  486.      b. When TERM is installed as a SGID program the variables have to
  487.         be set in the following way:
  488.  
  489.         For csh or tcsh
  490.  
  491.           setenv TERMMODE 1
  492.           setenv TERMDIR /usr/local/lib/term
  493.           setenv TERMSHARE $TERMDIR
  494.  
  495.      For bash
  496.  
  497.        export TERMMODE=1
  498.        export TERMDIR=/usr/local/lib/term
  499.        export TERMSHARE=$TERMDIR
  500.  
  501.      Setting the variables in this way makes it possible to start old
  502.      clients (clients linked to an older version of client.a) in shared
  503.      mode.
  504.  
  505.   Starting with version 2.0.0 TERM also knows the variable TERMSERVER.
  506.   You need to set this variable when you have multiple modems and you
  507.   have more than one connection at a time. To specify which connection
  508.   to use, you must start TERM with a server name:
  509.  
  510.     nohup term -v /dev/modem1 Connection1 &
  511.     nohup term -v /dev/modem2 Connection2 &
  512.  
  513.   Users should then set the variable TERMSERVER to the connection name
  514.   they want to use:
  515.  
  516.     setenv TERMSERVER Connection1   (csh or tcsh)
  517.     export TERMSERVER=Connection2   (bash)
  518.  
  519.   4.6.  Test TERM
  520.  
  521.   Do a make test (or make termtest for newer versions of TERM) to build
  522.   TERM's test daemon. (term)test works by running two copies of TERM on
  523.   your system, a should now be able to do a trsh and a tupload (try
  524.  
  525.     tupload ./term /usr/tmp
  526.  
  527.   - you should get a copy of the TERM binary in '/usr/tmp'). The local
  528.   TERM's output should show up in 'local.log', the remote's one in
  529.   'remote.log'. You can start TERM up with a -d255 flag to enable
  530.   debugging output to be written to these files, or enable debugging in
  531.   your 'termrc' file.
  532.  
  533.   NOTE: Run test as ./test  so as to avoid your system's test.
  534.  
  535.   4.7.  TERM and communication programs
  536.  
  537.   Before you can use TERM you must have established a connection via the
  538.   modem using a communication program like kermit or seyon. In the
  539.   documentation of your communication program you can find what you need
  540.   to do to establish the conection with the remote machine.
  541.  
  542.   when you have established the connection with the remote machine and
  543.   you want to run TERM you need to suspend or quit your communication
  544.   program without closing the connection with the remote machine. This
  545.   needs to be done as otherwise the communication program will steal
  546.   characters from linecheck or TERM.
  547.  
  548.   Below for some communication programs I will explain how you can make
  549.   sure that the connection will stay alive and the communication
  550.   programs will not steal characters from linechech or TERM.
  551.  
  552.   4.7.1.  Kermit
  553.  
  554.   Starting TERM when you use kermit is easy. At the local kermit prompt
  555.   you type suspend. Now you see back your Linux prompt. From this prompt
  556.   you can establish your TERM conection.
  557.  
  558.   4.7.2.  Seyon
  559.  
  560.   An easy way to start linecheck or TERM when you are using seyon is to
  561.   put linecheck and TERM in the Transfer Menu (controlled by the file
  562.   '$HOME/.seyon/protocols').
  563.  
  564.   In the file '$HOME/.seyon/protocols' add:
  565.  
  566.     "Line check" "$cd /tmp; linecheck"
  567.     "Term" "$term -c off -w 10 -t 150 -s 38400 -l $HOME/tlog"
  568.  
  569.   Then, when you want to execute linecheck or TERM on the local machine,
  570.   you can select the Transfer Menu, either the "Line check" or the
  571.   "Term" item, and Go.
  572.  
  573.   Of course, you can also use the shell command button, and type
  574.   'linecheck' or 'term' in the pop-up dialog box. This also does
  575.   automatic redirection of input and output.
  576.  
  577.   4.8.  Make a Transparent Link
  578.  
  579.   Presumably, you can establish a modem connection between your local
  580.   and remote hosts. Typically, you are dialling into some kind of
  581.   terminal server and connecting to your remote host from there. You are
  582.   also using some kind of terminal software, such as kermit or seyon to
  583.   talk to your modem (the examples in this document will use kermit,
  584.   since that is what its author uses). If you are having trouble with
  585.   your modem, or your terminal software, take a look at the Serial-
  586.   HOWTO; that should help you out.
  587.  
  588.   Having established your link, you want to make it as transparent as
  589.   possible.  Check the commands on the terminal server (help or ? will
  590.   usually get you started). Go for the 8 bit options whenever possible.
  591.   This may mean changing the way you log in to a system, e.g. if the
  592.   server uses rlogin, you may have to use it and give it the -8 flag to
  593.   make it transparent.  Especially watch out for xon/xoff flow control.
  594.   You do not want that. Try to enable rts/cts (hardware) flow control.
  595.   You may need to check your modem documentation to learn how to
  596.   configure it to do 8-bit rts/cts communications.
  597.  
  598.   4.9.  Run linecheck
  599.  
  600.   WARNING: In some of the documents the command line options for
  601.   linecheck are mentioned in an incorrect order. I have checked this and
  602.   found the order of options mentioned below to be the correct ones.
  603.  
  604.   NOTE: Starting with TERM version 2.3.0 linecheck no longer needs to
  605.   have the name of a log-file on its command line. It will write its
  606.   output to the file 'linecheck.log' in the directory you start
  607.   linecheck in.
  608.   Linecheck is a program that is supplied with TERM.  It checks the
  609.   transparency of a link, providing configuration information that TERM
  610.   needs to run correctly.  linecheck will send each of the 256 possible
  611.   eight bit characters over the link and verify that each was
  612.   transmitted successfully. TERM needs to be configured to deal with
  613.   characters that cannot be transmitted over the link, and linecheck
  614.   determines what characters these are. You use linecheck after you have
  615.   established as transparent a modem link as possible. To run linecheck,
  616.   do the following
  617.  
  618.   1. On the remote system run
  619.  
  620.        linecheck linecheck.log
  621.  
  622.   2. Escape back to your local system and suspend your communication
  623.      program (see above)
  624.  
  625.   3. On the local system run
  626.  
  627.        linecheck linecheck.log > /dev/modem < /dev/modem
  628.  
  629.   When linecheck is done, you will find a set of numbers at the bottom
  630.   of the 'linecheck.log' files. These should be escaped in the termrc at
  631.   the other end of the link. For example, in my system my local
  632.   'linecheck.log' said nothing and my remote 'linecheck.log' said to
  633.   escape 29 and 157.  Therefore, my local I have to also ignore it at
  634.   the other; so, in this example, I shall have to ignore 29 and 157 in
  635.   my remote system.
  636.  
  637.   If linecheck hangs, try using
  638.  
  639.     linecheck linecheck.log 17 19
  640.  
  641.   on the remote system and
  642.  
  643.     linecheck linecheck.log 17 19 > /dev/modem < /dev/modem
  644.  
  645.   on the local system. This will escape your xon/xoff (flow control)
  646.   characters, which will hang your line if you have got software flow
  647.   control. If this solves the hanging problems, you will want to escape
  648.   /ignore 17/19 in both 'termrc's'. If your terminal server has other
  649.   characters that will shut it down, try running linecheck with those
  650.   characters escaped, as above. You can spot these characters if
  651.   linecheck hangs. If this is the case, kill it, then look in the log-
  652.   files. The last characters transmitted are likely to be the culprits.
  653.   Try it again with these characters escaped.
  654.  
  655.   In summary, my local termrc has the lines
  656.  
  657.     escape 29
  658.     escape 157
  659.  
  660.   and my remote termrc has the lines
  661.  
  662.     ignore 29
  663.     ignore 157
  664.  
  665.   since my remote 'linecheck.log' said to escape 29 and 157.
  666.  
  667.   4.10.  Try Running TERM
  668.  
  669.   Log into the remote system, making the link as transparent as possible
  670.   (if you have not already done so).  Fire up TERM at the remote end.  I
  671.   use the following:
  672.  
  673.     exec term -r -l $HOME/tlog -s 38400 -c off -w 10 -t 150.
  674.  
  675.   Let us run down each option one by one (note that I could just as
  676.   easily have put these options in my termrc. I did it this way because
  677.   it saves editing a file while getting TERM set up).
  678.  
  679.   exec means to destroy your current shell, running the given program in
  680.   its place. I exec things because I do not intend to use my login shell
  681.   again; so it is just wasting memory. If you are debugging the link and
  682.   can reliably kill the remote TERM, you might not want to do an exec.
  683.  
  684.   The -r option is needed at exactly one end. TERM will then see this
  685.   end as the remote end of the connection (Note that TERM's remote end
  686.   can thus be your local machine). If you do not use this option at one
  687.   end TERM clients will spontaneously crash.
  688.  
  689.   -l $HOME/tlog. This logs errors to the file tlog in my home directory.
  690.   Very useful for debugging. No reason not to do this.
  691.  
  692.   -s 38400 : I have got a 14400 baud modem, with compression.  For
  693.   optimal compression ratios, I want to be able to push bits down the
  694.   pipe as fast as possible. For a slower modem, you should use something
  695.   lower. Note that if you have a slower machine with 16450 uart on your
  696.   serial port, high baud rates can cause data loss by overloading the
  697.   chip on your serial port. TERM will recover from this, but if you see
  698.   a lot of error messages in your log file, (or get overrun warnings
  699.   from linux kernel versions 0.99pl15 and up) you again might want to
  700.   lower this number.
  701.  
  702.   -c off : This turns data compression off. I have got a compressing
  703.   modem, and I do not want to compress things twice.
  704.  
  705.   -w 10 -t 150 : Again, these are options to optimize my fast modem
  706.   link. I have set my window to 10 and my timeout to 150. This is
  707.   according to the recommendation in the term_setup man page.
  708.  
  709.   Escape back to your local machine and suspend your communication
  710.   program (see above). You do not want it running while TERM is running,
  711.   because it will fight with TERM over the serial port. If you can
  712.   convince your modem to not hang up when you exit your communication
  713.   program (when it toggles DTR), you could just exit the program at this
  714.   point.
  715.  
  716.   Now run TERM locally. I use:
  717.  
  718.     term -c off -l $HOME/tlog -s 38400 -w 10 -t 150 < /dev/modem > /dev/modem &
  719.  
  720.   I need to tell TERM where the modem is; so I point both standard input
  721.   and output at '/dev/modem' (that is what the < and > do). I also run
  722.   it in the background; so I can use this screen for something else if I
  723.   want to.
  724.  
  725.   TERM should work now :-). Try a trsh, and see what happens. If you
  726.   hang, or your link seems slow, take a look at your 'tlog' at each end.
  727.   Are you getting timeouts or error messages? If so, then you have
  728.   configured something incorrectly. Try again (after you have finished
  729.   reading this :-). Note that the connection will not seem blazingly
  730.   fast, especially if you are using compression - it will be a little
  731.   jumpy. The real speed comes in during file transfer and the like.
  732.  
  733.   4.11.  Terminate your TERM connection
  734.  
  735.   Most certainly, after you have done a lot of work using TERM, you want
  736.   to finish your work and bring your TERM connection down. For this to
  737.   be realized there are four ways:
  738.  
  739.   1. Kill the TERM programs at both sides of the connection. This is the
  740.      least recommended way of terminating your connection.
  741.  
  742.   2. A better way is to execute the following command locally:
  743.  
  744.        echo '00000' > /dev/modem
  745.  
  746.   This will nicely terminate your TERM connection. It will work for all
  747.   version of TERM. Make sure that the sequence of zeros contains at
  748.   least five zeros.
  749.  
  750.   3. In the termrc of TERM versions 2.0.0 and higher you can now enter a
  751.      statement called terminate '<some string>'. This sets a string that
  752.      will cause TERM to exit ('00000' by default). It must be at least
  753.      five characters long, to avoid accidently terminations.
  754.  
  755.   4. Starting with version 1.14 there is the program tshutdown (actually
  756.      for version 1.14 it is available as a patch, for newer versions it
  757.      is in the package). Executing tshutdown nicely terminates your TERM
  758.      connection.
  759.  
  760.   4.12.  Removing TERM from your partition
  761.  
  762.   Ok, you asked for this. As some of you want to get rid of TERM I here
  763.   present you the steps to be done in removing TERM. In the process of
  764.   removing TERM you have to fulfil the following steps:
  765.  
  766.   ╖  Removing directories with their contents. Depending on how you
  767.      installed TERM, one or more of the following directorieswill exist
  768.      on your machine:
  769.  
  770.        $HOME/.term/termrc
  771.        $HOME/.term/termrc.<server>
  772.        $HOME/term/termrc
  773.        $HOME/term/termrc.<server>
  774.        /usr/local/lib/term/termrc
  775.        /usr/local/lib/term/termrc.<server>
  776.        /etc/termrc
  777.        /etc/termrc.<server>
  778.  
  779.   These directories can be removed together with their contents. Use
  780.   '/bin/rm -rf' to get this done.
  781.  
  782.   ╖  The group 'term'. For some of the ways of installation you had to
  783.      create a group 'term'. Check the file '/etc/group' for the 'term'
  784.      entry. When it exists you can remove the entry.
  785.  
  786.   ╖  The TERM-package and TERM-aware executables. This is probably the
  787.      hardest part in removing TERM. For the executables coming with the
  788.      TERM-package you have to look in the directory '/usr/local/bin' or
  789.      the directory '$HOME/bin'.
  790.  
  791.      With executables you made TERM-aware yourself I cannot help you.
  792.      You need to know what executables you made TERM-aware in order to
  793.      know what executables you have to remove. Do not forget
  794.      configuration, default and other files coming with some of these
  795.      executables.
  796.  
  797.   ╖  Library files. To remove these you best can execute the following
  798.      commands:
  799.  
  800.        cd /
  801.        find . -name libtermnet* -exec /bin/rm {}
  802.  
  803.   This will find and remove the library files.
  804.  
  805.   ╖  Include file. Also for this one the easiest way is to execute the
  806.      following two commands:
  807.  
  808.        cd /
  809.        find . -name termnet.h -exec /bin/rm {}
  810.  
  811.   This will remove the include file.
  812.  
  813.   ╖  Manual pages. When you have installed the TERM manual pages you can
  814.      now find them back in one of the following directories:
  815.  
  816.        /usr/local/man/man1
  817.        /usr/local/man/cat1
  818.        $HOME/man/man1
  819.        $HOME/man/cat1
  820.  
  821.   At least you have to check for the following manual pages: term,
  822.   term_clients, term_setup, tdownload, linecheck, trdate, trdated,
  823.   termrc, termtest, tmon, tredir, trsh, tshutdown, tudpredir, tupload,
  824.   txconnand finally tiptest.
  825.   ╖  Temporary user directory. This is de directory '/usr/tmp/private'
  826.      and its contents.
  827.  
  828.   After this exercise you can be quite sure that you have removed
  829.   everything related to TERM.
  830.  
  831.   4.13.  Optimizing your connection
  832.  
  833.   Once you have got TERM running, you might want to try to get things
  834.   optimized. A good way to measure the speed of your link is to run tmon
  835.   in one window while up/downloading a file in another. Try both (big)
  836.   text files and compressed files; the plain text should go a factor of
  837.   two-ish faster than the compressed files.  The parameters you want to
  838.   fiddle with are baud rate (-s), compression (-c), windows (-w),
  839.   timeout (-t) and retrain (-A).
  840.  
  841.   Watch out with the retrain parameter. With TERM version 1.19 I got a
  842.   performance decrease of 80% to 90% compared to running TERM without
  843.   the retrain parameter. It is not clear if this is a bug in TERM
  844.   version 1.19 and if this problem exists only with TERM version 1.19.
  845.  
  846.   Baudrate: the maximum number of bits per second TERM will try to send
  847.   over the serial link. TERM will avoid sending characters at a higher
  848.   data rate than this. The default is to use the speed of your
  849.   computer's serial port, but be warned that this may be too high if
  850.   your modem runs at a lower rate over the phone line. The baud rate
  851.   option is intended for systems that buffer output to the modem. During
  852.   setup and tuning it is better to use a small baud rate rather than one
  853.   which is too large. For high speed links (> 38400), making it
  854.   unlimited is probably advantageous. This is achieved by using the
  855.   value 'off'. TERM will then rely solely on your kernel to do flow
  856.   control.
  857.  
  858.   Compression: you want this on if you do not have a compressing modem.
  859.   If you do have such a modem, turn compression off, otherwise you will
  860.   be compressing things twice, which typically increases the amount of
  861.   data transmitted. Compressing modems are those that use the MNP-5 or
  862.   V42.bis protocols. Check your modem documentation and the message when
  863.   your modem connects.
  864.  
  865.   Windows: this is the number of chunks of data, or packets, that TERM
  866.   will let go over the line before it gets an acknowledgment (or ack)
  867.   from the remote TERM. For fast modems, increasing this can be a win;
  868.   for slower links this can overwhelm the remote end.
  869.  
  870.   Timeout: the time TERM will wait for an ack. If you have increased
  871.   windows, and you are getting timeouts in your log-file, try increasing
  872.   this.
  873.  
  874.   For 14400/V42.bis, I use -c off -w 10 -t 150. I get around 1700 cps on
  875.   compressed files and 3500 cps on ASCII files using tupload.
  876.  
  877.   4.14.  Troubleshooting
  878.  
  879.   In this section some thoughts are given about what to check when you
  880.   have problems executing TERM or one of its clients.
  881.  
  882.   ╖  Did you clean up the TERM directory structure? With newer versions
  883.      of TERM the structure of the directory tree under
  884.      '/usr/local/lib/term' has changed a couple of times. If you are not
  885.      aware of this, it can cause all kinds of error messages. The best
  886.      thing to do is to delete the directory tree under
  887.      '/usr/local/lib/term' (save your 'termrc') and then install your
  888.      new TERM version. This way, you avoid the struggle with a messed up
  889.      directory tree.
  890.  
  891.   ╖  Did you remove old sockets? When you update your TERM version
  892.      remove all the sockets (called 'socket=') created by TERM. No doing
  893.      this can cause strange problems. To find out what socket TERM is
  894.      listening to you can use the "netstat" program.
  895.  
  896.   ╖  TERM does not compile correct on sunOS 4.1.3? You have configured
  897.      TERM with './configure --user'. During compilation you are getting
  898.      a assembler error on a unknown '-k' flag. The reason of this error
  899.      is unknown. The solution to this error is to configure TERM with
  900.      static libraries. So, you have to do './configure --user --static'
  901.      and then continue with the compilation process the way you normally
  902.      do. Now TERM should compile correct.
  903.  
  904.   ╖  termtest is presenting you the error: 'Term: failed to connect to
  905.      term socket '/root/.term/sockettest''? When termtest runs it
  906.      expects the executable 'term' to be in the same directory as
  907.      termtest. When you do a 'make install' prior to running termtest,
  908.      the TERM binary is moved to '/usr/local/bin' (or some other bin
  909.      directory).
  910.  
  911.      The workaround for this is to link the binary to the source
  912.      directory:
  913.  
  914.        ln -s /usr/local/bin/term /usr/src/term-<version_number>/term
  915.  
  916.   ╖  Are you running the right binary? TERM has been updated quite a
  917.      lot, and many systems have different versions of the programs
  918.      floating around. Make sure you are using the right version. Note
  919.      that this applies to linecheck too. You can use bash's type -a or
  920.      the whereis command to find which program is being run.  TERM
  921.      versions after 1.11 should print out their version number when they
  922.      start up.  (Although version 1.14 claims to be 1.12.  Sigh.)
  923.  
  924.   ╖  Do you have the right 'termrc' in the right place? Depending on the
  925.      version of TERM you are running and the way you installed TERM
  926.      (being root or user) this file has to be in one of the following
  927.      directories:
  928.  
  929.        $HOME/.term/termrc
  930.        $HOME/.term/termrc.<server>
  931.        $HOME/term/termrc
  932.        $HOME/term/termrc.<server>
  933.        /usr/local/lib/term/termrc
  934.        /usr/local/lib/term/termrc.<server>
  935.        /etc/termrc
  936.        /etc/termrc.<server>
  937.  
  938.   Some systems have pre-installed 'termrc' files; make sure they are
  939.   gone before you set things up. If you are running things as root,
  940.   lookout for '/.term'. TERM creates files (sockets actually) while it
  941.   is running; so it has its own directory, (note, there is no leading
  942.   dot in 'termrc'!).
  943.  
  944.   ╖  Does TERM find its 'termrc' file? when you start up TERM at both
  945.      sides, you should see messages like the one below:
  946.        Term version: 2.2.9
  947.        Reading file:  /usr/local/lib/term/termrc
  948.        Using shared mode.
  949.  
  950.   When the second line is missing TERM cannot find its 'termrc' file and
  951.   you know that something is gone wrong during the installation (unless
  952.   you are not using a 'termrc' file and enter all the options to the
  953.   command line :-). Check the place and the permissions of the 'termrc'
  954.   file on the site TERM cannot find its 'termrc' file.
  955.  
  956.   ╖  Do the entries in the 'termrc' file have the correct syntax and
  957.      spelling? A known problem is that people who need to escape and
  958.      ignore several characters enter them like this in the 'termrc'
  959.      file:
  960.  
  961.        escape 1,4,30,255
  962.        ignore 1,4,30,255
  963.  
  964.   Although TERM does NOT like this it will not complain. It only escapes
  965.   or ignores the first character presented to the escape or ignore
  966.   statement. The others characters are silently handled as not being
  967.   there.
  968.  
  969.   When you have to escape or ignore several characters you have to put
  970.   them on separate lines in your 'termrc' file, each line starting with
  971.   the keyword escape or ignore. Only when you have to escape or ignore a
  972.   range of characters you can do it the following way:
  973.  
  974.     escape 16-19      # escape characters 16, 17, 18, 19
  975.     escape 23         # 23
  976.     escpae 255        # and 255
  977.     ignore 16-19      # ignore characters 16, 17, 18, 19
  978.     ignore 23         # 23
  979.     ignore 255        # and 255
  980.  
  981.   ╖  Is you 'term' or '.term' directory mounted with NFS? If your 'term'
  982.      or '.term' directory is mounted with NFS you need to set the flag
  983.      -DTERM_NFS_DIR in the CFLAGS line of the Makefile. Alas, for the
  984.      author this flag causes a compile error when TERM 1.19 is compiled
  985.      on a machine running sunOS 4.*.
  986.  
  987.   ╖  Are all files and directories owned by the correct user and group
  988.      and do they have the correct permissions? This should be no
  989.      problems as these permissions are set during the installation
  990.      phase. However, when you port your own programs to TERM you must be
  991.      aware of this. Also when you change the mode TERM is working in
  992.      (i.e. from private mode to shared mode) file and directory
  993.      ownerships and permissions have to be adapted.
  994.  
  995.   ╖  You are getting the error gethostbyname: <hostname>: Non-
  996.      authoritative `host not found', or, server failed
  997.  
  998.      To solve this you have to check the following things:
  999.  
  1000.      1. Is the file '/etc/hosts' configured correctly? <hostname> is not
  1001.         the name of your host (old SLS releases and some old and new
  1002.         Slackware releases are shipped with hostname 'darkstar' for
  1003.         example). Change this in this file. It must at least contain a
  1004.         line like below (the format is described above it):
  1005.  
  1006.           # Local Hosts Format:
  1007.           #  IP_NUMBER            HOSTNAME        ALIASES
  1008.           #
  1009.           # Here is the name of your host, first, followed by any aliases
  1010.           127.0.0.1       localhost       linuxpc.domain  linuxpc
  1011.  
  1012.      When your only connection to the outside world is by TERM the line
  1013.      above is the only one that may appear in the file '/etc/hosts'. Do
  1014.      not put actual addresses of frequently visited destinations in
  1015.      '/etc/hosts'. TERM does not like these to be in '/etc/hosts' and it
  1016.      will hang on them.
  1017.  
  1018.      2. Are your '/etc/rc*' and '/etc/resolv.conf' files world readable
  1019.         (chmod ugo+r)?
  1020.  
  1021.      3. Last, make sure that you have installed the TCP/IP loopback-
  1022.         interface on your machine. You can check for loopback by running
  1023.         the command 'ifconfig'. When you have installed the loopback-
  1024.         interface you will at least get something like:
  1025.  
  1026.           lo        Link encap:Local Loopback
  1027.                     inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.255.255.0
  1028.                     UP BROADCAST LOOPBACK RUNNING  MTU:2000  Metric:1
  1029.                     RX packets:0 errors:0 dropped:0 overruns:0
  1030.                     TX packets:4984 errors:0 dropped:0 overruns:0
  1031.  
  1032.      on your screen. During boot time you can furthemore check which
  1033.      protocols are in use. On my machine a line like the one below then
  1034.      appears:
  1035.  
  1036.        IP Protocols: ICMP, UDP, TCP
  1037.  
  1038.      For the installation of TCP/IP and the loopback-interface, please
  1039.      read to the NET-HOWTO.
  1040.  
  1041.   ╖  You are getting all kinds of 'timed out' messages in your TERM log
  1042.      files?  This means that your TERM connection is not optimized. A
  1043.      small number of these messages every now and then is not a problem.
  1044.      These are most certainly due to temporal factors influencing the
  1045.      physical connection between your local and remote hosts.
  1046.  
  1047.      When you get a lot of these messages all the time your connection
  1048.      will slow down considerably. You have to fiddle with the parameters
  1049.      mentioned in the section 'Optimizing your connection' above. Alas,
  1050.      this part of the installation is a process of trial and error. No
  1051.      hard rules can be given about the numbers to be presented to the
  1052.      various parameters as many factors have an influence on the
  1053.      connection. These factors differ between the connections and even
  1054.      in time.
  1055.  
  1056.   ╖  Normal FTP with redirected ports does not work for you? Alas, it is
  1057.      a known problem that redirection of the ports needed by FTP (20 and
  1058.      21) does not give you a working FTP. The only solution is to get a
  1059.      TERM-aware ftp or ncftp version. Alas, also some TERM-aware ftp
  1060.      versions seem not to work.
  1061.  
  1062.   5.  TERM clients
  1063.  
  1064.   TERM provides several default clients. They include trsh, tmon,
  1065.   tupload, tredir, txconn and in newer versions trdate, trdated.
  1066.   Furthermore, starting with version 2.0.0 tudpredir is available and
  1067.   from version 2.1.0 tdownload is available. This section will deal with
  1068.   trsh, tmon, tupload, tdownload, trdate and trdated.  The others each
  1069.   have their own section.  No TERM client will work until you have
  1070.   established a TERM link.
  1071.  
  1072.   tmon is a simple utility to monitor the statistics of your link.  It
  1073.   prints a time histogram of characters transmitted and received. It is
  1074.   invoked simply as tmon. Since around version 1.11, tmon has had a bug
  1075.   that causes some information to be garbled (??).
  1076.  
  1077.   trsh is similar to rsh. Without arguments, it spawns an interactive
  1078.   shell on the remote system (i.e. it logs you in). trsh is one of the
  1079.   primary means of accessing the remote end of the link via TERM. If
  1080.   given an argument, trsh executes that argument as a command on the
  1081.   remote system. For example
  1082.  
  1083.     trsh ls
  1084.  
  1085.   would give you a listing of the files in your home directory on the
  1086.   remote system.
  1087.  
  1088.   tupload will transfer a file, given as its first argument, from local
  1089.   to remote. By default, the files will be put in the same directory
  1090.   that you invoked TERM from at the other side. To put files in another
  1091.   directory, give their names as a second argument to tupload. For
  1092.   example, if I want to put a copy of the file 'term114.tar.gz' in
  1093.   '/usr/tmp' on the remote system, I would type
  1094.  
  1095.     tupload term114.tar.gz /usr/tmp
  1096.  
  1097.   When you use tupload you can use wild cards like in 'tupload a.*'. The
  1098.   shell expands the wild card and tupload is called as 'tupload a.1 a.2
  1099.   ......'.
  1100.  
  1101.   tdownload will transfer a file, given as its first argument, from
  1102.   remote to local. By default, the files will be put in the same
  1103.   directory that you invoked TERM from at the local side. To put files
  1104.   in another directory, give their names as a second argument to
  1105.   tdownload. For example, if I want to put a copy of the file
  1106.   'term114.tar.gz' in '/usr/tmp' on the local system, I would type
  1107.  
  1108.     tdownload term114.tar.gz /usr/tmp
  1109.  
  1110.   When you use tdownload you cannot use wild cards like in 'tdownload
  1111.   a.*'. Reason for this is that the remote directory is not available to
  1112.   your local shell when you use tdownload; so your local shell cannot
  1113.   expand the wild cards.
  1114.  
  1115.   trdate is a time setting utility. It reads the time on the remote
  1116.   machine and sets the local clock to the remote time. It must be run as
  1117.   root.
  1118.   trdated is the daemon version of trdate. When it is started in
  1119.   'rc.local' it is run as daemon in which case it updates the time every
  1120.   5 minutes (default). Even when there is no TERM connection, this
  1121.   daemon will start up when set in the rc.local. Once a TERM connection
  1122.   is created it starts updating the time.
  1123.  
  1124.   6.  X and TERM
  1125.  
  1126.   TERM allows users to open up X windows on the local machine from
  1127.   clients that are running on a machine on the network. This is done by
  1128.   using the txconn client. txconn is executed on the remote, network-
  1129.   connected machine; it is invoked simply as txconn. It goes into the
  1130.   background and returns a number on the standard output; this number is
  1131.   the display number that clients should use to access the X server on
  1132.   the local machine. An example should make this clear.  I am logged in,
  1133.   via trsh, to my remote TERM host, named foo. On foo, I do the
  1134.   following
  1135.  
  1136.     foo$ txconn
  1137.     Xconn bound to screen 10
  1138.     :10
  1139.     foo$
  1140.  
  1141.   Now, on any host that I wish to run an X client on, that is to display
  1142.   on my local machine's X server, I do
  1143.  
  1144.     setenv DISPLAY foo:10
  1145.  
  1146.   (for bash you should use export DISPLAY=foo:10). In some cases it can
  1147.   furthermore be necessary to do a
  1148.  
  1149.     xhost + foo
  1150.  
  1151.   or even a
  1152.  
  1153.     xhost +
  1154.  
  1155.   on your local machine. Now when I start the client, it will try to
  1156.   connect to screen 10 on machine foo, but txconn is listening to this
  1157.   screen, and will forward all X protocol packets via TERM to the X
  1158.   server on the local host - i.e. the window will open up on your local
  1159.   machine.
  1160.  
  1161.   It is possible to go the other way - run a client on your local
  1162.   machine and have it open up a window on a remote machine on the
  1163.   network; however we will defer explaining this until after we have
  1164.   discussed tredir.
  1165.  
  1166.   The X protocol is not very efficient; it wastes some bandwidth. This
  1167.   is usually not a problem over an ethernet, but can be murder over a
  1168.   modem. X11R6 is supposed to introduce a low bandwidth version of the X
  1169.   protocol, LBX. If however you are using X11R5 you can use a utility
  1170.   named sxpc which compresses the X protocol, improving response over
  1171.   serial lines. Sxpc includes a write-up on how to get it working with
  1172.   TERM, and is recommended. The sxpc package also explains how to use
  1173.   xauth; so it is doubly recommended.
  1174.  
  1175.   7.  tredir
  1176.  
  1177.   tredir is one of TERM's most powerful utilities, allowing most
  1178.   important network services to be performed over a TERM link. Before we
  1179.   explain how to use tredir, it is necessary to give some background on
  1180.   network services. We have talked about network services before, but we
  1181.   have not said exactly what they are. Services are just that - services
  1182.   that are provided by the network. Examples of services include telnet,
  1183.   which provides logins between machines, the File Transfer Protocol,
  1184.   ftp, which transfers files between machines, and smtp, the Simple Mail
  1185.   Transfer Protocol, which is used whenever you send electronic mail.
  1186.   Each network service has a port number associated with it.  The
  1187.   mapping of port numbers to services is given in the file internet-
  1188.   connected machines.
  1189.  
  1190.   How are these services invoked? Each networked machine runs a daemon
  1191.   called inetd, which listens for attempts to connect to the network
  1192.   ports. These requests can come from either the network or the local
  1193.   machine. A network service is obtained by connecting to a particular
  1194.   inetd port.  When a network request is made, inetd knows exactly which
  1195.   service is involved by the port number the request is made on. If
  1196.   inetd is configured to do so, it provides the relevant service to the
  1197.   requesting connection. inetd's configuration is given by the file
  1198.   '/etc/inetd.conf', which has a list of the services that inetd
  1199.   provides. For more information, see the man pages for inetd and
  1200.   inetd.conf.
  1201.  
  1202.   You can communicate directly with network services by using telnet
  1203.   (n.b. not termtelnet). For example, to talk to the sendmail, (or smtp)
  1204.   daemon on machine machine_name, you can do a telnet machine_name smtp,
  1205.   or telnet machine_name 25, (since 25 is the number assigned to smtp in
  1206.   '/etc/services'). You should get a polite greeting from the daemon on
  1207.   the remote machine. This is a very useful trick for debugging network
  1208.   problems and checking ports redirected with tredir (see below).
  1209.  
  1210.   Tredir works very much like inetd. It runs in the background as a
  1211.   daemon, listening to the network ports, waiting for a request. When a
  1212.   request for a service is made, instead of providing that service, as
  1213.   inetd does, tredir forwards the request over the TERM link to the
  1214.   remote TERM, which makes the request over the network, returning the
  1215.   result back over the link to the local client. Tredir can forward the
  1216.   request to any machine on the network, but by default sends it to the
  1217.   machine at the other end of the TERM link. Tredir redirects TCP
  1218.   (Transmission Control Protocol) network services over the TERM link.
  1219.  
  1220.   The common command format of tredir is:
  1221.  
  1222.     tredir [this_computer:]port [that_computer:]port
  1223.  
  1224.   An example should make this clear. Let us redirect a local port to the
  1225.   telnet port on the remote machine. To do this we would do
  1226.  
  1227.     tredir 2023 23
  1228.  
  1229.   Now, anyone who connects to port 2023 on the local machine will be
  1230.   redirected to port 23 (telnet) on the remote machine.  Here is an
  1231.   example session; the local machine is mymachine.modem.home and the
  1232.   remote machine is netsun.
  1233.  
  1234.     $ tredir 2023 23
  1235.     Redirecting 2023 to 23
  1236.     $ telnet localhost 2023
  1237.     Trying 127.0.0.1...
  1238.     Connected to mymachine.modem.home
  1239.     Escape character is '^]'.
  1240.  
  1241.     SunOS UNIX (netsun)
  1242.     login:
  1243.  
  1244.   This example is actually quite useful. If I were instead to do the
  1245.   tredir on netsun. I could then telnet in to mymachine from the network
  1246.   simply by connecting to the redirected port on the networked machine
  1247.   (using telnet) - i.e. telnet netsun 2023.
  1248.  
  1249.   The general principle in using tredir is to redirect the desired
  1250.   service to a machine on the network. Our next example will allow us to
  1251.   read news on the local machine over our TERM link from a news server
  1252.   on the network. News is provided by the nntp service, port number 119.
  1253.   All decent news readers allow you to specify what port number they
  1254.   will use, either via a configuration file or an environment variable.
  1255.   Let us specify this local port to be 2119. Now, let us say that our
  1256.   news server is news.domain.org. We will redirect port 2119 to port 119
  1257.   on news.domain.org; we will then tell our news reading software that
  1258.   the nntp server is located at port 2119 on the local host. Since this
  1259.   will depend on the news reader that you use, I will just test the link
  1260.   with telnet instead of firing up a news reader:
  1261.  
  1262.     $ tredir 2119 news.domain.org:119
  1263.     Redirecting 2119 to news.domain.org:119
  1264.     $ telnet localhost 2119
  1265.     Trying 127.0.0.1...
  1266.     Connected to mymachine.modem.home.
  1267.     Escape character is '^]'.
  1268.     200 news.domain.org InterNetNews NNRP server INN 1.4 07-Dec-41 ready
  1269.     (posting ok).
  1270.  
  1271.   If you can get this far, all you have to do is configure your news
  1272.   reader to be able to read news via TERM. (n.b., if you read news like
  1273.   this, be sure that in all your posts you set a Reply-To: header to an
  1274.   network email address that you can be reached at, otherwise people who
  1275.   want to get in touch with you will be sending mail to whatever (wrong)
  1276.   data your news reader puts in the From: header).
  1277.  
  1278.   7.1.  tredir can bite!
  1279.  
  1280.   The astute reader, after reading the last example will be wondering
  1281.   why port 2119 was redirected to port 119 - since news readers default
  1282.   to port 119, why could I not do a tredir 119 news.domain.org:119 and
  1283.   skip the news reader configuration? The answer is that all ports
  1284.   numbered less than 1024 are ``reserved ports'', and only the superuser
  1285.   can listen to them. If one is willing to take a security risk and make
  1286.   tredir an SUID program, or run tredir as root, then one can redirect
  1287.   reserved ports and avoid the hassle of renaming services.
  1288.  
  1289.   Another problem with using reserved ports is that inetd is often
  1290.   already listening to these ports, and only one program at a time can
  1291.   listen to a port. In order to use such a port, you must change port
  1292.   you want to redirect. This is most easily done by commenting out the
  1293.   line with the offending service by putting a # character at the
  1294.   beginning of the line. The superuser must then send inetd a HUP signal
  1295.   (kill -1 inetd-pid) to get it to reread its configuration.
  1296.  
  1297.   7.2.  Stupid tredir tricks
  1298.  
  1299.   In this section we will describe some of the more common uses for
  1300.   tredir. We have already described how to redirect nntp and telnet
  1301.   services; here we will give some more complicated examples.
  1302.  
  1303.   7.2.1.  X windows
  1304.  
  1305.   In a previous section, we described how to get an X client running on
  1306.   the network to open a window on your home machine using txconn. The
  1307.   same technique could be used on your home machine to display a client
  1308.   on the machine at the remote end of your TERM link.  But how does one
  1309.   display an X client on a network machine that is not the remote end?
  1310.   The answer lies in knowing that X uses a particular network service
  1311.   just like the other programs we have been discussing. An X server
  1312.   listens for a network request on a port whose number is given by the
  1313.   formula  port = 6000 + display number, e.g. an X server managing
  1314.   screen 0 on a machine would listen to port 6000, if it were managing
  1315.   screen 2, it would listen to port 6002.  When you set your DISPLAY
  1316.   environment variable to xmachine:n, your X clients will try to connect
  1317.   to port 6000 +n on xmachine.
  1318.  
  1319.   We can use this to trick X clients on your local machine to open up
  1320.   windows on remote displays. Let us say I want to open up an xterm,
  1321.   running on my local machine, on display 0 of machine xmachine, which
  1322.   is running some place on the network. I first pick a local display
  1323.   number, say 2 (do not use 0, since that is what your local X server
  1324.   will be using). I will map this display to display 0 on xmachine. In
  1325.   terms of ports, this means I want to redirect the local port 6002 to
  1326.   the remote port 6000.  I do the following
  1327.  
  1328.     $ tredir 6002 xmachine:6000
  1329.     $ setenv DISPLAY localhost:2
  1330.     $ xterm
  1331.  
  1332.   This should open up an xterm on machine xmachine.  Note that I set the
  1333.   DISPLAY to localhost:2. This is because X clients will sometimes use
  1334.   unix domain sockets instead of internet domain sockets, at their own
  1335.   option, when connecting to a local display, if DISPLAY is set to :2.
  1336.   localhost:2 says to use a TCP connection.
  1337.  
  1338.   Note that as far as xmachine is concerned, the X request is coming
  1339.   from the machine on the remote end of your TERM link (remotemachine) -
  1340.   so if you need to authorize the connection, you should either do an
  1341.   xhost + remotemachine on xmachine or use xauth to update the
  1342.   '.Xauthority' file on your local machine for display number 2, using
  1343.   the key from xmachine.
  1344.  
  1345.   Again, to speed up X connections, you can use the program sxpc, which
  1346.   includes an explanation of how to use tredir to establish the link and
  1347.   authorize it using xauth.
  1348.  
  1349.   7.2.2.  Mail with TERM
  1350.  
  1351.   Well, you asked for it. Electronic mail has the justifiable reputation
  1352.   of being one of the most difficult things to get working right on a
  1353.   UNIX system. To really get TERM working correctly with mail means that
  1354.   you have to understand how mail works, which is beyond the scope of
  1355.   this document. To learn more about mail, you should consult a book on
  1356.   UNIX system administration and/or the comp.mail.misc FAQ, available
  1357.   for anonymous ftp on rtfm.mit.edu:pub/usenet/comp.mail.misc. There are
  1358.   also currently two packages available for anonymous ftp on
  1359.   sunsite.unc.edu that will help you get mail running under TERM - they
  1360.   are term.mailerd+smail by Byron A. Jeff and the BCRMailHandlerXXX by
  1361.   Bill C. Riemers.
  1362.  
  1363.   That being said, we will give a thumbnail description of how mail
  1364.   works.  There are two parts to getting mail running, sending messages
  1365.   and receiving messages. We will begin with sending messages from your
  1366.   local box to the network.
  1367.  
  1368.   There are two classes of mail programs. The first is the mail user
  1369.   agent (MUA). MUA's help you read, compose and send messages. Examples
  1370.   of MUA's are elm, pine, Mail and vm.  MUA's do not really do any
  1371.   networking; they just put the messages together - the real work of
  1372.   sending mail is done by the second class of mail programs, the mail
  1373.   transfer agents (MTA's). These are invoked by the MUA's. They take the
  1374.   message, decide where to send it by looking at the address, and then
  1375.   actually deliver it over the network.
  1376.  
  1377.   The two most common MTA's on Linux systems are sendmail and smail. The
  1378.   basic idea is to get your MTA to connect to another MTA running on a
  1379.   machine on the net that will know what to do with your message. This
  1380.   is done by redirecting a local port to the smtp port on the net
  1381.   machine. You then have to tell you MTA to take any message it does not
  1382.   know what to do with, and send it out over the redirected port on your
  1383.   local machine to the MTA on the remote machine, which will then route
  1384.   your message to its correct destination.
  1385.  
  1386.   How do we do this using smail?  We first redirect a port to the smtp
  1387.   port on the network mail machine (mailhost):
  1388.  
  1389.   tredir XXXX mailhost:25
  1390.  
  1391.   here XXXX is the port number that the smail on the localhost will
  1392.   connect to (note that I have to give this port a name in my
  1393.   '/etc/services' to get smail to recognize it). Smail has several
  1394.   configuration files that usually live in '/usr/local/lib/smail'. The
  1395.   ones we care about are that I am assuming you have already got smail
  1396.   configured correctly for local mail - delivery to files and pipes and
  1397.   such things.  Again, consult the documentation if you have not.
  1398.  
  1399.   In the file 'config', we put the following definition:
  1400.  
  1401.     smart_path=localhost
  1402.  
  1403.   localhost is the machine that smail connects to when it does not know
  1404.   what to do with a message.
  1405.  
  1406.   In 'routers' we put
  1407.  
  1408.     smart_host:
  1409.     driver=smarthost,
  1410.     transport=termsmtp;
  1411.     path = localhost
  1412.  
  1413.   In 'transports' we put
  1414.  
  1415.     termsmtp:        driver=tcpsmtp,
  1416.           inet,
  1417.           return_path,
  1418.           remove_header="From",
  1419.           append_header="From: YOUR_NET_ADDRESS",
  1420.           -received,
  1421.           -max_addrs, -max_chars;
  1422.           service=YOUR_SMTP_SERVICE,
  1423.  
  1424.   In the above, the header lines change the From header in all your
  1425.   outgoing mail to the address, YOUR_NET_ADDRESS, which is the network
  1426.   address you want mail sent to. If more than one user is going to be
  1427.   using your TERM link, you will have to do something more fancy, like
  1428.   keep a database of local user's network addresses and insert these in
  1429.   the From: headers.
  1430.  
  1431.   The service line is the name of the local port number that you have
  1432.   redirected to the smtp port on the network connected machine. In my
  1433.   version of smail, I cannot just set this to a number, I have to set it
  1434.   to a name, like ``foo'', and then define ``foo'' in my '/etc/services'
  1435.   to be the number of my redirected port. If you use a SUID tredir and
  1436.   just redirect the smtp port (25), you do not need to define this.
  1437.  
  1438.   This should be enough to get you going. If you decide to use sendmail,
  1439.   the principles are the same but the details differ.  Ronald Florence
  1440.   (ron@mlfarm.com) told me that the stock Sun sendmail will not send
  1441.   multiple queued messages over a redirected port; BSD sendmail 8.6.9
  1442.   works fine.  He made the following changes to '/etc/sendmail.cf' to
  1443.   get it working with TERM. In his case, the default sendmail port (25)
  1444.   is used for SMTP traffic over a local ethernet so Internet mail is
  1445.   forwarded to a redirected TCP port.
  1446.  
  1447.     #
  1448.     #Create the termsmtp mailer, which sends mail via a re-directed TCP port
  1449.     #
  1450.     Mtermsmtp,P=[TCP], F=mDFMuCXe, S=22, R=22, A=TCP $h PORTNUMBER
  1451.  
  1452.   Here, PORTNUMBER is the number of the redirected port on the local
  1453.   machine. This should be an unused port over 2000. We next tell
  1454.   sendmail which machine to connect to, and set termsmtp as the default
  1455.   mailer.
  1456.  
  1457.     #
  1458.     # major relay mailer
  1459.     #
  1460.     DMtermsmtp
  1461.     #
  1462.     # major relay host: use the $M mailer to send mail to other domains
  1463.     #
  1464.     DR HOSTNAME
  1465.     CR HOSTNAME
  1466.  
  1467.   Here HOSTNAME is the name of your local host (does localhost work?).
  1468.   The last entry goes under Rule 0 to forward Internet mail.
  1469.  
  1470.     # Pass other valid names up the ladder to our forwarder
  1471.     R$*<@$*.$+>$*         $#$M    $@$R $:$1<@$2.$3>$4     user@any.domain
  1472.  
  1473.   When the TERM connection is established to the Internet host, run the
  1474.   following commands on the local machine.
  1475.  
  1476.     tredir PORTNUMBER internet.host:25
  1477.     /usr/lib/sendmail -q
  1478.  
  1479.   We now turn to receiving electronic mail using TERM. We will assume
  1480.   that mail is sent to your account on the network machine mailhost. The
  1481.   simplest solution is to just use trsh or termtelnet to log on to
  1482.   mailhost and read your mail on there. However, it is also possible to
  1483.   have your mail automatically downloaded to your local machine. One way
  1484.   to do this is to use the Post Office Protocol, (POP). POP was designed
  1485.   for exactly this purpose: to deliver mail to machines that have
  1486.   intermittent network connections. To use POP, you must have a POP
  1487.   server installed on mailhost. Assuming that you do, you can then use a
  1488.   POP client to download your mail every few minutes. This is done, as
  1489.   you might expect, using tredir. The POP service is 110 (note that
  1490.   there is an older protocol, POP-2, which uses port 109; in this
  1491.   document we describe POP-3, which is the latest version of POP). There
  1492.   are several POP clients available. One, written in the script language
  1493.   perl is pop-perl-1.X, written by William Perry and maintained by
  1494.   myself - it can be found on sunsite.unc.edu:pub/Linux/system/Mail.
  1495.  
  1496.   To use POP, you redirect a local port to port 110 on mailhost and
  1497.   configure your client to retrieve your mail from localhost using the
  1498.   local port. As an example, we will assume that there is a POP server
  1499.   running on mailhost. We will redirect the local port 2110, and fire up
  1500.   the pop-perl client:
  1501.  
  1502.     $ tredir 2110 mailhost:110
  1503.     Redirecting 2110 to mailhost:110
  1504.     $ pop
  1505.     Username: bill
  1506.     Password: <enter your password for mailhost>
  1507.     Pop Host: name of local
  1508.     Pop Port: 2110
  1509.     Starting popmail daemon for bill
  1510.  
  1511.   If you do not have a POP server available, the BCRMailHandler package
  1512.   has a program to download your mail over a TERM link to your local
  1513.   machine. I have not used it, but anyone who has is welcome to comment.
  1514.   You can also use the term.mailerd+smail package for this purpose.
  1515.   Alas, both BCRMailHandler and the term.mailerd.smail package do not
  1516.   work anymore with TERM versions 2.0.0 and higher.
  1517.  
  1518.   8.  tudpredir
  1519.  
  1520.   tudpredir is similar to tredir when you look at what these programs do
  1521.   and how they are executed. The big difference between the two programs
  1522.   is that tredir is used to redirect TCP network services while
  1523.   tudpredir redirects UDP (User Datagram Protocol) network services over
  1524.   the TERM link. One more important difference between the two programs
  1525.   is that tredir becomes a background daemon once it has successfully
  1526.   established the local port, while tudpredir commands must be placed in
  1527.   the background manually.
  1528.  
  1529.   The common command format of tudpredir is:
  1530.  
  1531.     tudpredir [this_computer:]port [that_computer:]port
  1532.  
  1533.   9.  Automating Things
  1534.  
  1535.   Now that you know how to get all your network services over TERM, it
  1536.   would be nice to set things up in such a way that your link is set up
  1537.   and configured automatically. There are basically an infinite number
  1538.   of ways of doing so, depending on what communication program you use
  1539.   and how you log in to your remote system.
  1540.  
  1541.   One program that I have not used, but I have heard is quite nice, is
  1542.   fet: a front end for TERM. It is designed to log you into a remote
  1543.   system and fire up TERM and all your tredir's.  Any comments on fet
  1544.   would be most welcome.
  1545.  
  1546.   I shall now give an example of a set of commands that use kermit to
  1547.   log into the remote system and then performs all of the TERM
  1548.   initializations. Obviously, if you use these examples, you will have
  1549.   to modify them for your own login procedures.
  1550.  
  1551.   The command which is actually invoked is the shell script 'knet',
  1552.   given by:
  1553.  
  1554.     #!/bin/sh
  1555.     /usr/bin/kermit -y $HOME/.kerm_term > $HOME/klog < /dev/null 2>& 1
  1556.     exec $HOME/bin/tstart >> $HOME/klog 2>& 1
  1557.  
  1558.   The script '.kerm_term' is given by:
  1559.  
  1560.     pause 2
  1561.     # The number you want to dial
  1562.     output atdtXXXXXXX \13
  1563.     # Login to the terminal server
  1564.     input 145 {name: }
  1565.     output MYNAME \13
  1566.     input 3 {word: }
  1567.     output MYPASSWORD \13
  1568.     input 5 {xyplex>}
  1569.     # Make the line transparent
  1570.     output term telnet-t \13
  1571.     output term stopb 1 \13
  1572.     # Connect to the remote host
  1573.     output telnet remotehost.somedomain.org \13
  1574.     input 10 {ogin: }
  1575.     output MYOTHERNAME \13
  1576.     input 3 word:
  1577.     output MYOTHERPASSWORD \13
  1578.     pause 5
  1579.     # Fire up term on the remote host
  1580.     output exec term -s 38400 -l $HOME/tlog -w 10 -t 150  \13
  1581.     ! /usr/bin/term -r -l $HOME/tlog -s 38400 -c off -w 10 -t 150 < /dev/modem  > /dev/modem &
  1582.     # Open other clients here
  1583.     suspend
  1584.     !killall -KILL term
  1585.  
  1586.   and finally, the script 'tstart' which fires up the TERM clients is
  1587.   given by
  1588.  
  1589.     #!/bin/sh
  1590.     #
  1591.     # This lets mail get out, can read news here, can pick up my mail here
  1592.     #
  1593.     /usr/local/bin/tredir 2025 25 2119 newshost:119 2110 pophost:110
  1594.     #
  1595.     # So I can open up Xwindows here
  1596.     #
  1597.     /usr/local/bin/trsh -s txconn
  1598.     #
  1599.     # So I will receive mail....
  1600.     #
  1601.     /usr/local/bin/pop
  1602.     #
  1603.     # Clean out the queue, in case of boo-boos
  1604.     #
  1605.     /usr/bin/runq
  1606.     #
  1607.     # Done now
  1608.     #
  1609.     echo ^G^G > /dev/console
  1610.  
  1611.   When finally you want to close the connection, you resume and
  1612.   terminate kermit. The last line of the script kills the local TERM and
  1613.   returns the system in its initial state.
  1614.  
  1615.   ( Note of the author: instead of doing '!killall -KILL term', I think
  1616.   it should be possible just to do '!tshutdown'. This should also work?)
  1617.  
  1618.   As I said, there are zillions of ways to do so; these are just meant
  1619.   as examples to get you started. Other examples can be found in the
  1620.   packages autoterm and JoelTermStuff.
  1621.  
  1622.   10.  Porting software for use with TERM
  1623.  
  1624.   In principle, all programs that can be used over a network can also be
  1625.   used in combination with TERM. Some of them you can get as binaries
  1626.   with TERM support already built in. These include telnet, (nc)ftp,
  1627.   Mosaic and many others. Most of these programs are compiled for TERM
  1628.   1.17 or earlier. They should, however, still work with the newer
  1629.   versions of TERM.
  1630.  
  1631.   Another way to make programs TERM aware is to port them yourself. This
  1632.   process will be described in the next subsection.
  1633.  
  1634.   The last way to make your programs TERM-aware is to termify them.
  1635.  
  1636.   10.1.  Port and compile the sources
  1637.  
  1638.   Porting software to TERM can be done using a fairly simple porting
  1639.   procedure:
  1640.  
  1641.   If installed in '/usr/local' by root:
  1642.  
  1643.   1. Add to the compile flags -include /usr/local/include/termnet.h
  1644.  
  1645.   2. and add to the library list -ltermnet
  1646.  
  1647.   If installed in your home directory:
  1648.  
  1649.   1. Add to the compile flags -include $HOME/term/termnet.h
  1650.  
  1651.   2. and add to the library list -L$HOME/term -ltermnet
  1652.  
  1653.   Now compile the software as described in the INSTALL or README
  1654.   document that came with the software. That should do!
  1655.  
  1656.   At this point the commands should work both with and without TERM.
  1657.  
  1658.     telnet localhost
  1659.  
  1660.   does not use TERM to connect, but
  1661.  
  1662.     telnet bohr.physics.purdue.edu
  1663.  
  1664.   will use TERM only if you do not have some other type of network
  1665.   connection.
  1666.  
  1667.   Some commands like rlogin can only be executed by root and the owner
  1668.   of the TERM connection (privileged persons).
  1669.  
  1670.   Some TERM commands will be TERM transparent and only use TERM when
  1671.   there is not another option. Some common examples are telnet and ftp.
  1672.  
  1673.   Others require an external flag to tell them it is all right to use
  1674.   TERM. These programs include xarchie, fsp and ytalk.
  1675.  
  1676.   You can either flag these programs to use TERM by setting the
  1677.   environmental variable TERMMODE as specified in README.security, or
  1678.   running make installnet. Eventually, the 'termnet' file created will
  1679.   contain special networking instructions, but for now only its
  1680.   existence is checked.
  1681.  
  1682.   If you add an ethernet connection, you can then simply remove the
  1683.   'termnet' file and continue to use the same binaries!
  1684.  
  1685.   NOTE: Programs that were ported back in the days of client.a, can
  1686.   still be recompiled for use with newer versions of TERM simply by
  1687.   changing the client.a reference to libtermnet.a.
  1688.  
  1689.   10.2.  Termify
  1690.  
  1691.   This package will convert dynamically linked binaries for TERM use.
  1692.  
  1693.   Before you can use termify you have to make sure that you have TERM
  1694.   version 2.2i (is this version 2.2.8?) or later and libc.so.4.5.26 or
  1695.   later. Then you have to create the file 'libt.so.4' in the directory
  1696.   '/lib' (see the README file in the package).
  1697.  
  1698.   Problem at this moment is that you have to remake the file 'libt.so.4'
  1699.   every time you upgrade TERM versions.
  1700.  
  1701.   After you have created the library you can let termify 'crunch' the
  1702.   program you want to make TERM-aware, by using the command:
  1703.  
  1704.     termify <command name>
  1705.  
  1706.   When you do not like the result you can 'un'termify the program you
  1707.   have just termified using the command:
  1708.  
  1709.     termify -u <command name>
  1710.  
  1711.   Last, the package also contains a script for completely termifying
  1712.   'smail'; so no special transport definitions are necessary. The only
  1713.   thing you possibly want to change is the 'From: ' address.
  1714.  
  1715.   11.  Term clients
  1716.  
  1717.   11.1.  Term clients available on ftp sites.
  1718.  
  1719.   Below a list of application running with TERM is given. I am not
  1720.   stating that this list is complete; so any completion is welcome. As
  1721.   far as possible I will present the site and directory where the
  1722.   application can be found (all to my knowledge). When I state
  1723.   sunsite.unc.edu as the place to find the application I mean that you
  1724.   can find it in one of the following two directories:
  1725.  
  1726.   1. /pub/Linux/apps/comm/term/apps
  1727.  
  1728.   2. /pub/Linux/apps/comm/term/extra
  1729.  
  1730.   Here we go :-)
  1731.  
  1732.   TERM package:
  1733.  
  1734.        tupload
  1735.        tdownload           (versions 2.1.0 and higher)
  1736.        trsh
  1737.        tmon
  1738.        tredir
  1739.        tudpredir           (versions 2.0.0 and higher)
  1740.        txconn
  1741.        trdate(d)
  1742.        tshutdown
  1743.        libtermnet
  1744.  
  1745.   File transfer:
  1746.  
  1747.        ftpd                sunsite.unc.edu
  1748.        termncftp           sunsite.unc.edu
  1749.        ncftp185            sunsite.unc.edu:/pub/Linux/system/Network/file-transfer
  1750.        fsp                 sunsite.unc.edu:/pub/Linux/system/Network/file-transfer
  1751.  
  1752.   Information systems:
  1753.  
  1754.        lynx
  1755.        Mosaic              sunsite.unc.edu:/pub/Linux/system/Network/info-systems/Mosaic
  1756.        chimera
  1757.        netscape            sunsite.unc.edu:/pub/Linux/system/Network/info-systems
  1758.        httpd
  1759.        xgopher
  1760.        gopher              sunsite.unc.edu
  1761.  
  1762.   Remote login:
  1763.  
  1764.        termtelnet          sunsite.unc.edu
  1765.        rlogin              physics.purdue.edu:/pub/bcr/term/extra
  1766.        rsh                 physics.purdue.edu:/pub/bcr/term/extra
  1767.  
  1768.   Netnews:
  1769.  
  1770.   tin 1.3             sunsite.unc.edu:/pub/Linux/system/Mail/news
  1771.   news2               sunsite.unc.edu
  1772.  
  1773.   Mail:
  1774.  
  1775.        slurp               sunsite.unc.edu
  1776.        smail               sunsite.unc.edu
  1777.        term.mailerd+smail  sunsite.unc.edu
  1778.        BCRMailHandlerXXX   physics.purdue.edu:/pub/bcr/term
  1779.  
  1780.   Automating scripts:
  1781.  
  1782.        JoelTermStuff       sunsite.unc.edu
  1783.        autoterm            sunsite.unc.edu
  1784.        fet                 sunsite.unc.edu
  1785.  
  1786.   Other programs:
  1787.  
  1788.        inetd               sunsite.unc.edu
  1789.        rdate               sunsite.unc.edu
  1790.        xgospel             sunsite.unc.edu:/pub/Linux/games/x11/networked
  1791.        termify             physics.purdue.edu:/pub/bcr/term/extra
  1792.        xboard              sunsite.unc.edu
  1793.        ircII               sunsite.unc.edu:/pub/Linux/system/Network/chat
  1794.        whois
  1795.        xwebster            sunsite.unc.edu
  1796.        sxpc                ftp.x.org:/R5contrib
  1797.        xztalk              sunsite.unc.edu:/pub/Linux/apps/sound/talk
  1798.  
  1799.   11.2.  The termnet package
  1800.  
  1801.   The package termnet-2.0.4-Linux-bin.tar.gz
  1802.   (sunsite.unc.edu:/pub/Linux/apps/comm/term) contains a couple of pre-
  1803.   compiled TERM clients and a couple of scripts, manual pages and
  1804.   libtermnet.so.2.00.04. The clients are compiled using this version of
  1805.   libtermnet.so. The package contains the following clients:
  1806.  
  1807.        fet         perl        sperl4.036  tmon        tshutdown   xgopher
  1808.        finger      perl4.036   suidperl    trdate      tudpredir   ytalk
  1809.        ftp         rcp         taintperl   trdated     tupload
  1810.        fwhois      rlogin      telnet      tredir      txconn
  1811.        ncftp       rsh         term        trsh        xarchie
  1812.  
  1813.   WARNING: The package also contains the complete set of compiled
  1814.   clients of TERM 2.0.4 including TERM itself. Do not install this
  1815.   package before you are sure about what you want. You will destroy
  1816.   other versions of TERM and its clients when you start moving
  1817.   executables around.
  1818.  
  1819.   11.3.  Asked for but not yet supported
  1820.  
  1821.   1. DOOM: The problem with this game seems to be the fact that it uses
  1822.      port 5029 both as client and as server.
  1823.  
  1824.   2. NFS: The NFS server is only supposed to accept requests if the
  1825.      socket requesting the connection is bound to a port below 1024.
  1826.      This seems to be troublesome. However, some NFS servers have an
  1827.      'insecure' option.  In this case NFS might work eventually, if RPC
  1828.      support is added to Term.
  1829.  
  1830.   12.  Term and Security
  1831.  
  1832.   In this section I will point to some security aspects of TERM. The
  1833.   problems will be explained and a way to improve security will be
  1834.   given.
  1835.  
  1836.   12.1.  trsh
  1837.  
  1838.   Trsh is insecure when it is used to access the local Linux box from
  1839.   the remote system. The problem with TERM and its clients is that
  1840.   beside the owner of the TERM connection also 'root' can execute TERM-
  1841.   aware programs over the connection.
  1842.  
  1843.   This also means that 'root' on the remote system can execute trsh and
  1844.   thus can enter the login which owns the TERM connection quite easy. If
  1845.   this owner on the local box is 'root' then you will be in hell.
  1846.  
  1847.   The solution to this problem is easy: you just have to put the
  1848.   following line in the termrc┤ file on the local box:
  1849.  
  1850.     denyrsh on
  1851.  
  1852.   With this set in the 'termrc' file, nobody can use trsh on the remote
  1853.   site anymore to access your machine. When you and others want to
  1854.   access your local Linux box over the TERM connection this can still be
  1855.   done using telnet and redirected ports.
  1856.  
  1857.   12.2.  txconn and xauth
  1858.  
  1859.   Txconn is not terribly secure; anyone can connect to your local server
  1860.   via TERM and perform all sorts of mischief. I you are worried about
  1861.   this sort of thing, it might be a good idea to consider using xauth to
  1862.   authorize your connections. See the next section for an example of
  1863.   using xauth for securing your connections.
  1864.  
  1865.   12.3.  sxpc, xhost and xauth
  1866.  
  1867.   Sxpc in combination with 'xhost +' is very dangerous when you are not
  1868.   using xauth.
  1869.  
  1870.   Using xauth is very important to maintaining security when using sxpc.
  1871.   If you do not use xauth when using sxpc all the dangers of running
  1872.   with 'xhost +' apply. These dangers include but are not limited to:
  1873.  
  1874.   ╖  Someone watching what is displayed on your screen
  1875.  
  1876.   ╖  Someone watching what you type
  1877.  
  1878.   ╖  Someone typing in one of your windows (for example: a command to
  1879.      delete all your files :-(
  1880.  
  1881.   Xauth is available in X releases R4 and later. Here I will describe
  1882.   how to set up basic usage of xauth.  This configuration is vulnerable
  1883.   to network snooping, but if you can live with that it should be fine.
  1884.  
  1885.   NOTE: when using xauth your $DISPLAY variable must NOT be set to
  1886.   localhost (or localhost:whatever). If your $DISPLAY variable does use
  1887.   localhost the clients will be unable to find the appropriate
  1888.   authorization information. The workaround is to use the real hostname
  1889.   of the machine. If you follow the compilation instructions in the
  1890.   README, and compile without -DNOGETHOSTNAME then everything should
  1891.   work.
  1892.  
  1893.   The machine where you will be running clients will be called C, the
  1894.   machine where you wish to display them will be called D.
  1895.  
  1896.   First choose a 'key', up to 16 pairs of hexadecimal digits (so an even
  1897.   number of characters from the ranges 0-9 and a-f).  You will need to
  1898.   supply this key in place of <key> in the example below.
  1899.  
  1900.   On C:
  1901.  
  1902.     % xauth
  1903.     xauth:  creating new authority file $HOME/.Xauthority
  1904.     Using authority file $HOME/.Xauthority
  1905.     xauth> add Chostname:8 MIT-MAGIC-COOKIE-1 <key>
  1906.     xauth> exit
  1907.  
  1908.   On D:
  1909.  
  1910.     % xauth
  1911.     xauth:  creating new authority file $HOME/.Xauthority
  1912.     Using authority file $HOME/.Xauthority
  1913.     xauth> add Dhostname/unix:0 MIT-MAGIC-COOKIE-1 <key>
  1914.     xauth> add Dhostname:0 MIT-MAGIC-COOKIE-1 <key>
  1915.     xauth> exit
  1916.  
  1917.   When starting the X server on D you should give the flag -auth
  1918.   $HOME/.Xauthority.  You may need to edit or create a
  1919.   '$HOME/.xserverrc' to control how the X server is started.  For
  1920.   example:
  1921.  
  1922.     #!/bin/sh
  1923.     exec X  -auth $HOME/.Xauthority $*
  1924.  
  1925.   Make sure that your '.Xauthority' file is readable only by you on both
  1926.   C and D.
  1927.  
  1928.   13.  Things to remember
  1929.  
  1930.   In this section I try to present you with a list of useful ftp
  1931.   addresses, URL's etc. where you can find software and information
  1932.   about TERM.
  1933.  
  1934.   Ftp:
  1935.  
  1936.   sunsite.unc.edu:/pub/Linux/apps/comm/term/<whole-directory-tree>
  1937.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/<whole-directory-tree>
  1938.   physics.purdue.edu:/pub/bcr/term/<whole-directory-tree>
  1939.  
  1940.   URL:
  1941.  
  1942.   http://sunsite.unc.edu/mdw/HOWTO/Term-HOWTO.html
  1943.   http://www.bart.nl/~patrickr/term-howto/Term-HOWTO.html  (always the newest version)
  1944.   http://physics.purdue.edu/~bcr/homepage.html
  1945.  
  1946.   Netnews:
  1947.  
  1948.   comp.os.linux.announce           announce of new TERM versions and Term-HOWTO
  1949.   comp.os.linux.help               ask your questions about TERM here
  1950.   comp.os.linux.misc               or here
  1951.   comp.protocols.misc              answers to TERM questions are also posted here.
  1952.  
  1953.   Related documents:
  1954.  
  1955.   Using Term to Pierce an Internet Firewall HOWTO    by Barak Pearlmutter,
  1956.                                                         bap@learning.scr.siemens.com
  1957.   Firewall HOWTO                                     by David Rudder,
  1958.                                                         drig@execpc.com
  1959.   Serial HOWTO                                       by Greg Hankins,
  1960.                                                         gregh@cc.gatech.edu
  1961.   Net-2/Net-3 HOWTO                                  by Terry Dawson,
  1962.                                                         terryd@extro.ucc.su.oz.au
  1963.  
  1964.   When you start asking questions on netnews please make sure that you
  1965.   give people in the groups as much information as they need to solve
  1966.   your problem (TERM version number, way you set up your connection
  1967.   etc.). At this moment many TERM versions are in use and all have their
  1968.   specific and common problems. Therefore, when you want a useful
  1969.   answer, at least state the version of TERM you are using. Otherwise,
  1970.   in some cases only wild guesses are possible to help you solve your
  1971.   problems.
  1972.   14.  Reliability of TERM versions
  1973.  
  1974.   Many versions of TERM are around now. The maintainer of TERM, Bill
  1975.   Riemers, has made a list of TERM versions stating what versions are
  1976.   reliable and what versions you had better avoid. This list is the
  1977.   following:
  1978.  
  1979.                term110          --> cannot really say
  1980.                term111          --> cannot really say
  1981.                term112          --> cannot really say
  1982.                term113          --> cannot really say
  1983.                term114          --> fairly stable BETA version
  1984.                term115          --> unstable BETA version
  1985.                term116          --> unstable BETA version
  1986.                term117          --> unstable BETA version
  1987.                term118          --> semi-stable BETA version
  1988.                term119          --> stable GAMMA version
  1989.                term-2.0.X       --> semi-stable BETA versions
  1990.                term-2.1.X       --> more stable BETA versions
  1991.                term-2.2.X       --> new BETA versions
  1992.                term-2.3.X       -->
  1993.  
  1994.   15.  Term speed table
  1995.  
  1996.   Thanks to Bill McCarthy we now have a table with TERM speed
  1997.   information for different modems, TERM versions and connection
  1998.   conditions. Its purpose is to give new and experienced users some idea
  1999.   what other people are using and the results they are getting.
  2000.  
  2001.                              LINUX TERM CHART 8/14/94
  2002.  
  2003.   |___modem speed/make___|___line speed__|__avg cps__|__high__|__term ver_|
  2004.   | 1)  USR SP 14.4      |   9600        |  950      |  963   | 1.17      |
  2005.   | 2)  USR SP 14.4      |  14400        | 1376      |  n/a   | 1.18p06   |
  2006.   | 3)  Zoom 2400        |   2400        |  220      |  230   | 1.19      |
  2007.   | 4)  Boca V.32bis 14  |  57600        | 1400      |  n/a   | 1.01/09?  |
  2008.   | 5)  Viva 14.4        |  14400        | 1300      |  n/a   | 1.16      |
  2009.   | 6)  USR SP 14.4      |  14400+       | 1550      | 1680   | 1.19      |
  2010.   | 7)  Intel 14.4 Fax   |  14400        | 1400      | 1650   | 2.0.4     |
  2011.   | 8)  cable tv hookup  |  57600        | 1500      | 1800   | 1.18p06   |
  2012.   | 9)  Twincom 144/DFi  |  57600        | 1500      | 4000?  | 2.0.4     |
  2013.   | 10) USR SP 14.4      |  14400        | 1200      | 1500   | 1.08      |
  2014.   | 11) cable tv hookup  |  19200        | 1300      | 1800   | 1.19      |
  2015.   |-----------------------------------------------------------------------|
  2016.  
  2017.   +Command flags/termrc settings:
  2018.  
  2019.   1) default escapes   2) window 5       3) baudrate 2400    4) n/a
  2020.      baudrate 9600        timeout 200       window 3
  2021.      window 10                              noise on
  2022.      timeout 150
  2023.  
  2024.   5) compress off      6) baudrate 19200  7) ignore 19+17    8) compress off
  2025.      window 10            compress on        window 4           escape 0, 13,
  2026.      timeout 150                             timeout 90         16-19, 255
  2027.      baudrate 38400                                             baudrate 0
  2028.                                                                 shift 224
  2029.                                                                 flowcrtl 500
  2030.                                                                 window 10
  2031.                                                                 timeout 70
  2032.                                                                 retrain on
  2033.                                                                 breakout 24
  2034.   9) compress off     10) compress off      11) baudrate 19200
  2035.      baudrate 57600       baudrate 38400        compress on
  2036.      window 10            escape 17, 19         shift 224
  2037.      timeout 200          remote                escape 0, 13 16-17
  2038.      noise on                                   19, 255
  2039.      share on                                   window 10
  2040.      remote                                     timeout 40
  2041.  
  2042.   Escaping characters at one end also implies ignoring them on the other end.
  2043.  
  2044.   16.  Hints and Tricks found on the net
  2045.  
  2046.   In the Linux related newsgroups many questions about TERM are coming
  2047.   back every couple of weeks, together with the answers to these
  2048.   questions. To reduce traffic to the newsgroup, in this section I shall
  2049.   try to make a composition of these questions and the answers to them.
  2050.   Some of the answers have been checked by me as I also had related
  2051.   problems. Others, I have just taken from the newsgroups without
  2052.   testing them.
  2053.  
  2054.   ╖  Many people, especially those who are using Ultrix, seem to have
  2055.      trouble with vi presenting less than 24 lines on a window with 24
  2056.      lines. There are three ways to get rid of this problem:
  2057.  
  2058.      1. Log in into the remote system using:
  2059.  
  2060.           trsh -s telnet <hostname>
  2061.  
  2062.      2. Put 'resize; clear' in your '.login' file
  2063.  
  2064.      3. The best solutions seems to be to enter the following remote:
  2065.  
  2066.           stty 38400
  2067.  
  2068.   ╖  Many people seem to have problems with crashing TERM connections,
  2069.      whatever may be the reason of the crashes. So before starting
  2070.      applications people want to know whether their TERM connection is
  2071.      still alive or not. This can be checked using the following small
  2072.      shell script examples:
  2073.  
  2074.      When you are using tcsh:
  2075.  
  2076.        if ( { trsh -s true } ) then
  2077.          ...
  2078.        endif
  2079.  
  2080.   When you are using bash:
  2081.  
  2082.     if trsh -s true; then
  2083.       ...
  2084.     fi
  2085.  
  2086.   ╖  The WWW browser Netscape is causing people problems to get it to
  2087.      work with TERM. The good news is that it will work under TERM. Here
  2088.      is how:
  2089.  
  2090.              1. Termify netscape
  2091.              2. Fire up termnetscape
  2092.                    under Options | Preferences | Mail/Proxys
  2093.                    leave _all_ of the proxy boxes blank
  2094.                    set the SOCKS box to 'remotehost' & 80
  2095.              3. Ignore the error you get when you exit the Options menu.
  2096.              4. If termnetscape fails to work right:
  2097.                    under Options | Preferences | Mail/Proxys
  2098.                    leave _all_ of the proxy boxes blank
  2099.                    set the SOCKS box to 'none' & 80
  2100.              5. Ignore the error you get when you exit the Options menu.
  2101.  
  2102.   Scott Blachowicz mailed me stating that it is even easier to get
  2103.   Netscape or any other browser to work with TERM if you have a proxy
  2104.   server (e.g. CERN's httpd) installed for use on the remote side of
  2105.   your TERM link. On the local side, you can then do this:
  2106.  
  2107.           1. tredir localhost:8080 remotehost:80
  2108.  
  2109.                 where 'remotehost' is the hostname of your proxy server system.
  2110.  
  2111.           2. Run your particular browser, then in the preferences or options or
  2112.                 whatever it is called, point your proxies at 'localhost' port
  2113.                 8080.
  2114.                 Some browsers might like environment variables like
  2115.  
  2116.                     export http_proxy=http://localhost:8080/
  2117.                     export ftp_proxy=http://localhost:8080/
  2118.  
  2119.   17.  Other Things
  2120.  
  2121.   Some things that might be included:
  2122.  
  2123.   ╖  Extension of troubleshooting
  2124.  
  2125.   ╖  Extension of security issues
  2126.  
  2127.   ╖  Termwrap
  2128.  
  2129.   ╖  Suggestions
  2130.  
  2131.   Anyway, if you have suggestions, criticism, suggestions, or anything
  2132.   else to say about this document, please fire away. At the moment I,
  2133.   Patrick Reijnen, have taken over the authorship of the TERM-HOWTO. I
  2134.   can (currently) be reached at patrickr@bart.nl.
  2135.  
  2136.   18.  Acknowledgements
  2137.  
  2138.   A lot of people have to be thanked. First and foremost Michael
  2139.   O'Reilly and all the developers of TERM, who have provided us with
  2140.   such a great tool. I would also like to thank everyone who gave
  2141.   feedback and contributed to this HOWTO. They include Bill Reynolds,
  2142.   the former author of this HOWTO, Ronald Florence, Tom Payerle, Bill C.
  2143.   Riemers, Hugh Secker-Walker, Matt Welsh, Bill McCarthy, Sergio, Weyman
  2144.   Martin and everybody I forgot to mention.
  2145.  
  2146.