Created
July 20, 2017 08:58
-
-
Save noherczeg/d30e1e33629c05e70d2243755c767b64 to your computer and use it in GitHub Desktop.
time server sync setup for fedora 24+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ dnf -y install chrony | |
$ systemctl start chronyd | |
$ systemctl enable chronyd | |
$ firewall-cmd --add-service=ntp --permanent | |
$ firewall-cmd --reload | |
$ chronyc sources | |
210 Number of sources = 4 | |
MS Name/IP address Stratum Poll Reach LastRx Last sample | |
=============================================================================== | |
^- mail.e-mese.hu 2 6 17 1 +20us[ +359us] +/- 26ms | |
^- hazmester-vlan194.budapes 2 6 17 1 +41us[ +41us] +/- 44ms | |
^* admin1.debrecen.hpc.niif. 2 6 17 1 +26us[ +365us] +/- 7501us | |
^- 185.82.232.254 4 6 17 0 -56us[ -56us] +/- 78ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment