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...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb self="chronyc ntp client configuration">CentOS 8.x ntp servers|ntp servers</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x ntp servers]] > [[CentOS 8.x chronyc ntp client configuration]]
=CentOS 8.x chronyc ntp client configuration=


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




<yambe:breadcrumb self="chronyc ntp client configuration">CentOS 8.x ntp servers|ntp servers</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x ntp servers]] > [[CentOS 8.x chronyc ntp client configuration]]

Latest revision as of 17:29, 15 May 2022

Home > CentOS > CentOS 8.x > CentOS 8.x ntp servers > 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:



Home > CentOS > CentOS 8.x > CentOS 8.x ntp servers > CentOS 8.x chronyc ntp client configuration