Translated message

A translation of this page exists in English.

Warning message

This translation is outdated. For the most up-to-date information, please refer to the English version.

Undisciplined Local Clock とは何ですか?

Solution In Progress - Updated -

Environment

  • Red Hat Enterprise Linux (RHEL)
  • NTP

Issue

  • Undisciplined Local Clock とは何ですか?
  • NTP クライアントで使用する必要はありますか?
  • RHEL ではデフォルトで有効ですか?

Resolution

  • Undisciplined Local Clock は、外部の同期ソースが利用できない場合に代わりに参照する時刻サーバーを模倣するドライバーです。
  • これにより指定した時刻サーバーをプライマリーサーバーとして動作させ、ネットワーク上のその他のクライアントと同期させることができます。
  • このドライバーを持つサーバーをインターネットに直接または間接的に接続すると、その他のクライアントを不安定にする危険があります。
  • NTP クライアントでは使用しないでください。

以下は RHEL 5 の /etc/ntpd.conf から抜粋しました。

# Undisciplined Local Clock.This is a fake driver intended for backup
# and when no outside source of synchronized time is available. 
server  127.127.1.0 # local clock
fudge   127.127.1.0 stratum 10  

RHEL 6 のデフォルトの設定ファイル /etc/ntp.conf では、以下の行がコメント化されています。

#server 127.127.1.0 # local clock
#fudge 127.127.1.0 stratum 10

その他の情報:
/usr/share/doc/ntp-/drivers/driver1.html

  • Component
  • ntp

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments