RHEL 9 systems using Domain Name Servers (DNS) resolution must have at least two name servers configured.
An XCCDF Rule
Description
<VulnDiscussion>To provide availability for name resolution services, multiple redundant name servers are mandated. A failure in name resolution could lead to the failure of security functions requiring name resolution, which may include time synchronization, centralized authentication, and remote system logging.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>
- ID
- SV-257948r991589_rule
- Severity
- Medium
- References
- Updated
Remediation - Manual Procedure
Configure the operating system to use two or more name servers for DNS resolution based on the DNS mode of the system.
If the NetworkManager DNS mode is set to "none", then add the following lines to "/etc/resolv.conf":
nameserver [name server 1]
nameserver [name server 2]