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 +