Projet

Général

Profil

DNS » Historique » Version 11

Patrice Nadeau, 2016-08-08 20:17

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 9 Patrice Nadeau
h2. Configuration
24 4 Patrice Nadeau
25
<pre><code class="bash">
26
yast dns-server
27 1 Patrice Nadeau
</code></pre>
28 9 Patrice Nadeau
29
h3. TSIG keys
30
31
32
33 10 Patrice Nadeau
h2. Utilisation
34 6 Patrice Nadeau
35
h3. Ajouter une zone
36
37
h4. Les enregistrements de base
38
39
* SOA :
40 7 Patrice Nadeau
* MX : Adresse du serveur de courriel
41
* A : au moins l'adresse IP du serveur DNS
42
43 8 Patrice Nadeau
Vérifier l’état du service et de la zone avec
44 7 Patrice Nadeau
<pre><code class="bash">
45
systemctl status named.service
46
</code></pre>
47 11 Patrice Nadeau
48
h2. Copie de sécurité
49
50
Dans
51
* Fichier : 
52
** */etc/named.conf*
53
* Répertoire : 
54
** */etc/named/*
55
** */var/lib/named/*