DHCP » Historique » Version 7
Patrice Nadeau, 2016-06-08 18:27
| 1 | 1 | Patrice Nadeau | h1. DHCP |
|---|---|---|---|
| 2 | |||
| 3 | 7 | Patrice Nadeau | > En cours |
| 4 | |||
| 5 | 1 | Patrice Nadeau | {{lastupdated_at}} {{lastupdated_by}} |
| 6 | |||
| 7 | --- |
||
| 8 | |||
| 9 | {{toc}} |
||
| 10 | 2 | Patrice Nadeau | |
| 11 | h2. Installation |
||
| 12 | |||
| 13 | <pre><code class="bash"> |
||
| 14 | 3 | Patrice Nadeau | zypper install dhcp-server yast2-dhcp-server |
| 15 | 2 | Patrice Nadeau | </code></pre> |
| 16 | |||
| 17 | h3. Activation |
||
| 18 | |||
| 19 | <pre><code class="bash"> |
||
| 20 | 5 | Patrice Nadeau | systemctl enable dhpcd.service |
| 21 | systemctl start dhpcd.service |
||
| 22 | 6 | Patrice Nadeau | # Pour IPv6 |
| 23 | systemctl enable dhpcd6.service |
||
| 24 | systemctl start dhpcd6.service |
||
| 25 | 2 | Patrice Nadeau | </code></pre> |
| 26 | |||
| 27 | h3. Parefeu |
||
| 28 | |||
| 29 | <pre><code class="bash"> |
||
| 30 | |||
| 31 | </code></pre> |
||
| 32 | |||
| 33 | h2. Utilisation |
||
| 34 | |||
| 35 | <pre><code class="bash"> |
||
| 36 | 4 | Patrice Nadeau | yast2 dhcp-server |
| 37 | 2 | Patrice Nadeau | </code></pre> |