xxx-xxx-ACI001# show clock Time : 10:58:00.633 UTC+01:00 Thu Sep 05 2024 xxx-xxx-ACI001# ps -aux | grep ntp ntp 18809 0.0 0.0 108252 5584 ? Ssl 2022 258:39 ntpd -u ntp:ntp -p /var/run/ntpd.pid root 30662 3.0 0.0 34112 5076 ? S 10:58 0:00 /usr/sbin/ntpq -c readvar 56054 srcadr lanthon+ 30854 0.0 0.0 9108 820 pts/0 S+ 10:58 0:00 grep ntp xxx-xxx-ACI001# show ntpq nodeid remote refid st t when poll reach auth delay offset jitter ------ - ------------------------------ ------------------------------ -------- -- -------- -------- -------- ---- -------- ------ -- -------- 1 * xxx-x-NTP01.ourdomain .GNSS. 1 u 66 64 377 none 0.652 0.047 0.092 worldwide.co.uk 2 * xxx-x-NTP01.ourdomain .GNSS. 1 u 67 64 377 none 0.558 0.006 0.149 worldwide.co.uk 3 * xxx-x-NTP01.ourdomain .GNSS. 1 u 48 64 377 none 0.557 0.003 0.189 worldwide.co.uk xxx-xxx-ACI001# bash lanthony.warren@xxx-xxx-ACI001:~> cat /etc/ntp.conf # Permit time synchronization with our time source, but do not # permit the source to query or modify the service on this system. tinker panic 434321840 restrict default kod nomodify notrap nopeer noquery restrict -6 default kod nomodify notrap nopeer noquery # Permit all access over the loopback interface. This could # be tightened as well, but to do so would effect some of # the administrative functions. #restrict default ignore restrict 127.0.0.1 #restrict -6 ::1 keysdir /etc/ntp/ keys /etc/ntp/keys server 10.100.3.240 minpoll 4 maxpoll 6 lanthony.warren@xxx-xxx-ACI001:~> ntpstat synchronised to NTP server (10.100.3.240) at stratum 2 accuracy unknown poll interval unknown lanthony.warren@xxx-xxx-ACI001:~> ntpq -pn remote refid st t when poll reach delay offset jitter ============================================================================== *10.100.3.240 .GNSS. 1 u 45 64 377 0.652 0.047 0.098 lanthony.warren@xxx-xxx-ACI001:~> echo $? 0 lanthony.warren@xxx-xxx-ACI001:~>