1. Home
  2. Security Hardening
  3. CIS Aliyun Linux 2 L1 V1.0.0
  4. Ensure DHCP Server is not enabled – status

Ensure DHCP Server is not enabled – status

Details

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 disabled to reduce the potential attack surface.

Solution

Run the following command to disable dhcpd :

# systemctl disable dhcpd
# systemctl stop dhcpd

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Information Integrity.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles