Projet

Général

Profil

DHCP » Historique » Version 5

Patrice Nadeau, 2016-06-08 18:26

1 1 Patrice Nadeau
h1. DHCP
2
3
{{lastupdated_at}} {{lastupdated_by}}
4
5
---
6
7
{{toc}}
8 2 Patrice Nadeau
9
h2. Installation
10
11
<pre><code class="bash">
12 3 Patrice Nadeau
zypper install dhcp-server yast2-dhcp-server
13 2 Patrice Nadeau
</code></pre>
14
15
h3. Activation
16
17
<pre><code class="bash">
18 5 Patrice Nadeau
systemctl enable dhpcd.service
19
systemctl start dhpcd.service
20 2 Patrice Nadeau
</code></pre>
21
22
h3. Parefeu
23
24
<pre><code class="bash">
25
26
</code></pre>
27
28
h2. Utilisation
29
30
<pre><code class="bash">
31 4 Patrice Nadeau
yast2 dhcp-server
32 2 Patrice Nadeau
</code></pre>