Skip to content

Commit 8f11429

Browse files
authored
Merge pull request #178766 from ronhogue/master
updated HPC Cache pre-reqs
2 parents 269bc39 + 6f94efd commit 8f11429

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

articles/hpc-cache/hpc-cache-prerequisites.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Azure HPC Cache prerequisites
33
description: Prerequisites for using Azure HPC Cache
4-
author: femila
4+
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: how-to
7-
ms.date: 05/06/2021
8-
ms.author: femila
7+
ms.date: 11/03/2021
8+
ms.author: rohogue
99
---
1010

1111
# Prerequisites for Azure HPC Cache
@@ -75,6 +75,26 @@ A simple DNS server also can be used to load balance client connections among al
7575

7676
Learn more about Azure virtual networks and DNS server configurations in [Name resolution for resources in Azure virtual networks](../virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md).
7777

78+
### NTP access
79+
80+
The HPC Cache needs access to an NTP server for regular operation. If you restrict outbound traffic from your virtual networks, make sure to allow traffic to at least one NTP server. The default server is time.windows.com, and the cache contacts this server on UDP port 123.
81+
82+
Create a rule in your cache network's [network security group](../virtual-network/network-security-groups-overview.md) that allows outbound traffic to your NTP server. The rule can simply allow all outbound traffic on UDP port 123, or have more restrictions.
83+
84+
This example explicitly opens outbound traffic to the IP address 168.61.215.74, which is the address used by time.windows.com.
85+
86+
| Priority | Name | Port | Protocol | Source | Destination | Action |
87+
|----------|------|------|----------|--------|---------------|--------|
88+
| 200 | NTP | Any | UDP | Any | 168.61.215.74 | Allow |
89+
90+
Make sure that the NTP rule has a higher priority than any rules that broadly deny outbound access.
91+
92+
Additional tips for NTP access:
93+
94+
* If you have firewalls between your HPC Cache and the NTP server, make sure these firewalls also allow NTP access.
95+
96+
* You can configure which NTP server your HPC Cache uses on the **Networking** page. Read [Configure additional settings](configuration.md#customize-ntp) for more information.
97+
7898
## Permissions
7999

80100
Check these permission-related prerequisites before starting to create your cache.

0 commit comments

Comments
 (0)