Time server chrony Installation 24.04LTS: Difference between revisions

From ScottWiki
Jump to navigation Jump to search
(Replaced content with "Install chrony apt install chrony Edit the config by creating a file in nano /etc/chrony/conf.d/solaris.conf <pre> server ntp0.zen.co.uk iburst allow 10.3.0.0/16 </pre")
Tag: Replaced
No edit summary
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
allow 10.3.0.0/16
allow 10.3.0.0/16


</pre
</pre>
 
systemctl restart chrony.service
 
You can check its all working with
 
chronyc sources

Latest revision as of 15:10, 18 March 2024

Install chrony

apt install chrony

Edit the config by creating a file in

nano /etc/chrony/conf.d/solaris.conf
server ntp0.zen.co.uk   iburst
allow 10.3.0.0/16

systemctl restart chrony.service

You can check its all working with

chronyc sources