NTP : Configure NTP Client
[root@onlinebrands ~]# dnf -y install chrony
[root@onlinebrands ~]# vi /etc/chrony.conf
# line 3: change to your own NTP server or others in your timezone
#pool 2.centos.pool.ntp.org iburst
pool onlinebrands.io iburst
[root@onlinebrands ~]# systemctl enable --now chronyd
# verify status
[root@onlinebrands ~]# chronyc sources
210 Number of sources = 1
MS Name/IP address Stratum Poll Reach LastRx Last sample
===============================================================================
^* onlinebrands.io 2 6 7 0 +141us[-2863us] +/- 8033us
[root@onlinebrands ~]# dnf -y install ntpstat
[root@onlinebrands ~]# ntpstat
synchronised to NTP server (10.0.0.30) at stratum 3
time correct to within 15 ms
polling server every 64 s