RHEL 7, you cna use chrony rather than standard ntp package
1. Install chrony
# yum install chrony
2. Configure chrony
# vi /etc/chrony.conf
server 192.168.10.110 iburst
3. Restart the service
# systemctl enable chronyd
# systemctl start chronyd
4. Verify the reach level
# chronyc sources -V
# chronyc tracking
No comments:
Post a Comment