Projet

Général

Profil

NTP » Historique » Version 5

Patrice Nadeau, 2015-04-19 08:31

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