Projet

Général

Profil

NTP » Historique » Version 6

Patrice Nadeau, 2016-06-08 18:14

1 1 Patrice Nadeau
h1. NTP(Network Time Protocol)
2
3
Serveur de temps
4
5 6 Patrice Nadeau
{{lastupdated_at}} {{lastupdated_by}}
6
7
---
8
9
{{toc}}
10
11 1 Patrice Nadeau
h2. Pare-feu
12
13
yast firewall services add service=service:ntp zone=EXT
14 2 Patrice Nadeau
15 3 Patrice Nadeau
h2. Sources
16 2 Patrice Nadeau
17
http://www.pool.ntp.org/zone/ca
18 4 Patrice Nadeau
* 0.ca.pool.ntp.org
19
* 1.ca.pool.ntp.org
20
* 2.ca.pool.ntp.org
21
* 3.ca.pool.ntp.org
22 5 Patrice Nadeau
23
Le fichier de configuration est */etc/ntp.conf*.
24
La configuration peux aussi être modifier avec *yast ntp-client*.
25
26
h3. Daemon
27
28
<pre><code class="bash">
29
systemctl status ntpd
30
systemctl reload ntpf
31
</code></pre>