※ ChatGPTを利用し、要約された質問です(原文:NTPに関する質問です。長文ですが素人ですので、是非ご教示頂ければと思)
NTPに関する質問です。長文ですが素人ですので、是非ご教示頂ければと思います。
このQ&Aのポイント
NTPサーバとクライアントの環境設定を行い、時刻同期を試みていますがうまくいきません。
NTPサーバとクライアントの設定ファイルの内容を確認しましたが、エラーが発生しています。
ntpdateやsvcadmを実行してもエラーが出ており、原因が分かりません。どうすれば問題を解決できるでしょうか?
NTPに関する質問です。長文ですが素人ですので、是非ご教示頂ければと思
NTPに関する質問です。長文ですが素人ですので、是非ご教示頂ければと思います。
・以下の環境でNTPでの時刻同期を計りたいのですが、うまく行きません。
NTPサーバ → OSはFedora Core 1
NTPクライアント → Solaris 10
1.NTPサーバでのntpデーモンは起動済み。
2.NTPクライアントでのntpデーモンは起動済み。
3.NTPサーバ、クライアント両方ともNTPポート開放設定済み。
# more /etc/services
ntp 123/tcp
ntp 123/udp # Network Time Protocol
4.NTPサーバの/etc/ntp.confは以下の内容。※コメント文は省略します。
# grep -v "#" ntp.conf
restrict default ignore
restrict 127.0.0.1
fudge 127.127.1.0 stratum 10
driftfile /var/lib/ntp/drift
broadcastdelay 0.008
authenticate yes
keys /etc/ntp/keys
5.NTPクライアントの/etc/inet/ntp.confは以下の内容。
# more /etc/inet/ntp.conf
server <NTPサーバのIPアドレス> prefer
# fudge 127.127.XType.0 stratum 0
# broadcast 224.0.1.1 ttl 4
enable auth monitor
driftfile /var/ntp/ntp.drift
#statsdir /var/ntp/ntpstats/
#filegen peerstats file peerstats type day enable
#filegen loopstats file loopstats type day enable
#filegen clockstats file clockstats type day enable
#keys /etc/inet/ntp.keys
#trustedkey 0
#requestkey 0
#controlkey 0
6.NTPクライアントの/etc/inet/ntp.serverは以下の内容。
# more /etc/inet/ntp.conf
server 127.127.XType.0
fudge 127.127.XType.0 stratum 0
broadcast 224.0.1.1 ttl 4
enable auth monitor
driftfile
statsdir /var/ntp/ntpstats/
filegen peerstats file peerstats type day enable
filegen loopstats file loopstats type day enable
filegen clockstats file clockstats type day enable
#keys /etc/inet/ntp.keys
trustedkey 0
requestkey 0
controlkey 0
7.NTPクライアントよりntpdateを実行すると、以下のエラーが出る。
# ntpdate <NTPサーバのIPアドレス>
22 Apr 11:26:29 ntpdate[705]: no server suitable for synchronization found
8.NTPクライアントよりsvcadmを実行しても、同様のエラーが出る。
# svcadm disable ntp
# ntpq -p
ntpq: read: Connection refused
# svcadm enable ntp
※以下、/var/adm/messagesの内容
Apr 22 11:42:37 <NTPクライアントのホスト名> ntpdate[734]: [ID 831711 daemon.error] no server suitable for synchronization found
このエラーの原因が分かりません。どこに原因があるのか、是非教えてください。
よろしくお願い致します。
お礼
ありがとうございました。見事に解決しました。 サーバ側のntp.confにもちゃんと意味はあるのですね。 勉強になりました。