linux_wiki:synchronize_time_using_other_ntp_peers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:synchronize_time_using_other_ntp_peers [2018/04/20 11:15]
billdozor [Synchronize Time Using Other NTP Peers]
linux_wiki:synchronize_time_using_other_ntp_peers [2019/05/25 23:50] (current)
Line 68: Line 68:
 # On server2: Peer with server1 # On server2: Peer with server1
 peer 192.168.1.150 peer 192.168.1.150
 +</code>
 +
 +\\
 +Ensure that the firewall allows NTP in (on both server1 and server2)
 +<code bash>
 +firewall-cmd --permanent --add-service=ntp
 +firewall-cmd --reload
 </code> </code>
  
Line 87: Line 94:
 chronyc sources -v chronyc sources -v
 </code> </code>
 +  * Note: It may take a few minutes for the servers to enter a synced state on the peers.
  
 ---- ----
  
  • linux_wiki/synchronize_time_using_other_ntp_peers.1524237305.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)