zoukankan      html  css  js  c++  java
  • NTP时钟同步配置

    深圳市立显电子有限公司,专业LED时钟生产厂家!--------【点击进入】   

    一、NTP时钟端口打开

      检查电脑防火墙,确保打开端口“123”(NTP服务端口)。可手动添加入/出站规则。

      (一般不需要设置)

    二、打开NTP时钟服务器功能

      1、  运行”gpedit.msc”,按下图设置NTP服务器。

     

    注:配置/启用Windows NTP客户端设置成“未配置”。启用Windows NTP服务器设置成“启用”。

    另:打不开gpedit.msc的WINDOWS,可设置注册表:HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNtpServer

      Enabled 设定为 1(默认0)

    三、启动WINDOW时间服务

    1、  运行”services.msc”,按下图设置time服务。

     

     

    四、用电脑测试NTP服务器

      以上设置电脑后使得电脑变成了一台“NTP服务器”,用另外一台电脑去同步它就能获取到此“NTP服务器”的时间了。如下图:

     

     

    注:往往或肯定不能同步成功,原因是: 

      需要更改注册表选项:HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeConfigAnnounceFlags 设定为 5 (默认 10)

     

     

     

     

     

    Description

    Specifies whether this computer is a time server or a reliable time server. A computer will not be classified as reliable unless it is also classified as a time server.

    This entry is only used by domain controllers that are running the Windows time service. The flag determines how the service is advertised by Netlogon.

    Value

    Meaning

    0

    Timeserv_Announce_No, Reliable_Timeserv_Announce_No. The domain controller does not advertise time service.

    1

    Timeserv_Announce_Yes. The domain controller always advertises time service.

    2

    Timeserv_Announce_Auto. The domain controller automatically determines whether it should advertise time service.

    4

    Reliable_Timeserv_Announce_Yes. The domain contoller will always advertise reliable time service.

    8

    Reliable_Timeserv_Announce_Auto. The domain controller automatically determines whether it should advertise reliable time service.

     

     

     

  • 相关阅读:
    sql server实用要点全解
    C# EntityFramwork(Model First)使用要点
    c# linq查询语句详细使用介绍
    c# webapi2 实用详解
    create-react-app脚手架中配置sass
    redux使用教程详细介绍
    react-router4.x 实用例子(路由过渡动画、代码分割)
    react-router4.x 组件和api介绍
    leetcode-mid-backtracking -22. Generate Parentheses-NO
    leetcode-mid-backtracking-17. Letter Combinations of a Phone Number
  • 原文地址:https://www.cnblogs.com/parserval/p/13916004.html
Copyright © 2011-2022 走看看