DNS » Historique » Version 7
Patrice Nadeau, 2016-06-08 19:37
1 | 1 | Patrice Nadeau | h1. DNS |
---|---|---|---|
2 | |||
3 | > En cours |
||
4 | |||
5 | {{lastupdated_at}} {{lastupdated_by}} |
||
6 | |||
7 | --- |
||
8 | |||
9 | {{toc}} |
||
10 | |||
11 | h2. Installation |
||
12 | |||
13 | <pre><code class="bash"> |
||
14 | zypper install bind yast2-dns-server |
||
15 | </code></pre> |
||
16 | 2 | Patrice Nadeau | |
17 | 4 | Patrice Nadeau | h3. Activation |
18 | 2 | Patrice Nadeau | |
19 | <pre><code class="bash"> |
||
20 | 5 | Patrice Nadeau | yast dns-server |
21 | 2 | Patrice Nadeau | </code></pre> |
22 | 4 | Patrice Nadeau | |
23 | h2. Utilisation |
||
24 | |||
25 | <pre><code class="bash"> |
||
26 | yast dns-server |
||
27 | 1 | Patrice Nadeau | </code></pre> |
28 | 6 | Patrice Nadeau | |
29 | h3. Ajouter une zone |
||
30 | |||
31 | h4. Les enregistrements de base |
||
32 | |||
33 | * SOA : |
||
34 | 7 | Patrice Nadeau | * MX : Adresse du serveur de courriel |
35 | * A : au moins l'adresse IP du serveur DNS |
||
36 | |||
37 | Vérifier l’état du service avec |
||
38 | <pre><code class="bash"> |
||
39 | systemctl status named.service |
||
40 | </code></pre> |