mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
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.
20 lines
466 B
ReStructuredText
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
|