รายชื่อ NTP Server ในไทย
Name: ntp.ku.ac.th
Address: 158.108.212.149Name: fw.eng.ku.ac.th
Address: 158.108.32.17Name: ilm.live.rmutt.ac.th
Address: 203.158.118.3Name: time.uni.net.th
Address: 202.28.18.72Name: itoml.live.rmutt.ac.th
Address: 203.158.111.32Address: 158.108.7.157
Address: 158.108.2.100
For those that still asking this question.
- To update, use the command below (2008 and 2012 server compatible)
w32tm /config /manualpeerlist:"ntp_server" /syncfromflags:manual /reliable:yes /update
change the ntp_server with your source
- Restart the time service
net stop w32time net start w32time - Resync the time
w32tm /resync - Verify your sync status
w32tm /query /status
Commands above should be fine if your sources are working correctly and/or your connection is OK (firewall or Microsoft Forefront can be an issue also). The commands below can help with troubleshooting
To list out peers
w32tm /query /peers
To list out NTP Sources:
w32tm /query /source
@http://serverfault.com/questions/294787/how-do-i-force-sync-the-time-on-windows-server-2008-r2-domain-controller