home *** CD-ROM | disk | FTP | other *** search
/ ftp.pasteur.org/FAQ/ / ftp-pasteur-org-FAQ.zip / FAQ / macintosh / comm-faq / part3 < prev   
Encoding:
Internet Message Format  |  2001-08-01  |  22.8 KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!howland.erols.net!cyclone2.usenetserver.com!usenetserver.com!feeder.nmix.net!reader.nmix.net!oracle.zianet.com!bgrubb
  2. From: Bruce Grubb <bgrubb@zianet.com>
  3. Newsgroups: comp.sys.mac.comm,comp.answers,news.answers
  4. Subject: comp.sys.mac.comm FAQ (v 2.2.8) Aug 1 2001 [3/3]
  5. Followup-To: comp.sys.mac.comm
  6. Date: Tue, 31 Jul 2001 15:59:20 -0600
  7. Organization: NMIX
  8. Lines: 525
  9. Approved: news-answers-request@MIT.EDU
  10. Message-ID: <bgrubb-A83062.15592031072001@web.zianet.com>
  11. NNTP-Posting-Host: oracle.zianet.com
  12. X-Trace: reader.nmix.net 996616132 45515 204.134.124.52 (31 Jul 2001 21:48:52 GMT)
  13. X-Complaints-To: news@nmix.net
  14. NNTP-Posting-Date: 31 Jul 2001 21:48:52 GMT
  15. User-Agent: MT-NewsWatcher/3.1 (PPC)
  16. Archive-name: macintosh/comm-faq/part3
  17. Xref: senator-bedfellow.mit.edu comp.sys.mac.comm:307357 comp.answers:46448 news.answers:212386
  18.  
  19. =====================================================================
  20. [5] Internet Networking
  21. ==========================================
  22.  
  23. [5.1] What kind of hardware and software do I need to have a
  24.       direct connection (ie use TCP/IP protocol) to the Internet?
  25. ---------------------------------------------------------------------
  26.  
  27. Regardless of whether you using Classic or Open Transport networking 
  28. (see [4.2]) there are some common hardware and software requirements:
  29.  
  30.      a program that implementes the Defense Advanced Research Projects
  31.      Agency (DARPA) TCP/IP Protocols (see [4.1])
  32.      
  33.      a direct connection to an Ethernet or TokenRing network, PPP
  34.      dialup connection, or a connection to a LocalTalk network with 
  35.      a DDP-IP router such as a Shiva FastPath, Cayman Gatorbox, 
  36.      Webster Multigate, or Compatible EtherRoute TCP.
  37.  
  38. Both Classic Networking and Open Transport use a TCP/IP Control Panel
  39. plus a PPP extension.  MacTCP 2.0.6 (Classic Networking) requires a
  40. Macintosh Plus or later CPU and System 6.0 or better and became part 
  41. of the OS with System 7.5. TCP/IP (Open Transport) became part of the 
  42. MacOS with 7.5.3 and needs OT/PPP 1.0 or better.
  43.  
  44. Both programs provided a standard interface to TCP/IP network
  45. hardware, and makes it possible for more than one TCP/IP based 
  46. application to run on a Macintosh at any one time.  For example, 
  47. you can simultaneously use a Telnet program, an FTP program, and 
  48. share a filesystem via NFS when you use MacTCP or OT to provide the 
  49. interface to your TCP/IP network.
  50.  
  51. For more detailed information regarding connecting a Macintosh 
  52. to a TCP/IP network using MacTCP consult Eric Behr's report on MacTCP
  53. <http://www.math.niu.edu/~behr/docs/mactcp.html>.  This report also
  54. provides a lot of useful information for first-time Macintosh
  55. networking administrators.
  56.  
  57. For those interesting in using Open Transport please consult Mark
  58. Sproul's <http://msproul.rutgers.edu/macintosh/OpenTpt.html> and 
  59. Apple's <http://www.apple.com/macos/opentransport/> Open Transport 
  60. sites.
  61.  
  62.  
  63. [5.2] What are SLIP, CSLIP and PPP?
  64. -------------------------------------
  65.  
  66. SLIP stands for Serial Line Internet Protocol.  SLIP was a "non-standard" 
  67. for framing IP packets and shipping them over a serial line (e.g. a
  68. cable, or a pair of modems), thus allowing a home machine to dial up and
  69. become part of the Internet. Effectively, SLIP turned a serial port into 
  70. a logical Ethernet port.  PPP (see below) has effectively replaced SLIP
  71. as the standard of choice for Internet connections.
  72.  
  73. CSLIP stands for Compressed SLIP.  CSLIP reduces the size of the
  74. headers in IP packets by eliminating a certain amount of redundancy.  
  75. This improves interactive performance.
  76.  
  77.      Synergy Software offers a CSLIP MacTCP extension with its 
  78.      VersaTerm/VersaTerm-PRO packages. If you already own Versaterm, 
  79.      SLIP is a $20 upgrade. If you buy the complete VersaTerm 5.0.4 
  80.      package, you will also get an FTP server and client, a Telnet 
  81.      connection tool, and MacTCP. Performance is comparable to that
  82.      of MacSLIP.  Contact: [USA] (215) 779 0522
  83.  
  84. PPP stands for Point-to-Point Protocol.  PPP has been stated as a 
  85. standards-track protocol by the Internet Engineering Task Force and 
  86. the Internet Activities Board.  PPP can support both synchronous 
  87. and asynchronous connections and protocols that are not IP-based
  88. (such as AppleTalk). It provides specifications for error detection, 
  89. feature negotiation, escaping control characters, etc.  As a result 
  90. PPP has become the defacto standard for connecting to the Internet 
  91. with FreePPP being the most popular extension for Classic Networking.
  92.  
  93.  
  94. [5.3] FreePPP and OT/PPP (Remote Access) Frequently Asked Questions
  95. ---------------------------------------
  96.  
  97. As stated in the FreePPP FAQ
  98. <http://www.rockstar.com/Support/ppp_faq.html#1>:
  99.      "FreePPP is a group effort, by the not so coincidentally named 
  100.      FreePPP Group, aimed at 'unifying' the various enhancments to
  101.      MacPPP  that have been released since 2.0.1 as well as 
  102.      coordinating the efforts of the people making these enhancments."
  103.      
  104. There is a 2.5 version of MacPPP around that is reasonally stable but
  105. it is recommended that FreePPP (currently at version 2.6) be used
  106. instead.     
  107.  
  108.    * What things in MacTCP or TCP/IP do I -not- need to bother with?
  109.      
  110.           You can safely ignore the IP address field, Gateway Address,
  111.           Subnet Mask, and generally the LCP and IPCP Options.  These
  112.           will be set up by the server at connect time.
  113.      
  114.    * How should I set the 'Obtain address' setting for MacTCP or OT
  115.      TCP/IP?
  116.    
  117.        This should be set to 'server'  The load on the Internet today
  118.        has rendered manual addressing virtually useless.
  119.       
  120.    * Do I need to set the Domain Name Servers in MacTCP or the 
  121.      Name servers in TCP/IP?
  122.    
  123.        Yes.  This information needs to provided to you from your system
  124.        administrator or service provider.  Without this information
  125.      internet programs will not work correctly.
  126.    
  127.    * Which Port Speed setting should I use for FreePPP?
  128.    
  129.      If you are using a modern modem (e.g. V.32bis, V.34) then the
  130.        best setting is likely to be 57,600. This will give you the
  131.        best possible throughput of data.  The Modem control panel of OT
  132.        selects the best port speed for you automatically.
  133.    
  134.    * Which Flow Control setting should I use and 
  135.      what modem initialization string should I use?
  136.      
  137.        With a modern modem connected with a hardware handshaking cable 
  138.        (see [1.2]) set this to 'CTS & RTS (DTR)'.   While the exact
  139.        modem initialization string will depend on which modem you have
  140.        (Consult your modem manual or local systems administrator for 
  141.        advice.) some genralizations can be made.  
  142.        
  143.        The modem must be configured to match the Flow Control and in 
  144.        addition the modem must be set for 'DTR override' (&D0) in your
  145.        initialization string.  Many modems have at least one factory 
  146.        defalt setting (&F) that can be used as a starting point.
  147.          
  148.    * Should I specify my username/password in the
  149.      Accounts/Connections box?
  150.    
  151.        These Authentication Dialogue boxes are only for use if you 
  152.        are connecting to a PPP server that supports PAP.  If setting 
  153.        your username and password in the Accounts box does not result 
  154.        in a successful login, and you are sure that the information 
  155.        is correct, and you have ruled out any other problems, then 
  156.        you should not use this part of Accounts box; its fields must 
  157.        be left blank. 
  158.      In this case use the Connection Script dialogue to build a script 
  159.      which includes your username and password. If you do not know 
  160.      whether your PPP server supports PAP, check with your service 
  161.      provider or System administrator.
  162.    
  163.     * Do I need to specify a connection script?
  164.    
  165.      If you are connecting to a PPP server which does not support
  166.        PAP, then you must specify a connection script rather than using
  167.        the Authentication Dialogue box (see above). The connection
  168.        script must include your username and password. If you want to
  169.        "watch what happens" in order to develop a connection script,
  170.        both FreePPP and OT/PPP have a Terminal Window option.  Note,
  171.        however, that if the Terminal Window box is checked, FreePPP 
  172.        will ignore your modem initialization string and telephone 
  173.        number. You will have to issue the modem commands by hand to  
  174.        establish your connection. You may need to include a command to  
  175.        start PPP at the remote end (this often happens automatically) - 
  176.        if you need to, put this command at the end of your script.
  177.    
  178.     * Can I control FreePPP or OT/PPP using AppleScript?
  179.    
  180.     Yes, this ability is allowed by the FreePPP Control add on whose
  181.     homepage is <http://www.snafu.de/~sebastian.kloska/>  OT/PPP 
  182.     supports AppleScript directly and comes with documentation and
  183.     example scripts.
  184.       
  185.     * How do I make a FreePPP or OT/PPP Connection Script pause?
  186.    
  187.       You can build a pause into the connection script using the '\d'
  188.       special character in an out string. '\d' represents a 1 second
  189.       pause.   If you need a 5 second pause use '\d\d\d\d\d'.
  190.    
  191.     * FreePPP or OT/PPP drops the line after a few minutes. 
  192.       What's wrong?
  193.    
  194.       This phenomena has a number of causes.
  195.    
  196.    1) One cause is not setting your modem for DTR override when
  197.       using 'CTS & RTS (DTR)' or 'RTS (DTR) Only' Flow Control. Mac
  198.       hardware handshaking cables have the hardware line from the Mac
  199.       wired to both the RTS and DTR lines of the modem. This means
  200.       that when the Mac drops its handshake line to stop the flow of 
  201.       data from the modem, both RTS & DTR are dropped at the modem end.
  202.     Dropping the modem's RTS line is fine because that stops the  
  203.     flow of data to the machine (until the machine is ready, 
  204.     whence the line is raised again and the flow of data 
  205.       resumes). However, if DTR is dropped, the modem will hang up. 
  206.       To avoid this, configure the modem for 'DTR override' by 
  207.       including the appropriate setting (&D0) in your modem 
  208.       initialization string.
  209.    
  210.    2) If you have selected an Idle Timeout, then FreePPP or OT/PPP 
  211.       will seek to drop the connection when there has been no traffic 
  212.       for the period you have specified.  A dialogue box will 
  213.       appear alerting you that PPP is disconnecting.
  214.    
  215.    3) Some PPP servers will cut the link after a number of minutes
  216.       of inactivity. This is to stop you tying up a network line if
  217.       you are not making use of it. If you want to defeat this you
  218.     will need to generate some network activity every few minutes.
  219.       
  220.  4) A significant drop in the quality of the connection.  To some
  221.     degree the higher the modem connection is the less tolerant 
  222.     it is of connection quality variation.  This cause is the
  223.     least likly but does occur often enough that it should be
  224.      noted.
  225.             
  226.     * When I have closed FreePPP or OT/PPP but leave some Internet 
  227.       programs open I discover that after while it will attempt to 
  228.       reconnect.  How do I stop this?
  229.    
  230.       With FreePPP select General in the FreePPP Setup application
  231.       uncheck the 'Allow Applications to open connections' box.
  232.  
  233.       With OT/PPP click Options, select connection, and uncheck
  234.       the 'Connect automatically when starting TCP/IP appplications'
  235.       box.
  236.  
  237. [5.4] Do I have to know anything about Unix to use the Internet?
  238. ---------------------------------------------------------------------
  239.  
  240. For the most part the answer to this question is no though there are
  241. some Unix and Internet protocals you should know about.  The ones
  242. followed by a * you need to be aware of.
  243.  
  244. DNS (Domain Name Server) *
  245.      desinates the servers that translates domain names to IP
  246.      numbers.  If this server has problems then you cannot use 
  247.      domain names at all and have to use IP numbers. Two Mac
  248.      programs that do DNS lookup are DNS Lookup and MacTCP Watcher.
  249.               
  250. NFS (Network File System)
  251.      file sharing protocol used by many UNIX workstations.  The
  252.      average Internet surfer doesn't need to worry about this as 
  253.      most file transfers involve FTP or HTTP not NFS.  The one commecrcial 
  254.      product that allows NFS to be used on the MacOS is:
  255.           PathWay Client NFS from Attachmate
  256.      
  257. NNTP (Net News Transfer Protocol) *
  258.      a protocol used to transfer articles between a central news
  259.      server and many client machines over TCP/IP or a serial link.  
  260.      Used by about every MacOS newreader program available.
  261.      
  262. SMTP (Simple-Mail-Transfer-Protocol) and POP (Post-Office-Protocol) *
  263.      These are two protocols for transfering electronic mail between 
  264.      machines that have a TCP/IP interface or equivalent.  Without
  265.      these you cannot send or receive e-mail.  
  266.      
  267. UUCP
  268.     UUCP (Unix-to-Unix-Copy) is a protocol originally intended to be 
  269.     used to transfer files between Unix machines over telephone lines.
  270.     As with NFS it can be safely ignored by the average Internet
  271.     surfer.     
  272.    
  273. [5.5] Is there a UNIX program that will convert between BinHex and
  274.       MacBinary?
  275. ---------------------------------------------------------------------
  276.  
  277. Yes, there are at least two that will handle BinHex 4.0, MacBinary II,
  278. and other conversions. macutil and mcvert are distributed as UNIX shar 
  279. archvies and can be found in the unix directory at InfoMac sites.
  280. Source code is included (of course) so you will need a C compiler to 
  281. build the programs.  Be warned all of these programs are old and are 
  282. no longer supported by their authors.
  283.  
  284.      * macutil (Last upload Aug 1992)
  285.           macutil is a collection of utilities for manipulating
  286.           Macintosh files in MacBinary [see 2.2] or BinHex [see 2.3] 
  287.           format, or over AppleDouble, AUFS, or CAP servers.  It 
  288.           includes three programs:
  289.           
  290.           hexbin - a program to convert BinHex 4.0 to MacBinary; it
  291.           also converts uuencode (and UULite) files to their native 
  292.           binary format; support for .dl, .hex, and .hcx formats 
  293.           (all predecessors of BinHex 4.0) also exists
  294.                           
  295.           macsave - a MacBinary filter program to convert between
  296.           various MacBinary representations, including a single .bin 
  297.           file, three separate .data, .rsrc, .info files, and AUFS 
  298.           format. macsave  also allows one to "peek" inside MacBinary 
  299.           files
  300.  
  301.           macunpack - a program that decompress PackIt, Compact Pro, 
  302.           StuffIt (Classic format), Diamond, DiskDoubler, 
  303.           LHarc/MacLHa, .Z (UNIX compress) and Zoom
  304.           It also decodes BinHex 5.0, MacBinary, and uuencode.
  305.  
  306.           Support for password protected and/or multi-segment
  307.           archives of various types is minimal or non-existent.
  308.  
  309.           The various authors of the macutil utilities are too numerous 
  310.           to list here; consult the README files that come with the
  311.           package for the details.
  312.  
  313.      * mcvert (Last upload Oct 1994)
  314.           mcvert allows you to convert BinHex files to MacBinary files
  315.           and vice versa. In addition, you can create MacBinary files
  316.           with empty resource forks from normal files, as well as
  317.           perform other transformations. mcvert can also decode 
  318.           PackIt archives.
  319.  
  320.           mcvert was originally written in 1987 by Doug Moore, but had
  321.           many many new features and a better interface added by 
  322.           Joseph Skudlarek.
  323.  
  324. =====================================================================
  325. [6] Miscellaneous
  326. ========
  327.  
  328. [6.1] I just downloaded an .AVI file but Quicktime will not play it
  329.       correctly.  Am I missing something?
  330. ---------------------------------------------------------------------
  331.  
  332. Quite possibly as there have been serveral codecs for AVIs over the
  333. years each of which have been respresented on the mac with it own
  334. extension: Intel Raw Video (1.10.20.02), Indeo Video (3.22.24.09), 
  335. Indeo Video4 (4.4.0), and Indeo Video5 (5.0).  While Windows did have
  336. an i235 AVI codec no Mac extension exists to view these AVIs.
  337.  
  338. The mac extensions Intel Raw Video and Indeo Video codecs were 
  339. originally included in a Quicktime 1.5 and higher program called 
  340. Video For Windows (c1994) which allowed to QT view these AVIs. Today the
  341. Indeo Video codecs 3 through 5 plugins for Quicktime 3.0 and 4.0 can be 
  342. found at <http://www.apple.com/quicktime/technologies/indeo/> and the
  343. Intel Raw Video seems to be part of the MacOS 8.5 install.
  344.  
  345. Futher complicating matters is the emergence of a new AVI codec known 
  346. as DivX.  Currently the only way to play these DivX AVIs on a Mac is
  347. use DivX Player <http://mac.divx.st/download/index.html> with Windows 
  348. Media Player 6.3 (DivX Player does NOT work with version 7 of the 
  349. player); unfortunity the OpenDiv codec 
  350. <http://www.divx-digest.com/software/divxcodec4.html> which is usable 
  351. with Quicktime does not seem to be able to decode DivX AVIs.
  352.  
  353. =====================================================================
  354. Appendix
  355. ========
  356.  
  357. [A] List of Common Abbreviations
  358. --------------------------------
  359.  
  360.         Abbrev-
  361.         iation  Description
  362.         ------- ------------------------------------------------------
  363.         ADB     Apple Desktop Bus
  364.         ARA     Apple Remote Access (was AppleTalk Remote Access)
  365.         bps     bits per second
  366.         CSLIP   Compressed SLIP
  367.         csmc    comp.sys.mac.comm
  368.         CTB     Communications Tool Box
  369.         CTS     Clear-To-Send
  370.         DSR     Data-Set-Ready
  371.         DTR     Data-Terminal-Ready
  372.         FTP     File Transfer Protocol
  373.         IP      Internet Protocol
  374.         LAP     Link Acess Protocol
  375.         MNP     Microcom Networking Protocol
  376.         NNTP    Net News Transfer Protocol
  377.         PPP     Point-to-Point Protocol
  378.         RTS     Request-To-Send
  379.         SID     Sound Input Device
  380.         SLIP    Serial Line Internet Protocol; also seen as SLIP
  381.         TCP     Transmission Control Protocol
  382.  
  383.  
  384. [B] Mac program archive list link and Vendor Information
  385. ------------------------------------------------------------------
  386.  
  387. Nearly all shareware or freeware programs described in this FAQ are 
  388. available from one of the many archives that mirror the InfoMac and
  389. UMich archives. Over 90 of these mirror sites are listed in the FTP 
  390. section of the Mac-FTP-list
  391. <http://members.aol.com/BruceG6069/ftp-list.html#mirrors>
  392.  
  393. These vendors are either mentioned in this FAQ or provide products
  394. relating to Macintosh networking. Neither the editor of this list
  395. nor any of the contributors necessarily endorse any of the vendors
  396. or their products. The following information is provided for your
  397. convenience only. 
  398.  
  399. Please bring any errors or additions to the attention of the editor.
  400.  
  401. Aladdin Software <http://www.aladdinsys.com/>
  402.      [USA] (408) 685 9175
  403.  
  404. Alverson Software
  405.      e-mail: davea@xetron.com
  406.  
  407. Apple Developers Association (APDA)
  408.      [USA] (408) 974 4667
  409.  
  410. Asante <http://www.asante.com/>
  411.  
  412. Ascend Communications <http://www.ascend.com/>
  413.  
  414. Attatchmate <http://www.twg.com/>
  415.  
  416. Carnation Software
  417.      <http://www.webcom.com/~carn/carnation/HT.Carn.Home.html>
  418.  
  419. Celestin Company
  420.      [USA] (800) 835-5514
  421.      [USA] (206) 385-3767
  422.      [FAX] (207) 385-3586
  423.      AOL: Celestin
  424.      e-mail: celestin@pt.olympus.net
  425.  
  426. COM One [France] <http://www.com1.fr>
  427.  
  428. Compatible Systems <http://www.compatible.com/>
  429.      [USA] (800) 356 0283
  430.      
  431. Creative Solutions, Inc.      
  432.      [USA] (800) 367-8465
  433.      [USA] (301) 984-0262
  434.      [FAX] (301) 770-1675
  435.      AppleLink: CSI
  436.      CompuServe: 70240,504
  437.      e-mail: 70240.504@compuserve.com
  438.  
  439. Dayna Communications <http://www.dayna.com/>
  440.      [USA] (801) 269-7200
  441.  
  442. Farallon Computing <http://www.farallon.com/>
  443.      [USA] (510) 814-5100
  444.  
  445. FreePPP Group <http://www.rockstar.com/ppp.shtml>
  446.  
  447. Global Village <http://www.globalvillag.com/>
  448.      [USA] (415) 390-8200
  449.      [USA] (800) 736-4821
  450.  
  451. Hayes Corporation <http://www.hayes.com/>
  452.      [USA] (404) 441-1617
  453.      [CANADA] (519) 746-5000
  454.      [UK] 081-848-1858
  455.      [UK] 081-569-1774 {BBS}
  456.      [HK] 852-887-1037
  457.                                         
  458. ICE Engineering, Inc. <http://www.ice.com/>
  459.      [USA] (313) 449-8288
  460.  
  461. Mark/Space Softworks <http://www.markspace.com/>
  462.      [USA] (408) 293-7299
  463.  
  464. Mercury System, Inc.
  465.      [USA] (310) 553-0881
  466.      [USA] (310) 553-1291 (fax)
  467.  
  468. QUALCOMM, Incorporated <http://www.qualcomm.com/>
  469.      [USA] (800) 2-EUDORA
  470.      [USA] (619) 587-1121
  471.      
  472. Quiotix Corporation <http://www.quiotix.com/>
  473.      [USA] (650) 843-1300     
  474.  
  475. Raine Storm Softworks         <http://www.kagi.com/raine/>
  476.  
  477. Sassy Software <http://www.cstone.net/~rbraun/mac/telnet/>
  478.  
  479. Shiva <http://www.shiva.com/>
  480.      [USA] (800) 458-3550
  481.  
  482. Software Ventures Corporation <http://www.svcdudes.com>
  483.      [USA] (510) 644-1325
  484.                                         
  485. Sonic Systems <http:/www.sonicsys.com/>
  486.      [USA] (408) 736-1900
  487.      [USA] (800) 535-0725
  488.  
  489. Synergy Software <http://www.synergy.com/>
  490.      [USA] (215) 779-0522
  491.  
  492. Webster Computer Corp.
  493.      [AUSTRALIA] 61 3 764 1100
  494.  
  495. Walker Richer & Quinn, Inc.   <www: http://www.wrq.com>
  496.      [North America]    (800) 872-2829
  497.      [Elsewhare]      +1.206.217.7100
  498.  
  499. ZyXEL Communications <http://www.zyxel.com/>
  500.      [USA] (800) 255-4101
  501.      [USA] (714) 693-0808
  502.      [CANADA] (416) 534-1508
  503.      [CANADA] (416) 534-1312
  504.  
  505.  
  506. [C] Contributors
  507. ----------------
  508.  
  509. The editor of this FAQ would like to graciously thank all of the
  510. following individuals who have contributed in some form or another
  511. to the answers provided above, and to the many others not listed
  512. who have nonetheless encouraged and corrected us along the way.
  513.  
  514.        Erik Adams                 (DivX information)
  515.        Steve Baumgarten           (Versaterm)
  516.        Jack Brindle               (BinHex, MacBinary)
  517.        Eric Behr                  (MacTCP)
  518.        Jim Browne                 (NCSA Telnet)
  519.        Josh Cole                  (Networking, MacTCP, AppleDouble)
  520.        Bill Coleman               (Smartcom)
  521.        Steve Dorner               (Eudora, SLIP)
  522.        Don Gilbert                (SLIP)
  523.        Tom Gewecke                (European E-Mail, Archives)
  524.        Elliotte Rusty Harold      (General, File Transfer Programs)
  525.        Patrick Hoepfner           (various tidbits)
  526.        Greg Kilcup                (CSLIP, PPP)
  527.        Andy Y. A. Kuo             (Networking)
  528.        Yves Lempereur               (MacBinary/BinHex)
  529.        Peter N. Lewis             (General)
  530.        Ward McFarland               (Mac serial port speeds)
  531.        Dick Napoli                (DivX information)
  532.        David Oppenheimer          (original c.s.m.comm FAQ maintainer)
  533.        Leonard Rosenthol          (General, StuffIt)
  534.        Richard Saint              (MacPPP [now FreePPP] FAQ)
  535.        Bonze Saunders             (dataComet Inforamation)
  536.        Dan Schwarz                (Mac serial port speeds)
  537.        Eric P. Scott              (General)
  538.        Jon L. Spear               (General, Baud Etymology)
  539.        Tony Stuckey               (AppleDouble information links)
  540.        Christopher Swan           (Black Night)
  541.        Werner Uhrig               (Macintosh Expert)
  542.        dzubera                    (56K and .z information)
  543. =====================================================================
  544.