NTP » Historique » Révision 5
Révision 4 (Patrice Nadeau, 2015-04-18 11:28) → Révision 5/8 (Patrice Nadeau, 2015-04-19 08:31)
h1. NTP(Network Time Protocol)
Serveur de temps
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>