NTP » Historique » Révision 7
Révision 6 (Patrice Nadeau, 2016-06-08 18:14) → Révision 7/8 (Patrice Nadeau, 2016-06-08 19:43)
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.service ntpd
systemctl restart ntpd.service reload ntpf
</code></pre>