Cobbler Installation and Configuration
Cobbler Installation and Configuration. Prerequisites. > Installed minimum CentOS 6.5 / RHEL 6.5 Bit 64 OS > Internet should be enabled on Linux server to download packages > Root or sudo access to install Cobbler packages. > YUM Server configured properly to download the packages Steps to install Cobbler Server. > Disable selinux settings. Command: # vi /etc/selinux/config ----- Edit config file SELINUX=disabled ----- Disabled selinux :wq ----- Save file and exit > Stop iptables service. Command: # service iptables stop > Disable iptables service from boot option Command: # chkconfig iptables off > Stop ip6tables service. Command: # service ip6tables stop > Disable ip6tables service from boot option Command: # chkconfig ip6tables off > Download epel-release-6-8.noa