Projet

Général

Profil

DNS » Historique » Version 4

Patrice Nadeau, 2016-06-08 18:21

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 3 Patrice Nadeau
systemctl enable named
21
systemctl start named
22 2 Patrice Nadeau
</code></pre>
23
24 4 Patrice Nadeau
h3. Parefeu
25 2 Patrice Nadeau
26 1 Patrice Nadeau
<pre><code class="bash">
27
28 4 Patrice Nadeau
</code></pre>
29
30
h2. Utilisation
31
32
<pre><code class="bash">
33
yast dns-server
34 2 Patrice Nadeau
</code></pre>