DHCP » Historique » Révision 5
Révision 4 (Patrice Nadeau, 2016-06-08 18:25) → Révision 5/15 (Patrice Nadeau, 2016-06-08 18:26)
h1. DHCP 
 {{lastupdated_at}} {{lastupdated_by}} 
 --- 
 {{toc}} 
 h2. Installation 
 <pre><code class="bash"> 
 zypper install dhcp-server yast2-dhcp-server 
 </code></pre> 
 
 h3. Activation 
 <pre><code class="bash"> 
 systemctl enable dhpcd.service 
 systemctl start dhpcd.service 
 
 </code></pre> 
 
 h3. Parefeu 
 <pre><code class="bash"> 
 </code></pre> 
 h2. Utilisation 
 <pre><code class="bash"> 
 yast2 dhcp-server 
 </code></pre>