home *** CD-ROM | disk | FTP | other *** search
/ The Best Internet Programs / BESTINTERNET.bin / internet / lrn_inet / li_tel.txt < prev    next >
Text File  |  1994-07-30  |  4KB  |  151 lines

  1.  Remote Login 
  2.  
  3. Over the internet you can log in to any computer on which
  4. you have an account or which allows public log ins.  This
  5. includes many database services and almost all library
  6. catalogs.  The means of doing this is called telnet.  Tel-
  7. net is the remote login facility of internet, and once a
  8. connection is made, works transparently.  It's a heady ex-
  9. perience to log into your account, telnet to Yale to check
  10. on a book, then to Dartmouth to look up a Shakespeare ref-
  11. erence, then to U of Michigan for a weather report, then to
  12. Stanford for a bibliographic search--all from the comfort
  13. and convenience of home (and at no charge).
  14.  
  15.  
  16.  Magic 
  17.  
  18. Telnet makes your computer seem to be connected to a remote
  19. computer.  What you enter from your keyboard is redirected
  20. to the remote computer.  What the remote computer outputs
  21. is redirected to your monitor.  It doesn't matter how far
  22. away the other computer is.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  How To Do It 
  32.  
  33. To telnet to another computer you simply type telnet followed
  34. by the address of the computer to which you are connecting.
  35. For example:
  36.  
  37.               telnet newton.dep.anl.gov
  38.  
  39. You can also use the remote computer's IP address:
  40.  
  41.               telnet 146.139.100.50
  42.  
  43. which sometimes works when a domain name will not.
  44.  
  45.  
  46.  Pay Attention 
  47.  
  48. When you enter telnet with a valid address, you will see
  49. the message:  Trying... 
  50.  
  51. When the connection is made, you will see :
  52.               Connected to newton...
  53.               Escape character is '^]'.
  54.  
  55. Pay close attention to this escape character message. 
  56. Telnet is telling you which key you can press to get 
  57. out of the current telnet session if things get hope-
  58. lessly hung up.
  59.  
  60.  
  61.  What If Something Goes Wrong 
  62.  
  63. If telnet is unable to make a connection you may see one
  64. of the following messages:
  65.               unknown host
  66.               Host is unreachable
  67.  
  68. Don't be fooled.  These messages may be caused by:
  69.     1) Misspelling the address of the computer
  70.     2) The remote computer is temporarily down
  71.     3) The remote computer is really not on the internet
  72.  
  73. The remedies are to a) try again carefully; b) try again
  74. later; c) keep trying; d) give up.
  75.  
  76.  User IDs and Passwords 
  77.  
  78. Even though many remote computers are designed for public
  79. access they still require a log in user ID and password.
  80. Often, the system will tell you what to type.  In other 
  81. cases the user ID and password are published elsewhere and
  82. you just need to know what they are.  Finding out is
  83. relatively easy over the net.
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.   Words Of Warning 
  92.  
  93. When you are finished working on a remote computer, log out
  94. normally.  You will be returned to the telnet prompt
  95. (telnet>) of your local host computer.  To exit the telnet
  96. program altogether type quit (or q) from the telnet prompt.
  97.  
  98. Two words of warning:
  99.     1) Response times from remote computers may be slow,
  100.        especially during peak internet traffic hours.  Be
  101.        patient.
  102.     2) If things become hopelessly hung up when you are 
  103.        halfway around the world, use the escape character
  104.        that you conscientiously wrote down when you started.
  105.  
  106.  Telnet Tricks 1 
  107.  
  108. Before we start a sample telnet session, here are a couple 
  109. of useful telnet tricks.
  110.     1) An alternate way to start a telnet session is to
  111.        type telnet and then press Enter.  Then type open
  112.        with the address of the computer to which you want
  113.        to connect.  In this way you can keep telnet going
  114.        while you open and close different connections.
  115.  
  116.    2) Pressing z at the telnet prompt will suspend telnet
  117.        and allow you to work in unix.  To exit unix and
  118.        return to telnet type fg.  This does not work in
  119.        all unix shells.               
  120.  
  121.  Telnet Tricks 2 
  122.  
  123. When you telnet to certain computers, a port number is
  124. required to connect to the service you want.  For example,
  125. to connect to the weather underground at the University 
  126. of Michigan you must enter the following command:
  127.  
  128.      telnet downwind.sprl.umich.edu 3000
  129.  
  130. Note the space before the port address 3000.  You will find
  131. several common services that require a port address.
  132.  
  133. Press PgDn to login and start a sample telnet session...
  134.  
  135.  
  136.  Get It? 
  137.  
  138. It's always sunny in San Diego.
  139.  
  140. That's how telnet works.  Press PgDn to continue...
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.