glfs/server/other/dhcp/dhcp-intro.xml

20 lines
822 B
XML
Raw Normal View History

<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>