The directive `local stratum 10` is the tricky part here. When I tried setting up a local server, the client refused to sync as it considered the server to be present in stratum 16. Thanks yea!
good video. question though. I need to use Chrony as my NTP server for Cisco CUCM. Can I use the IP of the Chrony Server for the CUCM NTP resource or do I need to setup a client also and then use the client as the Resource for CUCM? I am not a linux guy so just trying to understand the reason for a Chrony Server and Chrony Client?
yes you can keep the pools if your server is online connected to internet, but I configure this for offline server environment and you need to have ntp server to sync time brtween other servers.
The directive `local stratum 10` is the trickiest part here. When I set up a local time server without this directive, the client refused to sync as it considered the time server to be present in stratum 16. Thanks yea!
Awesome! Better than chatgpt and even better than the blog posts I had to read.
Very good explanation and nice background information.
thank u so much for your comment, this encouraging me to continue.
Great! Thank you so much. This is exactly something I have spent two months looking for .
Thanks for write that in comment, really happy to hear that this video tutorial help you out. 👍
Hi! Your video was very practical and to the point. Thanks.
Thanks for your comment, hope this video help you out.
The directive `local stratum 10` is the tricky part here. When I tried setting up a local server, the client refused to sync as it considered the server to be present in stratum 16. Thanks yea!
I m gratefull for you thanks for video
It's my pleasure.
Can you more analysis about /var/lib/chrony/drift ? What numbers are they?
good video. question though. I need to use Chrony as my NTP server for Cisco CUCM. Can I use the IP of the Chrony Server for the CUCM NTP resource or do I need to setup a client also and then use the client as the Resource for CUCM? I am not a linux guy so just trying to understand the reason for a Chrony Server and Chrony Client?
Thank you very much!
In server configuration, you disable pools.
How is the server kept up to date?
yes you can keep the pools if your server is online connected to internet, but I configure this for offline server environment and you need to have ntp server to sync time brtween other servers.
The directive `local stratum 10` is the trickiest part here. When I set up a local time server without this directive, the client refused to sync as it considered the time server to be present in stratum 16. Thanks yea!
How can I check if NTP is drifting?
You can check drift by run chronyc checking or use watch cammand to monitor it
which ssh connection tool you use ?
Remmina, it's Linux remote connection manager
@@icyb3r1 appreciate
Great video. Could you kindly tell me how to check the time difference between the client and server. Thank you
yes you can do that from the client by run this command:
chronyc tracking
or watch it by using this command:
watch chronyc tracking
very good