NTP: Unterschied zwischen den Versionen

Aus Meine Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „Category:Windows *192.53.103.104 *192.53.103.108 [https://www.rz.uni-osnabrueck.de/Dienste/NTP/win7.htm Zeit-Server (NTP-Server) unter Windows 7 nutzen]…“)
 
 
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
[[Category:Windows]]
 
[[Category:Windows]]
 +
====Öffentliche NTP Server====
 +
 
*192.53.103.104
 
*192.53.103.104
 
*192.53.103.108
 
*192.53.103.108
 +
 +
[http://www.mathemainzel.info/atomtime.shtml Atomzeit der Physikalisch-Technischen Bundesanstalt der Technischen Universität Braunschweig]
 +
 +
[https://uhr.ptb.de UHR]
 +
  
 
[https://www.rz.uni-osnabrueck.de/Dienste/NTP/win7.htm Zeit-Server (NTP-Server) unter Windows 7 nutzen]
 
[https://www.rz.uni-osnabrueck.de/Dienste/NTP/win7.htm Zeit-Server (NTP-Server) unter Windows 7 nutzen]
  
https://www.pool.ntp.org/zone/de
+
[https://www.pool.ntp.org/zone/de Germany — de.pool.ntp.org]
 +
 
 +
[https://www.windowspro.de/thomas-drilling/ntp-zeitsynchronisation-vmware-vsphere-konfigurieren NTP-Zeitsynchronisation in VMware vSphere konfigurieren]
 +
 
 +
 
 +
==== NTP auf dem DC mit Windows Server konfigurieren====
 +
[https://www.windowspro.de/wolfgang-sommergut/zeiteinstellungen-windows-domaenen-ueber-ntp-konfigurieren Zeiteinstellungen in Windows-Domänen über NTP konfigurieren]
 +
 
 +
w32tm /config /syncfromflags:manual /update /reliable:yes /manualpeerlist:"0.de.pool.ntp.org 1.de.pool.ntp.org 2.de.pool.ntp.org 3.de.pool.ntp.org"
 +
 
 +
 
 +
==== Weitere nutzliche Befehle ====
 +
 
 +
w32tm /config /manualpeerlist:[server],0x8 /syncfromflags:MANUAL
  
https://www.windowspro.de/thomas-drilling/ntp-zeitsynchronisation-vmware-vsphere-konfigurieren
+
If this command has completed successfully your system clock has synchronized to the given NTP server.  
 +
w32tm /config /update
  
https://www.windowspro.de/wolfgang-sommergut/zeiteinstellungen-windows-domaenen-ueber-ntp-konfigurieren
 
  
: Windows Server
+
w32tm /query /configuration
 +
w32tm /query /status
 +
Time /T
  
w32tm /config /syncfromflags:manual /update /reliable:yes /manualpeerlist:"0.de.pool.ntp.org 1.de.pool.ntp.org 2.de.pool.ntp.org 3.de.pool.ntp.org"
+
restart w32time service:
 +
net stop w32time
 +
net start w32time
  
n the command line, type
+
If the w32time service is restarted it sends immediately a request to the NTP server. Additionally, the command for resync:
 +
w32tm /resync
  
w32tm /query /configuration
+
can be used to check the configuration. The output should look similar to the line below:
w32tm /query /status
+
net time /querysntp
Time /T
 

Aktuelle Version vom 23. November 2019, 22:24 Uhr

Öffentliche NTP Server

  • 192.53.103.104
  • 192.53.103.108

Atomzeit der Physikalisch-Technischen Bundesanstalt der Technischen Universität Braunschweig

UHR


Zeit-Server (NTP-Server) unter Windows 7 nutzen

Germany — de.pool.ntp.org

NTP-Zeitsynchronisation in VMware vSphere konfigurieren


NTP auf dem DC mit Windows Server konfigurieren

Zeiteinstellungen in Windows-Domänen über NTP konfigurieren

w32tm /config /syncfromflags:manual /update /reliable:yes /manualpeerlist:"0.de.pool.ntp.org 1.de.pool.ntp.org 2.de.pool.ntp.org 3.de.pool.ntp.org"


Weitere nutzliche Befehle

w32tm /config /manualpeerlist:[server],0x8 /syncfromflags:MANUAL 

If this command has completed successfully your system clock has synchronized to the given NTP server.

w32tm /config /update 


w32tm /query /configuration
w32tm /query /status
Time /T

restart w32time service:

net stop w32time 
net start w32time

If the w32time service is restarted it sends immediately a request to the NTP server. Additionally, the command for resync:

w32tm /resync 

can be used to check the configuration. The output should look similar to the line below:

net time /querysntp