Cobbler installation on Ubuntu
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 bind9If 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"