Merge "Add firewall rules for NTP in RHEL/CentOS"
This commit is contained in:
commit
f6a166d781
@ -38,6 +38,13 @@ Install and configure components
|
|||||||
|
|
||||||
server NTP_SERVER iburst
|
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:
|
For Ubuntu, edit the ``/etc/chrony/chrony.conf`` file:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
@ -39,6 +39,13 @@ Install and configure components
|
|||||||
|
|
||||||
server controller iburst
|
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:
|
For Ubuntu, edit the ``/etc/chrony/chrony.conf`` file:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
Loading…
x
Reference in New Issue
Block a user