Skip to content

Commit 9fce0f2

Browse files
Merge pull request #284668 from cherylmc/s2s-options
VPN Gateway optional settings
2 parents 6d10227 + 2b33106 commit 9fce0f2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

articles/vpn-gateway/tutorial-site-to-site-portal.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ You can configure more settings for your connection, if necessary. Otherwise, sk
151151

152152
## Optional steps
153153

154-
This section describes options that are available to you.
155-
156154
### <a name="resize"></a>Resize a gateway SKU
157155

158156
There are specific rules about resizing versus changing a gateway SKU. In this section, you resize the SKU. For more information, see [Resize or change gateway SKUs](about-gateway-skus.md#resizechange).
@@ -161,15 +159,15 @@ There are specific rules about resizing versus changing a gateway SKU. In this s
161159

162160
### <a name="reset"></a>Reset a gateway
163161

164-
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.
162+
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. If you need to reset an active-active gateway, you can reset both instances using the portal. You can also use PowerShell or CLI to reset each gateway instance separately using instance VIPs. For more information, see [Reset a connection or a gateway](reset-gateway.md#reset-a-gateway).
165163

166164
[!INCLUDE [reset a gateway](../../includes/vpn-gateway-reset-gw-portal-include.md)]
167165

168166
### <a name="addconnect"></a>Add another connection
169167

170-
You can create a connection to multiple on-premises sites from the same VPN gateway. If you want to configure multiple connections, the address spaces can't overlap between any of the connections.
168+
A gateway can have multiple connections. If you want to configure connections to multiple on-premises sites from the same VPN gateway, the address spaces can't overlap between any of the connections.
171169

172-
1. If you're connecting using a site-to-site VPN and you don't have a local network gateway for the site you want to connect to, create another site.
170+
1. If you're connecting using a site-to-site VPN and you don't have a local network gateway for the site you want to connect to, create another local network gateway and specify the site details. For more information, see [Create a local network gateway](#LocalNetworkGateway).
173171
1. To add a connection, go to the VPN gateway and then select **Connections** to open the **Connections** page.
174172
1. Select **+ Add** to add your connection. Adjust the connection type to reflect either VNet-to-VNet (if connecting to another virtual network gateway) or site-to-site.
175173
1. Specify the shared key that you want to use and then select **OK** to create the connection.

includes/vpn-gateway-reset-gw-portal-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
1. In the portal, go to the virtual network gateway that you want to reset.
1010
1. On the **Virtual network gateway** page, in the left pane, scroll and locate **Help -> Reset**.
11-
1. On the **Reset** page, select **Reset**. After the command is issued, the current active instance of Azure VPN Gateway is rebooted immediately. Resetting the gateway causes a gap in VPN connectivity and might limit future root cause analysis of the issue.
11+
1. On the **Reset** page, select **Reset**. After the command is issued, the current active instance of Azure VPN gateway is rebooted immediately. Resetting the gateway causes a gap in VPN connectivity and might limit future root cause analysis of the issue.

0 commit comments

Comments
 (0)