Information
NOTE: Update NTP_SERVER with the appropriate value for the local environment.
Solution
Install ntp-# apt-get install ntp
Ensure the following lines are in /etc/ntp.conf-
restrict -4 default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
Also, make sure /etc/ntp.conf has at least one NTP server specified-server <ntp-server>
Note- <ntp-server> is the IP address or hostname of a trusted time server. Configuring an
NTP server is outside the scope of this benchmark.