1.通过ntpdate -d 服务端IP,显示Server dropped: Strata too high
vi /etc/ntp.conf
在ntpd服务端的配置中添加
server 127.127.1.0 fudge
127.127.1.0 stratum 8
重启ntpd服务就可以了
service ntpd restart