LINUXのNTPサーバ同期について
初めまして。
今回、LinuxのNTPサーバ同期について質問させていただきます。
Linuxを利用して上位のNTPサーバと同期し、下位のクライアントにNTPサーバとして公開しようとしています。
OSはRedhat Enterprize For Linuxです。
上位のNTPサーバはWindows7で標準のものを使用しています。
ntp.confの設定は以下のようにしています。
drtiftfile /ver/lib/ntp/drift
restrict default ignore
restrict 127.0.0.1
restrict 10.0.0.1
server 10.0.0.1 iburst
上記の設定で直前に
service ntpdate start
にて手動で同期をとりサービスを開始しています。
サービス起動後のntpq -pの値は
remote refid st t when poll reach delay offset jitter
10.0.0.1 .LOCL. 1 u 28 64 1 0.491 0.374 8.504
約5分後
10.0.0.1 .LOCL. 1 u 15 64 7 0.823 3.618 8.997
約30分後
10.0.0.1 .LOCL. 1 u 32 64 377 0.755 46.202 6.871
となっています。
また、サービス起動時の
/var/log/messageの内容は
ntpd[]:step time server 10.0.0.1 offset 0.116279 sec
ntpd[]:ntpd 4.2.4p8@1.1612-o Thu May 13 14:38:25 UTC 2010 (1)
ntpd[]:precision = 0.075 usec
ntpd[]:Listening on interface #0 wildcard, 0.0.0.0#123 Disable
ntpd[]:Listening on interface #1 wildcard, ::#123 Disable
ntpd[]:Listening on interface #2 lo, ::1#123 Enable
ntpd[]:Listening on interface #3 eth0,IPv6Address #123 Enable
ntpd[]:Listening on interface #4 eth1,IPv6Address #123 Enable
ntpd[]:Listening on interface #5 lo, 127.0.0.1#123 Enable
ntpd[]:Listening on interface #6 eth0, 10.0.0.1#123 Enable
ntpd[]:Listening on interface #7 eth1, 172.16.0.1#123 Enable
ntpd[]:Listening on routing socket on fd #24 for interface update
ntpd[]:kernel time sync status 2040
ntpd[]:frequency initialized 0.000 PPM from /var/lib/ntp/drift
です。
上位のサーバは同施設内にあり外部のサーバに見に行っているわけではありません。
以上の設定でntpサーバを開始し5日ほど放置した結果offsetの値が20178.8まで上昇していました。
また、ntpq -p の出力の最初の桁に"*,+"等もついていませんでした。
どなたか設定の間違いなどがわかる方がいらっしゃいましたら
ご教授お願い致します。