home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / ibbs1000.zip / HOWTO.TXT < prev    next >
Text File  |  2000-09-30  |  3KB  |  59 lines

  1. HOW DO I ACCESS THESE BBS'S VIA THE INTERNET?
  2. ---------------------------------------------
  3.  
  4. Updated 10/00
  5.  
  6. This "guide" is not designed to be a tutorial of "how to use the
  7. Internet", nor is it a guide to "how to get access to the Internet".
  8. There are hundreds of "help" files available on the network, or on your
  9. favorite BBS to help you out.   
  10.  
  11. Telnet is the process of using a computer from a remote location. This
  12. is the equivalent of using a computer from the main console (keyboard)
  13. but you are at a different location and using the Internet as a transport
  14. of data from where you are now to where the computer is. Telnet has
  15. been used for many years - even before the World Wide Web.
  16.  
  17. To access a Telnettable BBS, you will need a Telnet "client". If you
  18. access the Internet from a Unix or VAX shell account, this client is
  19. built in to the operating system. Accessing telnet systems from the
  20. Unix or VAX command line varies from system to system but here's the
  21. general syntax:
  22.  
  23. telnet <host name>   (ex: santronics.com)
  24. or
  25. telnet <ip address>  (ex: 199.84.216.1)
  26.  
  27. Some systems integrate "telnet" into a menu prompt, which after execution
  28. will simply ask you to enter the host name or IP address.
  29.  
  30. Some systems also offer the ability to use RLOGIN for the same purpose as
  31. TELNET.  I'd suggest you try TELNET first...
  32.  
  33. Most systems use telnet "port" 23. If no port is specified in the listings,
  34. more than likely it its port 23 and no special commands are needed.
  35. If there is a number beside the listing, you will need to use that port
  36. number. The syntax for these is:
  37.  
  38. telnet <host name> <port number> (ex: yourbbs.com 3004)
  39.  
  40. If you are accessing BBSes from a PPP account on Windows 3.1x, Win 95/98,
  41. Win NT/2000, OS/2 or Macintosh - you need a Telnet "client" program.
  42. These are either shareware or freeware and are widely available for
  43. download. If you want to know where to get one of these - see the Telnet
  44. BBS FAQ (http://www.thedirectory.org/telnet/faq.htm) for a brief listing
  45. of examples of Telnet clients. For Windows 95/98/NT/2000 users - we highly
  46. suggest using mTelnet. It is included in this ZIP file. It is also
  47. available at the author's website at http://ozone.eesc.com or telnet at
  48. ozone.eesc.com
  49.  
  50. Note: DO NOT use the built-in Telnet program in Windows 95/98 or
  51. OS/2. These do not properly display ANSI colors and characters.
  52.  
  53. Windows 98 users can use the Hyperterminal that comes pre-installed,
  54. but we highly suggest you use mTelnet instead.
  55.  
  56. Many of these Telnet programs can be "called" from your web browser
  57. (Netscape or Internet Explorer). See the instructions from these
  58. browsers on how this works.
  59.