How to use secure NTP authentication from Windows client to a Linux Server?

0

I have a NTP Server running on a Linux (Ubuntu 16.04) box and I also have to securely serve a bunch of Windows Server boxes (2012, 2012 R2 and 2008 R2 mainly). For network equipements and Linux servers I'm using MD5 keys but I don't know how to do something similar on Windows.

I tried to google that issue but all I could find is this thread.

How can I securely sync the Windows boxes with the Linux NTP server ?

Thank you.

dev93

Posted 2018-01-02T18:13:47.067

Reputation: 11

https://serverfault.com/questions/740490/ntp-with-authentication-on-windows-system You need an AD domain server, the trust relationship between the AD server will be secure this will insure the SNTP connection is trusted. (SNTP is Windows NTP) – Ramhound – 2018-01-02T18:31:18.860

OK @Ramhound and what if I don't have an AD or don't want to set one. – dev93 – 2018-01-02T19:03:25.497

Read the link I provided. You said you had Windows Servers.... – Ramhound – 2018-01-02T19:18:32.190

The linked question on Server Fault discusses using the Windows boxes as the SNTP time source. It appears this question is about having the Windows servers get authenticated time from the NTP server running on Linux. – I say Reinstate Monica – 2018-01-02T19:36:20.760

Yes @TwistyImpersonator I already have a Linux box acting as an NTP server and I want windows clients to sync through it if possible. – dev93 – 2018-01-03T09:22:50.273

Answers

0

Windows uses a subset of the NTP protocol (SNTP)[https://serverfault.com/questions/740490/ntp-with-authentication-on-windows-system], you won't be able to use the same authentication mechanisms.

Since you can't use Active Directory for authentication, you'll probably have to use a different (third party) NTP client that supports it.

trapezoid

Posted 2018-01-02T18:13:47.067

Reputation: 177

Okay, any good Open source NTP client to advise? – dev93 – 2018-01-03T21:46:07.010