Rule ID
SV-240455r671106_rule
Version
V2R2
CCIs
DHCP allows for the unauthenticated configuration of network parameters on the system by exchanging information with a DHCP server.
Check that no interface is configured to use DHCP: # grep -i bootproto=dhcp4 /etc/sysconfig/network/ifcfg-* If any configuration is found, this is a finding.
Edit the /etc/sysconfig/network/ifcfg-* file(s) and change the "bootproto" setting to "static".