Rule ID
SV-45987r1_rule
Version
V1R12
CCIs
DHCP allows for the unauthenticated configuration of network parameters on the system by exchanging information with a DHCP server.
Verify no interface is configured to use DHCP. # grep -i bootproto=dhcp /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".