Next Previous Contents

3. Installation

3.1 DHCPD

DHCP is very easy to configure and compile. The following will work:


tar zvfx dhcp-latest.tar.gz
cd dhcp-3.0
./configure
make
make install

This will configure, compile, and install the binaries.


Next Previous Contents