From 630287d54f055fd039cf69f7cf17192eded18b10 Mon Sep 17 00:00:00 2001 From: Dmitriy Chubinidze Date: Tue, 14 Jan 2025 07:52:58 +0000 Subject: [PATCH] Add firewall rules for NTP in RHEL/CentOS Change-Id: I5909684445b710ed468e73b6bcc3354ac2ab2b57 Closes-Bug: #1893963 --- doc/install-guide/source/environment-ntp-controller.rst | 7 +++++++ doc/install-guide/source/environment-ntp-other.rst | 7 +++++++ 2 files changed, 14 insertions(+) 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