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/site-to-site-vpn-private-peering.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to configure site-to-site VPN connections over ExpressRou
5
5
author: cherylmc
6
6
ms.service: azure-vpn-gateway
7
7
ms.topic: how-to
8
-
ms.date: 07/28/2023
8
+
ms.date: 08/22/2024
9
9
ms.author: cherylmc
10
10
11
11
---
@@ -63,15 +63,12 @@ The same requirement applies to the traffic from Azure to on-premises networks.
63
63
64
64
In both of these examples, Azure will send traffic to 10.0.1.0/24 over the VPN connection rather than directly over ExpressRoute without VPN protection.
65
65
66
-
>[!Warning]
67
-
>If you advertise the same prefixes over both ExpressRoute and VPN connections, >Azure will use the ExpressRoute path directly without VPN protection.
68
-
>
66
+
> [!WARNING]
67
+
> If you advertise the same prefixes over both ExpressRoute and VPN connections, >Azure will use the ExpressRoute path directly without VPN protection.
69
68
70
69
## <aname="portal"></a>Portal steps
71
70
72
-
1. Configure a Site-to-Site connection. For steps, see the [Site-to-site configuration](./tutorial-site-to-site-portal.md) article. Be sure to pick a gateway with a Standard Public IP.
1. Configure a Site-to-Site connection. For steps, see the [Site-to-site configuration](./tutorial-site-to-site-portal.md) article. Be sure to pick a gateway with a Standard Public IP.
75
72
1. Enable Private IPs on the gateway. Select **Configuration**, then set **Gateway Private IPs** to **Enabled**. Select **Save** to save your changes.
76
73
1. On the **Overview** page, select **See More** to view the private IP address. Write down this information to use later in the configuration steps.
77
74
@@ -81,9 +78,8 @@ In both of these examples, Azure will send traffic to 10.0.1.0/24 over the VPN c
1. Use the private IP that you wrote down in step 3 as the remote IP on your on-premises firewall to establish the Site-to-Site tunnel over the ExpressRoute private peering.
83
80
84
-
>[!NOTE]
81
+
>[!NOTE]
85
82
> Configurig BGP on your VPN Gateway is not required to achieve a VPN connection over ExpressRoute private peering.
86
-
>
87
83
88
84
## <aname="powershell"></a>PowerShell steps
89
85
@@ -97,13 +93,15 @@ In both of these examples, Azure will send traffic to 10.0.1.0/24 over the VPN c
97
93
```
98
94
99
95
You should see a public and a private IP address. Write down the IP address under the “TunnelIpAddresses” section of the output. You'll use this information in a later step.
96
+
100
97
1. Set the connection to use the private IP address by using the following PowerShell command:
101
98
102
99
```azurepowershell-interactive
103
100
$Connection = get-AzVirtualNetworkGatewayConnection -Name <name of the connection> -ResourceGroupName <name of resource group>
0 commit comments