Add firewall rules for NTP in RHEL/CentOS

Change-Id: I5909684445b710ed468e73b6bcc3354ac2ab2b57
Closes-Bug: #1893963
This commit is contained in:
Dmitriy Chubinidze 2025-01-14 07:52:58 +00:00 committed by Ivan Anfimov
parent 9e0232a9cf
commit 630287d54f
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