Merge "Add firewall rules for NTP in RHEL/CentOS"

This commit is contained in:
Zuul 2025-03-03 21:51:50 +00:00 committed by Gerrit Code Review
commit f6a166d781
2 changed files with 14 additions and 0 deletions

View File

@ -38,6 +38,13 @@ Install and configure components
server NTP_SERVER iburst
For RHEL/CentOS in case of using firewalld don't forget to update firewall rules as follows:
.. code-block:: console
# firewall-cmd --permanent --add-service=ntp
# firewall-cmd --reload
For Ubuntu, edit the ``/etc/chrony/chrony.conf`` file:
.. code-block:: ini

View File

@ -39,6 +39,13 @@ Install and configure components
server controller iburst
For RHEL/CentOS in case of using firewalld don't forget to update firewall rules as follows:
.. code-block:: console
# firewall-cmd --permanent --add-service=ntp
# firewall-cmd --reload
For Ubuntu, edit the ``/etc/chrony/chrony.conf`` file:
.. code-block:: ini