Christian Poessinger 6aa3cbb611 Refactor "code-block:: sh" to "code-block:: console"
This will add proper new-lines into the rendered PDF. Before if it has
been a long line, not all content was preserved in the PDF.
2019-11-27 17:20:38 +01:00

20 lines
466 B
ReStructuredText

.. _ntp:
NTP
===
there are 3 default NTP server set. You are able to change them.
.. code-block:: console
set system ntp server 0.pool.ntp.org
set system ntp server 1.pool.ntp.org
set system ntp server 2.pool.ntp.org
To set up VyOS as an NTP responder, you must specify the listen address and optionally the permitted clients.
.. code-block:: console
set system ntp listen-address 192.168.199.1
set system ntp allow-clients address 192.168.199.0/24