Information
The Dynamic Host Configuration Protocol (DHCP) is a service that allows machines to be dynamically assigned IP addresses.
Rationale:
Unless a system is specifically set up to act as a DHCP server, it is recommended that this service be deleted to reduce the potential attack surface.
Solution
Run the following command to disable dhcpd:
# systemctl disable dhcpd
References:
More detailed documentation on DHCP is available at http://www.isc.org/software/dhcp.
Notes:
Additional methods of disabling a service exist. Consult your distribution documentation for appropriate methods.