Note
NTP (Network Time Protocol), is used to synchronize computer system clocks via packed based TCP/IP-Networks. For more Information on NTP see Network Time Protocol or Meinberg: information on NTP.
An external NTP time server needs to be configured in DHD devices for having the right system time. DHD devices can work without a NTP time server configured. The following features only work with a correctly configured NTP time server:
You can configure the connection to a time server by using Communication Server (since Version 9.1) or DHD Maintenance (MT5) on older versions.
To connect a time server to a DHD device using DHDCS, follow these steps:
Network Config
.Time
area enter the IP address of the time server in the Primary Time Server
box. Depending on your chosen time server you may need to enter some further settings. For that click Setup time zone and DST …
to be able to enter a general time zone offset and if necessary the settings for the daylight saving time.Send
in the Network Config
window.
Note
It can take a while (up to 15 minutes) until the DHD device syncs to the NTP time server. To speed things up you can perform a System Reboot
of the device via Communication Server (since Version 9.1) or Maintenance or MT5 on older versions.
With 52/XC2, 52/XD2, 52/XS2 cores you can define two additional time servers. If the primary time server is not available, the core will use Additional Time Server 1
. If Additional Time Server 1
is not reachable, the core will use Additional Time Server 2
.
Although DHD audio is not responsible for your IT infrastructure, we have two suggestions to provide a time server for your DHD network.
Note
DHD audio is not responsible for providing a correct NTP time server. When in doubt always contact your IT department first.
We recommend the Meinberg NTP software
. You can download it at Meinbergglobal.com. It is easy to configure and has proved to run very stable. Follow the installation instructions provided by Meinerg and make sure to have the required ports opened in your firewall configuration.
You need to configure a computer with two network interfaces. Configuration will be done in two steps:
Note
DHD network
is the network where the DHD devices are connected. This network should be separated from a office network. See Network specifications for more information on network architecture recommended by DHD audio.
Important
The Windows PC has to be connected and synced to a time provider.
Windows Time
must be running. It provides the NTP time for external devices.Date and Time Settings
: Internet time
> Automatically Synchronize
> Enter IP of network time server > Refresh
(if necessary try multiple times) - Message Successfully synchronized [..] appears
Important
Make sure the UDP Port 123 is not blocked by a firewall.
Now the DHD device can be configured. Follow the instructions in the section above Connect DHD device to time server.
Note
Network Config
page.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpServer\
, key enabled
DWORD must be 1 (hex).1
and restart the w32tm serviceHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Config
, key AnnounceFlags
is by default 0x0a
, can be set to 0x04
. This will make the time server always trustworthy, even if the provided time is invalidStart
and open cmd
application. w32tm /stripchart /computer:localhost
command. This compares the system time with another time server (/computer:) in the network. w32tm /stripchart /computer:192.168.10.1
or w32tm /stripchart /computer:ptbtime1.ptb.de
/computer:localhost
can be checked, if the internal time server is also running. (Time difference is then 0)