03 IPA Server Installation and Server Instance Installation and Client Integration
03 IPA Server Installation and Server Instance Installation and Client Integration
It is the combination of linux, 389 directory server, MIT kerberos, ntp, bind - dns, apache, dogtag
certificate system, SSSD and other free and open source software(FOSS) components.
server7.sansbound.com
172.16.0.13/16
server8.sansbound.com
server5.sansbound.com
172.16.0.11/16 172.16.0.14/16
IPA server configuration
#set system hostname
hostnamectl set-hostname server5.sansbound.com
Interactive
unattended
Interactive installation(integrated dns)
#allow ldap, kerberos, http, dns, via firewalld
firewall-cmd --permanent --add-service={freeipa-ldap,freeipa-ldaps,dns}
firewall-cmd --reload
IPA client
IPA client can be enrolled to IPA server to authenticate as users from ipa domain
IPA client software installation
#enable ipa client module stream
yum module enable idm:DL1 -y
#install ipa client packages
yum module install idm:DL1/client -y
Enroll clients to IPA domain
Interactive
unattended
#interactive enroll
ipa-client-install