Cobbler installation on Ubuntu

From Define Wiki
Revision as of 11:31, 3 May 2013 by Jon (talk | contribs) (Created page with "== Pre-Requisits == For this installation, we will need to have the following services installed: '''dhcp''', '''bind''' & '''apache'''. Install with the following yum comman...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Pre-Requisits

For this installation, we will need to have the following services installed: dhcp, bind & apache.

Install with the following yum command:

apt-get install apache2 isc-dhcp-server bind9

If necessary, the dhcpd service can be restricted to servicing dhcp requests on just one port. To do this, edit the /etc/default/isc-dhcp-server file and set the following line:

INTERFACES="eth1"