Windows 实例:配置 NTP 服务,这篇文档原先配图如下,ntpserver是ntpupdate.tencentyun.com
最近发现通过ntpupdate.tencentyun.com校时失败
用(time1\time2\time3\time4\time5).tencentyun.com,例如 time1.tencentyun.com则校时正常,发现文档更新了,文档里的配图也更新了
另外还发现部分镜像新买的机器运行timedate.cpl → 第3个页签Internet时间设置 → 没有残留的ntpupdate.tencentyun.com了
貌似种种迹象表明ntpupdate.tencentyun.com已被弃用,实际上经过大量实践总结、思考,发现了端倪如下:
timedate.cpl第三个页签那里用ntpupdate.tencentyun.com同步失败的原因已定位:
腾讯云windows镜像在注册表和组策略都配置了ntpserver,组策略里的ntpserver: time1~time5.tencentyun.com优先级高于timedate.cpl那里指定的ntpserver: ntpupdate.tencentyun.com
微软规定组策略优先级高,本来组策略里的ntpserver就是生效的,此时用别的ntpserver在timedate.cpl较低优先级的地方同步会失败
如果把组策略里的ntpserver也改成ntpupdate.tencentyun.com,那在timedate.cpl那里就可以用ntpupdate.tencentyun.com同步了,或者在组策略里把这2项改成未配置,也可以在timedate.cpl那里手动操作成功
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。