Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I set a NTP server

Status
Not open for further replies.
Aug 1, 2003
73
US
I want to set a NTP server in my domain and have it sync with an external time source. I need it to synchronize on a regular basis and I need my workstations to sync to that server.

Does this have to be the root DC and how do I do it?
 
Hi there

You can also make sure the workstations use the DC to sync time and sync the DC with

cmd line
NET TIME /SETSNTP tick.usno.navy.mil tock.usno.navy.mil

And/Or add "net time \\servername /SET /YES" to your login scripts

Also time sync info on Hope this helps
 
the net time command is incorrect,

correct syntax:
net time /setsntp:tick.usno.navy.mil
 
If you have more than 1 time server, put the names in quotes:

NET TIME /SETSNTP:"tick.usno.navy.mil tock.usno.navy.mil"

If you set up your own NTP server, MAKE SURE IT HAS A RELIABLE REAL TIME CLOCK.


Set the time too far ahead, and you doink the FRS; too far behind and you get issues with lingering objects. If the little battery goes dead, the date is 1980 and you'll get an event ID 31.




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top