Firewall configuration for OpenLDAP

From Notes_Wiki
Revision as of 15:22, 13 March 2022 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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