Whitespace changes only, translators can ignore this commit.

* Two spaces after a period.

   * Fix up the spacing in the listitems.

     <itemizedlist>
       <listitem>
         <para></para>
       </listitem>

       <listitem>
         <para></para>
       </listitem>
     </itemizedlist>

     This is covered in the fdp-primer.  Please read it.
This commit is contained in:
Jim Mock 2001-08-13 19:03:39 +00:00
parent becdab0f46
commit 80761b83da
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10334

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.82 2001/08/13 18:38:28 chern Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.83 2001/08/13 18:46:37 logo Exp $
-->
<chapter id="advanced-networking">
@ -9,29 +9,64 @@
<sect1>
<title>Synopsis</title>
<para>This chapter will cover some of the more frequently used network
services on Unix systems. We will cover how to define, setup, test and
maintain all of the network services that FreeBSD utilizes. In addition,
services on Unix systems. We will cover how to define, setup, test and
maintain all of the network services that FreeBSD utilizes. In addition,
there have been example configuration files included throughout this
chapter for you to benefit from.</para>
<para>After reading this chapter you will know:</para>
<itemizedlist>
<listitem><para>The basics of gateways and routes</para></listitem>
<listitem><para>How to make FreeBSD act as a bridge</para></listitem>
<listitem><para>How to setup a network file system</para></listitem>
<listitem><para>How to setup network booting on a diskless machine</para></listitem>
<listitem><para>How to setup a network information server
for sharing user accounts</para></listitem>
<listitem><para>How to setup automatic network settings using DHCP</para></listitem>
<listitem><para>How to setup a domain name server</para></listitem>
<listitem><para>How to setup network address translation</para></listitem>
<listitem><para>How to manage the inetd daemon</para></listitem>
<listitem>
<para>The basics of gateways and routes</para>
</listitem>
<listitem>
<para>How to make FreeBSD act as a bridge</para>
</listitem>
<listitem>
<para>How to setup a network file system</para>
</listitem>
<listitem>
<para>How to setup network booting on a diskless machine</para>
</listitem>
<listitem>
<para>How to setup a network information server for sharing user
accounts</para>
</listitem>
<listitem>
<para>How to setup automatic network settings using DHCP</para>
</listitem>
<listitem>
<para>How to setup a domain name server</para>
</listitem>
<listitem>
<para>How to setup network address translation</para>
</listitem>
<listitem>
<para>How to manage the inetd daemon</para>
</listitem>
</itemizedlist>
<para>Before reading this chapter you should:</para>
<itemizedlist>
<listitem><para>The basics of the /etc/rc scripts</para></listitem>
<listitem><para>Basic network terminology</para></listitem>
<listitem>
<para>The basics of the /etc/rc scripts</para>
</listitem>
<listitem>
<para>Basic network terminology</para>
</listitem>
</itemizedlist>
</sect1>