0

RHEL 8 を使用していますが、ntp パッケージはサポートされなくなり、chrony パッケージで提供される chronyd デーモンによって実装されます。このファイルは、pool.ntp.org プロジェクト (pool 2.rhel.pool.ntp.org iburst) のパブリック サーバーを使用するように設定されています。プールの代わりにサーバーを設定する方法はありますか?

私の chrony.conf ファイル:

# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
pool 2.rhel.pool.ntp.org iburst
4

1 に答える 1

2

はい。プール行をコメントアウトして、必要なサーバーを追加するだけです。

# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).

# pool 2.rhel.pool.ntp.org iburst
server 0.africa.pool.ntp.org iburst
server 0.us.pool.ntp.org
server 0.south-america.pool.ntp.org
于 2019-09-25T16:44:05.160 に答える