ntpd

ntpdはサーバでありクライアント

自動起動の設定
# /sbin/chkconfig --list ntpd
ntpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off

vi /etc/ntp.conf

# -- CLIENT NETWORK -------
restrict 192.168.3.0 mask 255.255.255.0 nomodify notrap

# --- OUR TIMESERVERS -----
server ntp.nict.jp
server ntp.jst.mfeed.ad.jp
server ntp.ring.gr.jp

# /etc/init.d/ntp start

# /sbin/chkconfig --level 35 ntpd on