glfs/server/other/dhcp/dhcp-intro.xml
Larry Lawrence ca3bcd405f continue ent and intro updates, consistency changes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@55 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-04 19:08:14 +00:00

20 lines
822 B
XML

<sect2>
<title>Introduction to dhcp</title>
<screen>Download location (HTTP): <ulink url="&dhcp-download-http;"/>
Download location (FTP): <ulink url="&dhcp-download-ftp;"/>
Version used: &dhcp-version;
Package size: &dhcp-size;
Estimated Disk space required: &dhcp-buildsize;</screen>
<para>The dhcp package contains both the client and server programs for
DHCP. dhclient (the client) is useful for connecting your computer to a
network which uses DHCP to assign network addresses. dhcpd (the server)
is useful for assigning network addresses on your private network.</para>
<screen>dhcp needs nothing to compile but you must have Packet Socket
support compiled in the kernel and Socket Filtering either compiled in
or as a kernel module to use it.</screen>
</sect2>