You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Controlling inbound traffic to HDInsight clusters
210
+
209
211
Network traffic in an Azure Virtual Networks can be controlled using the following methods:
210
212
211
213
* **Network security groups** (NSG) allow you to filter inbound and outbound traffic to the network. For more information, see the [Filter network traffic with network security groups](../virtual-network/security-overview.md) document.
212
214
213
-
> [!WARNING]
214
-
> HDInsight does not support restricting outbound traffic. All outbound traffic should be allowed.
215
-
216
-
* **User-defined routes** (UDR) define how traffic flows between resources in the network. For more information, see the [User-defined routes and IP forwarding](../virtual-network/virtual-networks-udr-overview.md) document.
217
-
218
215
* **Network virtual appliances** replicate the functionality of devices such as firewalls and routers. For more information, see the [Network Appliances](https://azure.microsoft.com/solutions/network-appliances) document.
219
216
220
-
As a managed service, HDInsight requires unrestricted access to the HDInsight health and management services both for incoming and outgoing traffic from the VNET. When using NSGs and UDRs, you must ensure that these services can still communicate with HDInsight cluster.
217
+
As a managed service, HDInsight requires unrestricted access to the HDInsight health and management services both for incoming and outgoing traffic from the VNET. When using NSGs, you must ensure that these services can still communicate with HDInsight cluster.
218
+
219
+

221
220
222
-
### <a id="hdinsight-ip"></a> HDInsight with network security groups and user-defined routes
221
+
### <a id="hdinsight-ip"></a> HDInsight with network security groups
223
222
224
-
If you plan on using **network security groups** or **user-defined routes** to control network traffic, perform the following actions before installing HDInsight:
223
+
If you plan on using **network security groups** to control network traffic, perform the following actions before installing HDInsight:
225
224
226
225
1. Identify the Azure region that you plan to use for HDInsight.
227
226
228
227
2. Identify the IP addresses required by HDInsight. For more information, see the [IP Addresses required by HDInsight](#hdinsight-ip) section.
229
228
230
-
3. Create or modify the network security groups or user-defined routes for the subnet that you plan to install HDInsight into.
229
+
3. Create or modify the network security groups for the subnet that you plan to install HDInsight into.
231
230
232
-
* __Network security groups__: allow __inbound__ traffic on port __443__ from the IP addresses. This will ensure that HDI management services can reach the cluster from outside VNET.
233
-
* __User-defined routes__: If you plan to use UDRs, create a route for each IP address and set the __Next hop type__ to __Internet__. You should also allow any other outbound traffic from the VNET with no restriction. For example, you can route all other traffic to your Azure firewall or network virtual appliance (hosted in Azure) for monitoring purposes but the outgoing traffic should not be blocked.
231
+
* __Network security groups__: allow __inbound__ traffic on port __443__ from the IP addresses. This will ensure that HDInsight management services can reach the cluster from outside the virtual network.
234
232
235
-
For more information on network security groups or user-defined routes, see the following documentation:
233
+
For more information on network security groups, see the [overview of network security groups](../virtual-network/security-overview.md).
For more information on controlling outbound traffic from HDInsight clusters, see [Configure outbound network traffic restriction for Azure HDInsight clusters](hdinsight-restrict-outbound-traffic.md).
240
238
241
239
#### Forced tunneling to on-premise
242
240
243
-
Forced tunneling is a user-defined routing configuration where all traffic from a subnet is forced to a specific network or location, such as your on-premises network. HDInsight does __not__ support forced tunneling to the on-premises networks. If you are using Azure Firewall or a network virtual appliance hosted in Azure, you can use UDRs to route the traffic to it for monitoring purposes and allow all outgoing traffic.
241
+
Forced tunneling is a user-defined routing configuration where all traffic from a subnet is forced to a specific network or location, such as your on-premises network. HDInsight does __not__ support forced tunneling of traffic to on-premises networks.
244
242
245
243
## <a id="hdinsight-ip"></a> Required IP addresses
0 commit comments