Hi everyone, I hope I'm right here with this question and you can help me with an issue that follows me since a few months now where I'm struggling with the NTP synchronization on my windows 10 PC...
The issue only happens with this one device, all other devices can sync their time with whichever ntp server I chose.
I'm even able to contact the ntp server via netcat on this exact device (Opensuse running via WSL), so it's definitely not a network issue:
nc -u -vvv time.windows.com 123
Connection to time.windows.com 123 port [udp/ntp] succeeded!
I tried all the standard solutions:
stop and restart the Windows Time service
change ntp pool
unregister and re-register via cmd:
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /resync
Sending resync command to local computer
The computer did not resync because no time data was available.
the peers seem to be listed correctly if I query them:
IIRC, there is a maximum offset that the system can be from the time server before it will reject the update. If you manually correct the time +19s and change it back to automatic does it then stay in sync?