Rule ID
SV-239549r662098_rule
Version
V2R2
CCIs
CCI-000382
DHCP allows for the unauthenticated configuration of network parameters on SLES for vRealize 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".