ntp

Posted notchangeworld

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ntp相关的知识,希望对你有一定的参考价值。

更改时间,然后update更新
windows:
"cmd /c w32tm /config /update /manualpeerlist:time-a.nist.gov"
"cmd /c w32tm /resync"   
 
 linux:
 "ntpdate time-a.nist.gov"
     
 "ntpdate -u time.nist.gov"
 注意:若不加上-u参数, 会出现以下提示:no server suitable for synchronization found
-u:指定使用无特权的端口发送数据包,可以越过防火墙与主机同步;
 
 
 几个公用服务器:
 http://time1.aliyun.com
http://time2.aliyun.com
http://time3.aliyun.com
http://time4.aliyun.com
http://time5.aliyun.com
http://time6.aliyun.com
http://time7.aliyun.com
time.pool.aliyun.com

 

windows失败:
原因是windows time服务失效。
修复:
1.运行 cmd 进入命令行,然后键入
w32tm /register
正确的响应为:W32Time 成功注册。
2.如果上一步正确,用 net start "windows time" 或 net start w32time 启动服务。

linux失败:
服务器地址有可能未有效,或者可以试一下关闭防火墙,再或者开放防火墙的123端口

以上是关于ntp的主要内容,如果未能解决你的问题,请参考以下文章

QT ntp 并消除差异

Android11 使用NTP同步时间

Android11 使用NTP同步时间

android 如何关闭NTP网络时间同步?

NTP 4.2.8p9在cygwin下的交叉编译

ios-ntp 框架同步问题