Ubuntu 16.04
Sponsored Link

Configure NTP Client : Ubuntu2016/04/21

 
Configure NTP Client.
[1]
The settings of NTP Client on Ubuntu are mostly the same with Server's settings, so refer to NTPd Settings or Chrony Settings. For different settings from Server's one, Clients don't need to receive time synchronization requests from other computers, so it does not need to set access permission.
[2] If you don't use NTP service daemon but use a command to sync time at once, use ntpdate like follows.
root@client:~#
apt-get -y install ntpdate
root@client:~#
ntpdate ntp1.jst.mfeed.ad.jp

21 Apr 19:41:26 ntpdate[1458]: step time server 210.173.160.27 offset 0.667927 sec
Configure NTP Client : Windows
 
Configure NTP Client on Windows. This example is based on Windows 10 Pro.
[3] Open [Control Panel] - [Date and Time] and move to [internet Time] tab, then [Change settings] button.
[4] Input NTP server you'd like to sync on [Server] section and [Update now] button.
[5] It's OK to sync time if successuful message is shown like follows.
The default setting of sync interval is 86400 sec (one day).
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\
TimeProviders\NtpClient\SpecialPollInterval
[6]
If you'd like to configure NTP Client Service, Set like follows.
Right-click Windows icon and open [run] and input "gpedit.msc" like follows.
[7] Select [Administrative template] - [System] - [Windows Time Service] - [Time Providers] on the left Pane, and Open [Enable Windows NTP Client] on the right Pane.
[8] Check a box [Enabled] which is upper-left like follows.
[9] Click to open [Configure Windows NTP Client] on the right Pane.
[10]
Check a box [Enabled] which is upper-left and change values for your environment.
[NtpServer] ⇒ Hostname or IP address of your NTP Server.
The value [0x9] is generally OK to keep default. [0x9] means [0x01] + [0x08].
They mean like follows.
0x01 SpecialInterval
0x02 UseAsFallbackOnly
0x04 SymmetricActive
0x08 NTP request in Client mode
For [Type] section, It's OK to keep default [NT5DS] if your computer is in a Domain, but if not, change to [NTP].
For [SpecialPollInterval], set interval to sync time.
[11] Open [Control Panale] - [Administrative tools] - [Services], then Select [Windows Time] Service and click [Start the service] or [Restart the service]. Furthermore, Change [Startup type] to [Automatic] if it is not the value.
Matched Content