NTP » Historique » Révision 6
Révision 5 (Patrice Nadeau, 2015-04-19 08:31) → Révision 6/8 (Patrice Nadeau, 2016-06-08 18:14)
h1. NTP(Network Time Protocol)
Serveur de temps
{{lastupdated_at}} {{lastupdated_by}}
---
{{toc}}
h2. Pare-feu
yast firewall services add service=service:ntp zone=EXT
h2. Sources
http://www.pool.ntp.org/zone/ca
* 0.ca.pool.ntp.org
* 1.ca.pool.ntp.org
* 2.ca.pool.ntp.org
* 3.ca.pool.ntp.org
Le fichier de configuration est */etc/ntp.conf*.
La configuration peux aussi être modifier avec *yast ntp-client*.
h3. Daemon
<pre><code class="bash">
systemctl status ntpd
systemctl reload ntpf
</code></pre>