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/tutorial-site-to-site-portal.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: cherylmc
6
6
ms.author: cherylmc
7
7
ms.service: vpn-gateway
8
8
ms.topic: tutorial
9
-
ms.date: 07/21/2021
9
+
ms.date: 02/02/2022
10
10
11
11
---
12
12
@@ -31,7 +31,7 @@ In this tutorial, you learn how to:
31
31
* An Azure account with an active subscription. If you don't have one, [create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
32
32
* Make sure you have a compatible VPN device and someone who is able to configure it. For more information about compatible VPN devices and device configuration, see [About VPN Devices](vpn-gateway-about-vpn-devices.md).
33
33
* Verify that you have an externally facing public IPv4 address for your VPN device.
34
-
* If you are unfamiliar with the IP address ranges located in your on-premises network configuration, you need to coordinate with someone who can provide those details for you. When you create this configuration, you must specify the IP address range prefixes that Azure will route to your on-premises location. None of the subnets of your on-premises network can over lap with the virtual network subnets that you want to connect to.
34
+
* If you're unfamiliar with the IP address ranges located in your on-premises network configuration, you need to coordinate with someone who can provide those details for you. When you create this configuration, you must specify the IP address range prefixes that Azure will route to your on-premises location. None of the subnets of your on-premises network can over lap with the virtual network subnets that you want to connect to.
35
35
36
36
## <aname="CreatVNet"></a>Create a virtual network
37
37
@@ -86,11 +86,11 @@ You can view the gateway public IP address on the **Overview** page for your gat
To see additional information about the public IP address object, click the name/IP address link next to **Public IP address**.
89
+
To see additional information about the public IP address object, select the name/IP address link next to **Public IP address**.
90
90
91
91
## <aname="LocalNetworkGateway"></a>Create a local network gateway
92
92
93
-
The local network gateway is a specific object that represents your on-premises location (the site) for routing purposes. You give the site a name by which Azure can refer to it, then specify the IP address of the on-premises VPN device to which you will create a connection. You also specify the IP address prefixes that will be routed through the VPN gateway to the VPN device. The address prefixes you specify are the prefixes located on your on-premises network. If your on-premises network changes or you need to change the public IP address for the VPN device, you can easily update the values later.
93
+
The local network gateway is a specific object that represents your on-premises location (the site) for routing purposes. You give the site a name by which Azure can refer to it, then specify the IP address of the on-premises VPN device to which you'll create a connection. You also specify the IP address prefixes that will be routed through the VPN gateway to the VPN device. The address prefixes you specify are the prefixes located on your on-premises network. If your on-premises network changes or you need to change the public IP address for the VPN device, you can easily update the values later.
94
94
95
95
Create a local network gateway using the following values:
96
96
@@ -133,28 +133,28 @@ Create a connection using the following values:
133
133
134
134
### <aname="addconnect"></a>Add additional connections to the gateway
135
135
136
-
You can add additional connections, provided that none of the address spaces overlap between connections.
136
+
You can add additional connections if none of the address spaces overlap between connections.
137
137
138
138
1. To add an additional connection, navigate to the VPN gateway, then select **Connections** to open the Connections page.
139
139
1. Select **+Add** to add your connection. Adjust the connection type to reflect either VNet-to-VNet (if connecting to another VNet gateway), or Site-to-site.
140
-
1. If you are connecting using Site-to-site and you have not already created a local network gateway for the site you want to connect to, you can create a new one.
140
+
1. If you're connecting using Site-to-site and you haven't already created a local network gateway for the site you want to connect to, you can create a new one.
141
141
1. Specify the shared key that you want to use, then select **OK** to create the connection.
142
142
143
143
### <aname="resize"></a>Resize a gateway SKU
144
144
145
-
There are specific rules regarding resizing vs. changing a gateway SKU. In this section, we will resize the SKU. For more information, see [Gateway settings - resizing and changing SKUs](vpn-gateway-about-vpn-gateway-settings.md#resizechange).
145
+
There are specific rules regarding resizing vs. changing a gateway SKU. In this section, we'll resize the SKU. For more information, see [Gateway settings - resizing and changing SKUs](vpn-gateway-about-vpn-gateway-settings.md#resizechange).
146
146
147
147
[!INCLUDE [resize a gateway](../../includes/vpn-gateway-resize-gw-portal-include.md)]
148
148
149
149
### <aname="reset"></a>Reset a gateway
150
150
151
-
Resetting an Azure VPN gateway is helpful if you lose cross-premises VPN connectivity on one or more Site-to-Site VPN tunnels. In this situation, your on-premises VPN devices are all working correctly, but are not able to establish IPsec tunnels with the Azure VPN gateways.
151
+
Resetting an Azure VPN gateway is helpful if you lose cross-premises VPN connectivity on one or more Site-to-Site VPN tunnels. In this situation, your on-premises VPN devices are all working correctly, but aren't able to establish IPsec tunnels with the Azure VPN gateways.
152
152
153
153
[!INCLUDE [reset a gateway](../../includes/vpn-gateway-reset-gw-portal-include.md)]
0 commit comments