NTPサーバについて
Solaris10のSPARK版でNTPサーバを作りたいのですが
今、/etc/inet/ntp.serverをコピーし/etc/inetntp.confを作りファイルの中を書き換えました。
restrict default nomodify notrap noquery
server 133.40.41.175
server 130.69.251.23
server 127.127.1.0
fudge 127.127.1.0 stratum 10
#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%)
restrict 192.168.0.0 mask 255.255.255.0 nomodify notrap
logfile /var/log/ntp
同期が取れているか確認のコマンドを打つと
# ntpq -p
localhost: timed out, nothing received
***Request timed out
となってしまいます。
何が原因なのでしょうか?
何方かご教示下さい。
宜しくお願い致します。