Projet

Général

Profil

DHCP » Historique » Révision 6

Révision 5 (Patrice Nadeau, 2016-06-08 18:26) → Révision 6/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 
 # Pour IPv6 
 systemctl enable dhpcd6.service 
 systemctl start dhpcd6.service 
 </code></pre> 

 h3. Parefeu 

 <pre><code class="bash"> 

 </code></pre> 

 h2. Utilisation 

 <pre><code class="bash"> 
 yast2 dhcp-server 
 </code></pre>