MS-SNTP signd operations currently block ntpd degrading service to all clients.

samba4.1.5とNTPを立ち上げているが、Windows7からw32tm /resyncとしても、
再同期コマンドをローカル コンピューターに送信しています
時刻データが利用できなかったため、コンピューターは同期をとり直しませんでした。
というエラーで同期できない。

CENTOS側のiptablesには
-A INPUT -m state --state NEW -m udp -p udp --dport 123 -j ACCEPT
を設定している。

ntp.confの設定は
driftfile /var/lib/ntp/drift
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict -6 ::1
server -4 ntp.nict.jp
server -4 ntp1.jst.mfeed.ad.jp
server -4 ntp2.jst.mfeed.ad.jp
server -4 ntp3.jst.mfeed.ad.jp
server 127.127.1.0
fudge 127.127.1.0 stratum 10
driftfile /var/lib/ntp/ntp.drift
logfile /var/log/ntp
ntpsigndsocket /usr/local/samba/var/lib/ntp_signd/
restrict default   mssntp
restrict 192.168.0.0    mask 255.255.255.0    nomodify notrap mssntp
restrict ntp1.jst.mfeed.ad.jp mask 255.255.255.255 nomodify notrap noquery
restrict 127.0.0.1
includefile /etc/ntp/crypto/pw
keys /etc/ntp/keys

# /etc/init.d/ntpd restart
すると、ログには、
MS-SNTP signd operations currently block ntpd degrading service to all clients.

ググると、/usr/local/samba/var/lib/ntp_signdのpermissionがまずいらしい。
# chown -R root:ntp /usr/local/samba/var/lib/ntp_signd
# chmod -R 750 /usr/local/samba/var/lib/ntp_signd
# semanage fcontext -a -t ntpd_t /usr/local/samba/var/lib/ntp_signd
して、
# /etc/init.d/ntpd restart
# /etc/init.d/samba restart

Windows7側で、同期動作しているか確認するには、
管理者権限付コマンドプロンプト上で下記を実行
C:\windows\system32>w32tm /resync
再同期コマンドをローカル コンピューターに送信しています
コマンドは正しく完了しました。

その後、ntpd をリスタートしても、毎回
MS-SNTP signd operations currently block ntpd degrading service to all clients.
が表示される??
このメッセージは通常でも表示されるようです。




コメント

ドメインサーチ

https://www.makko.biz/whois/?q=bg.bahaiquotesillustrated.info

このブログの人気の投稿

Apacheプロセス増加について

wgetでsitemap作成

ApacheでSSL自己証明書作成(オレオレ証明書)