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
Copy file name to clipboardExpand all lines: articles/vpn-gateway/nat-howto.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
1
---
2
-
title: 'Configure NAT on Azure VPN Gateway'
2
+
title: 'Configure NAT on VPN Gateway'
3
3
titleSuffix: Azure VPN Gateway
4
-
description: Learn how to configure NAT on Azure VPN Gateway.
4
+
description: Learn how to configure NAT for Azure VPN Gateway.
5
5
author: cherylmc
6
6
ms.service: vpn-gateway
7
7
ms.topic: how-to
8
-
ms.date: 05/11/2022
8
+
ms.date: 03/30/2023
9
9
ms.author: cherylmc
10
10
11
11
---
12
-
# How to configure NAT on Azure VPN Gateways
12
+
# How to configure NAT for Azure VPN Gateway
13
13
14
-
This article helps you configure NAT (Network Address Translation) on Azure VPN Gateway using the Azure portal.
14
+
This article helps you configure NAT (Network Address Translation) for Azure VPN Gateway using the Azure portal.
15
15
16
16
## <aname="about"></a>About NAT
17
17
18
18
NAT defines the mechanisms to translate one IP address to another in an IP packet. It's commonly used to connect networks with overlapping IP address ranges. NAT rules or policies on the gateway devices connecting the networks specify the address mappings for the address translation on the networks.
19
19
20
-
For more information about NAT support on Azure VPN gateway, see [About NAT on Azure VPN Gateways](nat-overview.md).
20
+
For more information about NAT support for Azure VPN Gateway, see [About NAT and Azure VPN Gateway](nat-overview.md).
21
21
22
22
> [!IMPORTANT]
23
23
> * NAT is supported on the the following SKUs: VpnGw2~5, VpnGw2AZ~5AZ.
@@ -36,7 +36,7 @@ Verify that you have an Azure subscription. If you don't already have an Azure s
36
36
37
37
## <aname ="vnet"></a>Part 1: Create VNet and gateways
38
38
39
-
In this section, you create a virtual network, VPN gateway, and the local network gateway resources to correspond to the resources shown in [Diagram 1](#diagram).
39
+
In this section, you create a virtual network, a VPN gateway, and the local network gateway resources to correspond to the resources shown in [Diagram 1](#diagram).
40
40
41
41
To create these resources, use the steps in the [Site-to-Site Tutorial](tutorial-site-to-site-portal.md) article. Complete the following sections of the article, but don't create any connections.
42
42
@@ -73,16 +73,16 @@ Before you create connections, you must create and save NAT rules on the VPN gat
73
73
74
74
| Name | Type | Mode | Internal | External | Connection |
1. Click **Save** to save the NAT rules to the VPN gateway resource. This operation can take up to 10 minutes to complete.
87
87
88
88
## <aname ="connections"></a>Part 3: Create connections and link NAT rules
@@ -91,7 +91,7 @@ In this section, you create the connections, and then associate the NAT rules wi
91
91
92
92
### 1. Create connections
93
93
94
-
Follow the steps in [Create a site-to-site connection](tutorial-site-to-site-portal.md) article to create the two connections as shown below:
94
+
Follow the steps in [Create a site-to-site connection](tutorial-site-to-site-portal.md) article to create the two connections as shown in the following screenshot:
95
95
96
96
:::image type="content" source="./media/nat-howto/connections.png" alt-text="Screenshot showing the Connections page." lightbox="./media/nat-howto/connections.png":::
97
97
@@ -109,9 +109,9 @@ In this step, you associate the NAT rules with each connection resource.
109
109
110
110
1. Repeat the steps to apply the NAT rules for other connection resources.
111
111
112
-
1. If BGP is used, select **Enable BGP Route Translation** in the NAT rules page and click **Save**. Note that the table now shows the connections linked with each NAT rule.
112
+
1. If BGP is used, select **Enable BGP Route Translation** in the NAT rules page and click **Save**. Notice that the table now shows the connections linked with each NAT rule.
Copy file name to clipboardExpand all lines: includes/vpn-gateway-nat-limitations.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,18 @@
2
2
author: cherylmc
3
3
ms.service: vpn-gateway
4
4
ms.topic: include
5
-
ms.date: 05/11/2022
5
+
ms.date: 03/30/2023
6
6
ms.author: cherylmc
7
7
---
8
8
9
9
> [!IMPORTANT]
10
10
> There are a few constraints for the NAT feature.
11
-
12
11
* NAT is supported on the following SKUs: VpnGw2~5, VpnGw2AZ~5AZ.
13
12
* NAT is supported for IPsec/IKE cross-premises connections only. VNet-to-VNet connections or P2S connections aren't supported.
14
13
* NAT rules can't be associated with connection resources during the create connection process. Create the connection resource first, then associate the NAT rules in the Connection Configuration page.
15
-
* Address spaces for different local network gateways (on-premises networks or branches) can be the same with *IngressSNAT* rules to map to non-overlapping prefixes as shown in the configuration for [Diagram 1](../articles/vpn-gateway/nat-howto.md#diagram) in the NAT configuration article.
14
+
* Address spaces for different local network gateways (on-premises networks or branches) can be the same with *IngressSNAT* rules to map to nonoverlapping prefixes as shown in the configuration for [Diagram 1](../articles/vpn-gateway/nat-howto.md#diagram) in the NAT configuration article.
16
15
* NAT rules aren't supported on connections that have *Use Policy Based Traffic Selectors* enabled.
17
-
* The maximum supported external mapping subnet size for Dynamic NAT is /26.
16
+
* The maximum supported external mapping subnet size for Dynamic NAT is /26.
17
+
* NAT configuration isn't available for Dynamic NAT.
18
+
* Port ranges can't be entered at this time. Individual ports need to be entered. Port ranges can be configured with Static NAT types only. This can be configured for Static NAT type only.
19
+
* Port mappings can be used for both TCP and UDP protocols.
0 commit comments