home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / docs / linux-do / network- / old / netguide.002 < prev    next >
Encoding:
Text File  |  1995-09-10  |  5.2 KB  |  178 lines

  1.  
  2. Hi, all!
  3.  
  4. Finally, here it comes: The Linux Network Administrators' Guide!
  5. Although it is far from perfect, I feel that it's high time to release
  6. a version to the public.
  7.  
  8. This Guide has been written in cooperation with the Linux 
  9. Documentation Project, and covers both TCP/IP-based as well as
  10. UUCP networking.
  11.  
  12. The document is available in DVI, Postscript, and Latex source.
  13. ASCII support is also provided, giving a version that can be
  14. processed by groff. It may be far from perfect, but at least
  15. it's there :-) If desired, I can also make a GNU info
  16. version of the book.
  17.  
  18.  
  19. What is the Network Administrators' Guide?
  20. ------------------------------------------
  21.  
  22. This is version 0.4 ALPHA of my networking guide for Linux.
  23. I still call it an ALPHA release because NET-2 is still changing
  24. so quickly; furthermore some chapters will need serious
  25. rewriting.
  26.  
  27. The Networking Guide is written for people who want to use
  28. their Linux system in a networked environment, relying either
  29. on TCP/IP or UUCP. When writing it I tried to put in enough
  30. information so that people who know next to nothing about
  31. networking can get their machine working nevertheless (at least
  32. in theory... :-)
  33.  
  34. Features:
  35.  
  36.     * Includes an extensive introduction to TCP/IP
  37.     covering the whole thing from the physical layer
  38.     up to the application layer.
  39.  
  40.     * Covers NET-2 setup, including hardware setup
  41.     (Ethernet, SLIP, PLIP), IP interface setup,
  42.     and building of static routing tables with route(8).
  43.     NOTE: I have been away for the last two weeks, so I
  44.     don't know if I missed any important developments in
  45.     from NET-2 department. This chapter is the next
  46.     candidate for revision.
  47.  
  48.     * Explains the most important TCP/IP applications
  49.     along with their config files: inetd, tcpd, the r*
  50.     clients, RPC, NFS, and FTP server setup.
  51.  
  52.     * Covers setup of Taylor UUCP (compiled for
  53.     BNU configuration).
  54.  
  55.     * Explains basic concepts of email, and covers
  56.     setup of smail and sendmail.
  57.  
  58.     * Setup of Cnews and assorted newsreaders
  59.  
  60.     * Has three fancy pictures :-)
  61.  
  62.     * TeXinfo and roff versions available.
  63.  
  64. Misfeatures:
  65.  
  66.     * The Guide still has gaping holes in some
  67.     places: There is no remote printing, no BOOTP setup, 
  68.     no automounter, etc. See the TODO file for what's not yet
  69.     in.
  70.  
  71.     * I'm not yet content with the sendmail chapter.
  72.     Same applies to the newsreader section. Suggestions
  73.     on what to include and omit are welcome.
  74.  
  75.     * Needs more pictures.
  76.  
  77.     * TeXinfo and roff versions don't look too nice.
  78.  
  79.  
  80. Networking Guide Distribution
  81. -----------------------------
  82.  
  83. The NAG comes in a number of formats. You may either retrieve
  84. the complete LaTeX source, or any preconverted version. They
  85. may currently be found at
  86.  
  87.     tsx-11.mit.edu:/pub/linux/docs/LDP
  88.  
  89. or
  90.     sunsite.unc.edu:/pub/Linux/docs/LDP
  91.  
  92. or
  93.  
  94.     nic.funet.fi:/pub/OS/Linux/doc/LDP
  95.  
  96. The different packages are:
  97.  
  98. netguide-0.4.src.tgz:    The complete source, together with the
  99.             files needed for generating the other
  100.             formats (except for the texify tool).
  101.  
  102. netguide-0.4.dvi.tgz:    DVI version
  103.  
  104. netguide-0.4.ps.tgz:    Postscript version
  105.  
  106. netguide-0.4.roff.tgz:    roff version. This was generated from the
  107.             TeXinfo version using texi2roff. It is not
  108.             very satisfactory yet, but then, I've no
  109.             idea of roff. I converted it to use the ms
  110.             macro package, because the commands looked
  111.             vaguely familiar to me. To show it on the
  112.             screen, type
  113.  
  114.              groff -mgs nag.roff | less
  115.  
  116.             Some day in the future I may turn to mm macros
  117.             instead, because they have good cross-references
  118.             etc.
  119.  
  120.  
  121. Source Notes
  122. ------------
  123.  
  124. The pictures in this book have been produced with xfig, and translated
  125. to eepic/Latex input. You need the epic and eepic style files for this. 
  126. Since they are not incorporated in the SLS release of TeX (at least not
  127. the one I've got), I have included them here.
  128.  
  129. If your dvi printer filter doesn't recognize the graphic specials, you
  130. may have to use the Postscript version. Either get the Posscript version or
  131. convert the dvi file to Postscript. Simply type 'make net.ps'. Note that
  132. this will use dvips, because I know that dvitops does _not_ understand
  133. the eepic graphics specials.
  134.  
  135. If this still won't work, you have to wait until I upload the FIG
  136. versions of the pictures (I lost the FIG version of one of these
  137. images :-() and convert these to Postscript as well.
  138.  
  139. The pictures are also there in the ASCII version. If you know what they
  140. are meant to show, you can even see it.
  141.  
  142.  
  143. Formatting now looks quite well in most places (thanks to
  144. Michael K. Johnson's work!), but there are still a few overfull hboxes.
  145. These come from {\tt very/long/file/names} and the like. They will be dealt
  146. with once we have a fixed version.
  147.  
  148.  
  149.  
  150. Author's Blurb
  151. --------------
  152.  
  153. Last not least, some personal words: As I said when volunteering
  154. for this job, my knowledge of TCP/IP networking is a bit on
  155. the theoretical side. On my Linux box, I do everything in loopback
  156. mode, and in terms of UUCP connectivity, I only run a leaf site.
  157. Thus I can't claim too much first-hand experience. So if you find
  158. anything you think is wrong or ambiguous, don't hesitate to point
  159. this out. Thanks a lot.
  160.  
  161.  
  162. If you have suggestions/comments/complaints, mail me at
  163.  
  164.     okir@monad.swb.de.
  165.  
  166.  
  167. Yours,
  168. Olaf
  169.  
  170.  
  171.  
  172. Copyright Notice
  173. ----------------
  174.  
  175. The Linux Network Administrators' Guide is Copyright (C) by Olaf Kirch.
  176. See the file COPYING for your rights in copying and printing it.
  177.  
  178.