Difference between revisions of "CentOS 8.x chronyc ntp client configuration"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="chronyc ntp client configuration">CentOS 8.x ntp servers|ntp servers</yambe:breadcrumb> =CentOS 8.x chronyc ntp client configuration= To setup CentOS...")
(No difference)

Revision as of 03:01, 11 February 2021

<yambe:breadcrumb self="chronyc ntp client configuration">CentOS 8.x ntp servers|ntp servers</yambe:breadcrumb>

CentOS 8.x chronyc ntp client configuration

To setup CentOS 8.x machine to uses chronyc as ntp client use:

  1. Install chrony
    dnf -y install chrony
  2. Configured desired upstream server in /etc/chrony.conf
    server time.google.com
    You can leave default pool configuration as it is in the configuration file
  3. Start and enable chronyd
    systemctl start chronyd
    systemctl enable chronyd
    Note there is no separate service for chronyc client configuration
  4. Check various chrony parameters such as sources
    chronyc sources
    chronyc tracking
    chronyc sourcestats
    chronyc ntpdata


Refer:



<yambe:breadcrumb self="chronyc ntp client configuration">CentOS 8.x ntp servers|ntp servers</yambe:breadcrumb>