01 Configure The Root PDC With An Authoritative Time Source
01 Configure The Root PDC With An Authoritative Time Source
Suggested Actions
You can configure the Domain Controller holding the PDCE role to use an NTP
Server to synchronize time, there are several approaches.
Summary
0x8: This flag makes the PDC emulator receive time as a client
from an external NTP server.
ping 131.107.13.100
If the ping fails (e.g., "Request timed out"), the NTP server
might be unreachable due to network issues, firewall settings,
or the server itself not responding to ICMP (ping) requests.
If the server doesn’t respond to pings but you’re certain it’s valid and
publicly reachable, you can still try configuring it in w32tm . Some NTP
servers block ICMP traffic for security, but they may still respond to
NTP requests.
123: This is the port number you’re testing. Port 123 is typically
used by NTP, which is why you’re checking it in this context.
3. Click OK, and wait for Windows to install the Telnet client.
To see the current source for time synchronization, use the following
command:
w32tm /query /source
Restart w32 time server, now DC should synchronize time with the ntp time
servers.
net stop w32time && net start w32time
Force domain computers to synchronize the time with the DC; use elevated
command prompt
w32tm /config /syncfromflags:domhier /update
w32tm /resync
Restart-Service w32Time
w32tm /resync