CentOS 8.x chronyc ntp client configuration
From Notes_Wiki
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:
- 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:
Home > CentOS > CentOS 8.x > CentOS 8.x ntp servers > CentOS 8.x chronyc ntp client configuration