glfs/server/other/dhcp/dhcp-intro.xml
Larry Lawrence b46054fbd7 Change dependency on GLib2, link updates
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-14 02:47:38 +00:00

19 lines
750 B
XML

<sect2>
<title>Introduction to dhcp</title>
<screen>Download location: <ulink url="&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>