1、Windows Server 2008 – Time Server服務器
前言: 國家時間與頻率標準實驗室 && NTP服務器網絡
也能夠忽略1~6 直接跳7ide
若是已改過機碼請使用ci
1 Cmd:it
2 net stop w32timeio
3 w32tm /unregister登錄
4 w32tm /registerdate
5 net start w32timeim
0. 直接下指令修改客戶端
1 Cmd:
2 w32tm /config /manualpeerlist:"time.stdtime.gov.tw clock.stdtime.gov.tw tick.stdtime.gov.tw watch.stdtime.gov.tw" /syncfromflags:manual /reliable:yes /update
-執行regedit---------------------------------------------------
1.設定成爲NTP 服務器類型
修改登陸檔中"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters"
[Type]設定值修改成NTP。
2.設定受權時間服務器
修改登陸檔中: "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config"
[AnnounceFlags]修改設定值爲5
3.啓用NTP服務器
修改登陸檔中: "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer"
[Enabled]數值修改成1
4.指定查詢外部NTP 服務器
修改登陸檔中"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters"
[NtpServer]數值修改成time.stdtime.gov.tw clock.stdtime.gov.tw tick.stdtime.gov.tw tock.stdtime.gov.tw watch.stdtime.gov.tw,0x1
5.設定查詢時間間隔
修改登陸檔中"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient"
[SpecialPollInterval]修改數值爲"十進制"900
*這邊使用的時間間隔單位爲秒,設定900即爲每900查詢一次步驟四所指定的時間服務器。
6.設定時間修正設定
修改登陸檔中"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config"
[MaxPosPhaseCorrection]修改成十進制1800 (負差校訂) - 若網絡時間比本地時間慢超過這個秒數就不自動更正
[MaxNegPhaseCorrection]修改成十進制1800 (正差校訂) - 若網絡時間比本地時間快超過這個秒數就不自動更正
*這邊單位也是秒
若要設定成無上限,能夠設定成該 DWORD 的最大值 FFFFFFFF (十六進制值) ( 有 8 個 F )
-------------------------------------------------------------------------------------------------------------------
7.重起Windows Time服務。
1 Cmd:
2 net stop w32time
3 w32tm /config /update
4 net start
8.打開 UDP:123
1 Cmd:
2 netsh firewall add portopening protocol = UDP port =123 name = NTPSERVER
2、客戶端設定 (Client)
1 Cmd:
2 w32tm /config /update /manualpeerlist:"time.stdtime.gov.tw clock.stdtime.gov.tw tick.stdtime.gov.tw tock.stdtime.gov.tw watch.stdtime.gov.tw,0x1"
PS:加上0x1就能夠讓網域成員計算機每小時(默認值)自動校時一次
1 Cmd:
2 w32tm /config /update
3 w32tm /resync