标签:启动服务 manual window tar man register 服务器 div serve
更改时间,然后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端口
标签:启动服务 manual window tar man register 服务器 div serve
原文地址:https://www.cnblogs.com/notchangeworld/p/12187423.html