Difference between revisions of "Linux Januar 2012/Projekt Gruppe 8/DHCP"

From Teknologisk videncenter
Jump to: navigation, search
(Created page with "{{TOCright}}")
 
Line 1: Line 1:
 
{{TOCright}}
 
{{TOCright}}
 +
== Installation af DHCP ==
 +
 +
<source lang=bash>
 +
sudo apt-get install dhcp3-server
 +
</source>

Revision as of 14:34, 30 January 2012

Installation af DHCP

sudo apt-get install dhcp3-server