DHCP » Historique » Version 6
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 | 6 | Patrice Nadeau | # Pour IPv6 |
21 | systemctl enable dhpcd6.service |
||
22 | systemctl start dhpcd6.service |
||
23 | 2 | Patrice Nadeau | </code></pre> |
24 | |||
25 | h3. Parefeu |
||
26 | |||
27 | <pre><code class="bash"> |
||
28 | |||
29 | </code></pre> |
||
30 | |||
31 | h2. Utilisation |
||
32 | |||
33 | <pre><code class="bash"> |
||
34 | 4 | Patrice Nadeau | yast2 dhcp-server |
35 | 2 | Patrice Nadeau | </code></pre> |