[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:55212] NTPサーバーとWindowsクライアント
コヤマと申します。
Debian lenny の NTPサーバーと WindowsXPクライアントの時刻同期で質問させて下さい。
以下の、ntp.conf で稼働させている LAN内の NTPサーバーに対して、WindosXPクライアントから
インターネット時刻での同期に失敗します。何が悪いか検討がつかないので、お知恵を拝借お願いします。
当初、iptablesで引っかかっていると思っていたのですが、同じLAN内のLinuxクライアントのNTPサーバの同期は、成功するので、ちゃんと問い合わせしているようです。
また、この WindowsXPクライアントは、同一LAN内のハードウエアのルーターのNTPサーバーに対する問い合わせだと成功します。
従って、ntpサーバーの設定に問題があると踏んでいますが、何をどう直せば良いか・・・・・
設定ファイルは、このような感じです。
driftfile /var/lib/ntp/ntp.drift
statsdir /var/log/ntpstats/
statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
server -4 ntp.nict.jp iburst
server -4 ntp.nict.jp iburst
server -4 ntp.nict.jp iburst
restrict -4 default kod notrap nomodify nopeer noquery
restrict 127.0.0.1
restrict 192.168.1.0 mask 255.255.255.0 notrust nomodify notrap
ご存じの方がおられましたら、ご返答お願い致します。