ESXI-70-000046 - The ESXi host must configure NTP time synchronization.

Information

To ensure the accuracy of the system clock, it must be synchronized with an authoritative time source within DOD. Many system functions, including time-based logon and activity restrictions, automated reports, system logs, and audit records, depend on an accurate system clock. If there is no confidence in the correctness of the system clock, time-based functions may not operate as intended and records may be of diminished value.

Satisfies: SRG-OS-000355-VMM-001330, SRG-OS-000356-VMM-001340

Solution

From the vSphere Client, go to Hosts and Clusters.

Select the ESXi Host >> Configure >> System >> Time Configuration.

Under 'Network Time Protocol', click 'Edit...'. Ensure the 'NTP Servers' are authorized DOD time sources.

Ensure the 'NTP Service Startup Policy' is set to 'Start and stop with host'.

Ensure the 'Enable' checkbox, in the upper left, is checked. Click 'OK'.

Click 'Edit' to configure the NTP service to start and stop with the host and with authoritative DOD time sources.

or

From a PowerCLI command prompt while connected to the ESXi host, run the following commands:

$NTPServers = 'ntpserver1','ntpserver2'
Get-VMHost | Add-VMHostNTPServer $NTPServers
Get-VMHost | Get-VMHostService | Where {$_.Label -eq 'NTP Daemon'} | Set-VMHostService -Policy On
Get-VMHost | Get-VMHostService | Where {$_.Label -eq 'NTP Daemon'} | Start-VMHostService

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_VMW_vSphere_7-0_Y23M07_STIG.zip

Item Details

Category: AUDIT AND ACCOUNTABILITY

References: 800-53|AU-8(1)(a), 800-53|AU-8(1)(b), CAT|II, CCI|CCI-001891, CCI|CCI-002046, Rule-ID|SV-256409r886008_rule, STIG-ID|ESXI-70-000046, Vuln-ID|V-256409

Plugin: VMware

Control ID: 5a10f3dff6027136ce83f08e46d1aea505f6807c683c289a431e2294d7fbe06a