Ubuntu 10.04
Sponsored Link

NTP Server2010/07/18

  It's an example to install and Configure NTP server for system clock.
root@ubuntu:~#
aptitude -y install ntp


root@ubuntu:~#
mv /etc/ntp.conf /etc/ntp.conf.bk

root@ubuntu:~#
vi /etc/ntp.conf


# Set servers for synchronizing

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
Matched Content