linux_wiki:network_services_overview_ntp

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
Next revision Both sides next revision
linux_wiki:network_services_overview_ntp [2016/10/08 17:27]
billdozor [Configure the service to start when the system is booted]
linux_wiki:network_services_overview_ntp [2016/10/08 17:28]
billdozor [Firewall]
Line 58: Line 58:
 Enable and Start the service Enable and Start the service
 <code bash> <code bash>
-systemctl enable <service-name> +systemctl enable chronyd 
-systemctl start <service-name>+systemctl start chronyd
 </code> </code>
  
Line 68: Line 68:
 ===== Firewall ===== ===== Firewall =====
  
-Allow access through the firewall+Allow access through the firewall if you want other servers to sync to this system
 <code bash> <code bash>
-firewall-cmd --permanent --add-service=<service-name>+firewall-cmd --permanent --add-service=ntp
 firewall-cmd --reload firewall-cmd --reload
 </code> </code>
  • linux_wiki/network_services_overview_ntp.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)