NTPサーバー構築2010/07/18 |
時刻合わせのためのntpサーバーを構築します。 |
root@ubuntu:~# aptitude -y install ntp root@ubuntu:~# mv /etc/ntp.conf /etc/ntp.conf.bk root@ubuntu:~# vi /etc/ntp.conf # 同期をとるサーバーを指定 server ntp1.jst.mfeed.ad.jp server ntp2.jst.mfeed.ad.jp server ntp3.jst.mfeed.ad.jp root@ubuntu:~# /etc/init.d/ntp restart * Stopping NTP server ntpd [ OK ] * Starting NTP server ntpd [ OK ] root@ubuntu:~# ntpq -p # 動作確認 remote refid
st
t
when
poll
reach
delay
offset
jitter ===================================================================== ntp1.jst.mfeed. 210.173.160.86 2
u 2 64 1
21.227 -475.55 0.001 ntp2.jst.mfeed. 210.173.160.86 2 u
1 64 1 21.400
-475.53 0.001 ntp3.jst.mfeed. 210.173.160.86 2 u
- 64 1 22.087
-476.08 0.001
|