本文將說明如何將Windows 2008 Server 設置為NTP Server
我目前使用的方式是利用NTP Clock 於Windows 2008 server 對外校對時間,然後將Windows 2008 server 設置為NTP server. Clients 端再利用NTP clock 去跟Windows 2008 NTP server 做內網的時間校時
步驟一:
需修改2008 的registry, 請更改以下:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NTPServer\Enabled
Changing the ‘Enabled’ flag to the value 1 enables the NTP Server.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type
Change the server type to NTP by specifying ‘NTP’ in the ‘Type’ registry entry.
然後重新啟動Windows time 的服務
步驟2
於client 端(xp) 安裝NTP Clock ,於設定將同步的時間伺服器IP 改為 Windows 2008 NTP server 的IP. 並設置多久同步一次即可