Fedore Core 2からntpdで同期しているつもりだったけど全くしていなかった。
スポンサードリンク
REDHAT 7.3 で建てている 社内 NTP サーバに、別棟に置いた Fedora Core 2 から同期が取れていませんでした。今まで、入稿時間が2分くらいずれていました。
誰も気付いていないからいいか。
……
REDHAT 9 あたりの ntpd から、認証が導入されていたんですよね。忘れていました。
/etc/ntp.conf
# --- OUR TIMESERVERS ----- # or remove the default restrict line # Permit time synchronization with our time source, but do not # permit the source to query or modify the service on this system. # restrict mytrustedtimeserverip mask 255.255.255.255 nomodify notrap noquery # server mytrustedtimeserverip
restrict 192.168.█.█ mask 255.255.255.255 nomodify notrap noquery server ntp.█.co.jp
restrict のところに入れるのは、IP じゃあないとダメ。
スポンサードリンク
トラックバック(0)
トラックバックURL: http://blog.dtpwiki.jp/MTOS/mt-tb.cgi/488
コメントする