From becdab0f46d77f7c4a45ba7ca8c726081ba1b7e8 Mon Sep 17 00:00:00 2001 From: Valentino Vaschetto Date: Mon, 13 Aug 2001 18:46:37 +0000 Subject: [PATCH] Added a standardized chapter synopsis. --- .../handbook/advanced-networking/chapter.sgml | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml index 78db811890..e849448fe9 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -1,7 +1,7 @@ @@ -9,10 +9,30 @@ Synopsis + 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, + there have been example configuration files included throughout this + chapter for you to benefit from. - The following chapter will cover some of the more frequently - used network services on Unix systems. This, of course, will - pertain to configuring said services on your FreeBSD system. + After reading this chapter you will know: + + The basics of gateways and routes + How to make FreeBSD act as a bridge + How to setup a network file system + How to setup network booting on a diskless machine + How to setup a network information server + for sharing user accounts + How to setup automatic network settings using DHCP + How to setup a domain name server + How to setup network address translation + How to manage the inetd daemon + + Before reading this chapter you should: + + The basics of the /etc/rc scripts + Basic network terminology +