home *** CD-ROM | disk | FTP | other *** search
/ A Beginner's Guide to the Internet / INTERNET.ISO / text / guides / help / rlogin.hlb < prev    next >
Encoding:
Text File  |  1996-05-06  |  2.0 KB  |  40 lines

  1. Remote connections.
  2.  
  3.     Rlogin and telnet are two programs which allow you to log into
  4. remote systems elsewhere on the internet.  You typically need to have
  5. an account on the machine you're connecting to, however many services
  6. on the internet are available via remote connections with special
  7. names and passwords.
  8.  
  9.     To telnet to a remote system, you need to enter the entire
  10. internet address of the remote system (the address of this system is
  11. "earth.execpc.com", if you'd like to telnet here from somewhere else
  12. on the internet).  You may also enter in an optional port number.
  13. Some machines offer special services, for which you have to use a
  14. special port number.  For example, "lambda.parc.xerox.com 8888" would
  15. connect you to the popular LambdaMOO game.  "madlab.sprl.umich.edu
  16. 3000" would connect you with a machine dedicated to offering weather
  17. data.  If you're outside the menu, you can always type "telnet",
  18. followed by the machine name and the optional number.
  19.  
  20.     When you telnet someplace, you will be offered a login prompt
  21. on the remote machine, and you can then log in as if you had dialed
  22. there.  There are no long-distance charges on the internet, but it is
  23. considered polite to not do non-essential telnetting during business
  24. hours (if you're telnetting somewhere far away, remember time zones!).
  25. Besides, telnetting during off hours means a much nicer connection
  26. with less lags.  When you log off of the remote system, you'll be
  27. right back here again.
  28.  
  29.     In telnet, the fastest way to end a connection is to press
  30. control-], and then at the "telnet>" prompt, type "close".  You can
  31. press "?" at the telnet> prompt for a list of settings you can change,
  32. but this is almost never necessary.
  33.  
  34.     Rlogin is telnet's older brother.  You can only log in with
  35. rlogin, not use port numbers.  Rlogin offers no advantage over telnet,
  36. but in rare cases, it can offer a better connection.  To escape out of
  37. a rlogin session, either log off the remote host, or hit the return
  38. key, the tilde (~), then a period.
  39.  
  40.