This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ms:win:ntp [2019/09/17 09:06] – js | ms:win:ntp [2022/03/21 10:25] (current) – js | ||
---|---|---|---|
Line 4: | Line 4: | ||
- | <code bash> | + | <code bash> |
+ | |||
+ | |||
+ | ===== Windows 2016 Server ===== | ||
+ | |||
+ | First control uplinks: <code bash> | ||
+ | < | ||
+ | 0.de.pool.ntp.org</ | ||
+ | |||
+ | If it prints " | ||
+ | |||
+ | List peers: <code bash> | ||
+ | |||
+ | < | ||
+ | #Peers: 1 | ||
+ | |||
+ | Peer: 0.de.pool.ntp.org | ||
+ | State: Active | ||
+ | Time Remaining: 89.1605791s | ||
+ | Mode: 1 (Symmetric Active) | ||
+ | Stratum: 1 (primary reference - syncd by radio clock) | ||
+ | PeerPoll Interval: 7 (128s) | ||
+ | HostPoll Interval: 7 (128s)</ | ||
+ | |||
+ | If peer setting is empty and state pending: | ||
+ | |||
+ | < | ||
+ | #Peers: 1 | ||
+ | |||
+ | Peer: | ||
+ | State: Pending | ||
+ | Time Remaining: 6179.7006269s | ||
+ | Mode: 0 (reserved) | ||
+ | Stratum: 0 (unspecified) | ||
+ | PeerPoll Interval: 0 (unspecified) | ||
+ | HostPoll Interval: 0 (unspecified)</ | ||
+ | |||
+ | the server is not using ntp. | ||
+ | |||
+ | Edit the peer list: | ||
+ | <code bash> | ||
+ | |||
+ | Force sync: | ||
+ | <code bash> |