* 简单2步 *

【服务器端】
1、配置文件 /etc/ntp.conf 中取消对如下两行的注释
server 127.127.1.0 # local clock
fudge 127.127.1.0 stratum 10
2、启动ntpd服务
# service ntpd start

ntp服务器搭建完成,等待4分钟左右……

【客户端】
linux  #ntpdate ntp-server-ip
windows 更改日期和时间设置-Internet时间-更改设置-ntp-server-ip-立即更新

附ntp.conf文件内容:
[root@node1 ~]# egrep -v '(^#|^$)' /etc/ntp.conf 
driftfile /var/lib/ntp/drift
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict 127.0.0.1 
restrict -6 ::1
server 127.127.1.0 # local clock
fudge 127.127.1.0 stratum 10
includefile /etc/ntp/crypto/pw
keys /etc/ntp/keys