server 127.127.1.0
fudge 127.127.1.0 stratum 10
启动服务并加入开机qidong
service ntpd start
chkconfig ntpd on
在其他ntp客户端
crontab -e
59 23 * /usr/sbin/ntpdate -u 10.1.0.12>>/tmp/time.log
启动crontab并开机启动
service crond start
chkconfig crond on
原文:http://blog.51cto.com/13491150/2060456