glfs/server/other/dhcp/dhcp-intro.xml
Mark Hymers f45b195302 Initial revision
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-07 20:28:42 +00:00

19 lines
735 B
XML

<sect2>
<title>Introduction to dhcp</title>
<screen>Download location: &dhcp-download;
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>