Firewall configuration for OpenLDAP

From Notes_Wiki

Home > CentOS > CentOS 6.x > LDAP servers > OpenLDAP > Firewall configuration for OpenLDAP

CentOS 7 firewall configuration for OpenLDAP

       firewall-cmd --permanent --add-port=389/tcp
       firewall-cmd --permanent --add-port=636/tcp
       firewall-cmd --permanent --add-port=9830/tcp

Add --zone=internal, if zones are being used




Home > CentOS > CentOS 6.x > LDAP servers > OpenLDAP > Firewall configuration for OpenLDAP