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:
- Install chrony
- dnf -y install chrony
 
 
- 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
 
- Start and enable chronyd
- systemctl start chronyd
- systemctl enable chronyd
 
- Note there is no separate service for chronyc client configuration
 
- 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>

