# Use public servers from the pool.ntp.org project.# Please consider joining the pool (http://www.pool.ntp.org/join.html).#server 0.centos.pool.ntp.org iburst # <= コメント化#server 1.centos.pool.ntp.org iburst # <= コメント化#server 2.centos.pool.ntp.org iburst # <= コメント化#server 3.centos.pool.ntp.org iburst # <= コメント化server ntp1.jst.mfeed.ad.jp iburst # <= 追加server ntp2.jst.mfeed.ad.jp iburst # <= 追加server ntp3.jst.mfeed.ad.jp iburst # <= 追加# Allow NTP client access from local network.#allow 192.168/16allow 192.168.11/24 # <= 追加
(iburst は時刻同期が早くするための設定(起動直後にサーバに4回連続的に問い合わせを行う))
4. IPv4 設定
今回 IPv6 は使用しないので、デフォルトでは起動時に以下のような警告が出力されてしまう。
12
Could not open IPv6 NTP socket : Address family not supported by protocol
Could not open IPv6 command socket : Address family not supported by protocol