diff --git a/doc/install-guide/source/environment-ntp-controller.rst b/doc/install-guide/source/environment-ntp-controller.rst index 459942590d..85f73d14ce 100644 --- a/doc/install-guide/source/environment-ntp-controller.rst +++ b/doc/install-guide/source/environment-ntp-controller.rst @@ -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 diff --git a/doc/install-guide/source/environment-ntp-other.rst b/doc/install-guide/source/environment-ntp-other.rst index c7cbbcbf79..af0614377d 100644 --- a/doc/install-guide/source/environment-ntp-other.rst +++ b/doc/install-guide/source/environment-ntp-other.rst @@ -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