2013/5/31
# yum -y install ntp
# vi /etc/ntp.conf
#18行目の#を外す # Hosts on local network are less restricted. #ここが17行目 restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
#22,23,24行目を次のようにする server ntp.nict.jp server ntp.jst.mfeed.ad.jp server ntp1.eonet.ne.jp ※プロバイダのNTPサーバ名(この例ではeonet)
# /etc/rc.d/init.d/ntpd start
# chkconfig ntpd on