Skip to content


サポート FAQ

FAQ No. 19
カテゴリー システム全般
アップデート日 2007年

質問:

NTP サーバーの設定方法を教えてください。

回答:

サーバー側としては ntp.conf 内の設定でクライアントからのアクセスを許可する必要があります。設定は「restrict」オプションを使用します。「restrict」オプションは誰が NTP サーバーにアクセスをできるか及びどのようなパーミッションで接続できるか設定します。

例:
restrict    default nomodify nopeer
restrict    127.0.0.1           
restrict 192.168.0.0 mask 255.255.255.0 nomodify nopeer notrap 
上記例示の解説
2行目:local のアクセスを許可
3行目:192.168.0.0 のネットワークから のアクセスを許可、但し変更は許可しない。