当前位置:操作系统 > Unix/Linux >>

新 no server suitable for synchronization found的解决办法

我遇到的:

ntpdate time1.aliyun.com  可以,其他几个域名被墙了,打不开 



1,有人说是:很可能是防火墙封锁了udp的123端口, 


#service iptables stop 
来关掉iptables办过后再测验测验从ntp客户端的同步,若是成功,证实是防火墙的题目,须要更改iptables的设置。 


2,有人说是:重启ntp


如果你使用yum install ntp命令安装ntp之后,使用这个命令ntpdate pool.ntp.org


会有如下提示18 Mar 22:40:12 ntpdate[1441]: no server suitable for synchronization found

解决办法命令行输入service ntpd start回车

会看到Starting ntpd:                                             [  OK  ]

然后再使用service ntpd status回车

看到ntpd (pid  1211) is running...

这个时候再使用这个命令service ntpd start回车

会看到18 Mar 22:53:11 ntpdate[1230]: the NTP socket is in use, exiting

3,有人说用:


查看时间服务器的时间:
# rdate time-b.nist.gov

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,