解决虚拟机中使用ntpdate报错:ntpdate[46700]: no server suitable for synchronization found

在使用ntpdate同步时间时出现上述错误:

ntpdate[46700]: no server suitable for synchronization found

没有找到好的解决方案,只能换另外一个工具来完成时间同步。

这里使用的Centos6.5,yum源使用的是阿里云的镜像。

yum install -y rdate

安装完毕后,使用下述命令即可。

rdate -s  time-b.nist.gov
原文地址:https://www.cnblogs.com/tq03/p/5144444.html