Last modified: Fri Oct 1 21:41:47 2004 +0900 (JST)
以下の作業は root 権限で行って下さい。
以下の内容の /etc/ntp.conf というファイルを作成して下さい。
研究室代表の NTP サーバの /etc/ntp.conf の設定
server ntp.st.ryukoku.ac.jp server ntp-2.st.ryukoku.ac.jp driftfile /etc/ntp.drift restrict default ignore restrict 133.83.0.0 mask 255.255.0.0 notrust nomodify notrap restrict 127.0.0.1
研究室の NTP クライアントの /etc/ntp.conf の設定
研究室代表の NTP サーバのホスト名が foo.elec.ryukoku.ac.jp とすると、 次のようになります。
server foo.elec.ryukoku.ac.jp driftfile /etc/ntp.drift restrict default ignore restrict 133.83.0.0 mask 255.255.0.0 notrust nomodify notrap restrict 127.0.0.1
「restrict 133.83.0.0 mask 255.255.0.0」 の部分は、利用している IP アドレス範囲にあわせて、もっと厳しく制限してもよいでしょう。
代表サーバ・クライアント共に、/etc/rc.conf ファイルに以下を追加します。
ntpdate_enable="YES" ntpdate_flags="-s -b ntp.st.ryukoku.ac.jp" xntpd_enable="YES"
OS 自体を再起動する
# cd / # who # shutdown -r now
か、あるいは ntpd を手動で起動します。
# /usr/sbin/ntpdate -s -b ntp.st.ryukoku.ac.jp # /usr/sbin/ntpd -p /var/run/ntpd.pid