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/virtual-wan/virtual-wan-site-to-site-portal.md
+6-6Lines changed: 6 additions & 6 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 use Azure Virtual WAN to create a site-to-site VPN con
5
5
author: cherylmc
6
6
ms.service: azure-virtual-wan
7
7
ms.topic: tutorial
8
-
ms.date: 12/12/2024
8
+
ms.date: 03/10/2025
9
9
ms.author: cherylmc
10
10
# Customer intent: As someone with a networking background, I want to connect my local site to my VNets using Virtual WAN and I don't want to go through a Virtual WAN partner.
11
11
---
@@ -29,7 +29,7 @@ In this tutorial you learn how to:
29
29
> * View or edit your VPN gateway
30
30
31
31
> [!NOTE]
32
-
> If you have many sites, you typically would use a [Virtual WAN partner](https://aka.ms/virtualwan) to create this configuration. However, you can create this configuration yourself if you are comfortable with networking and proficient at configuring your own VPN device.
32
+
> If you have many sites, you typically would use a [Virtual WAN partner](https://aka.ms/virtualwan) to create this configuration. However, you can create this configuration yourself if you're comfortable with networking and proficient at configuring your own VPN device.
33
33
>
34
34
35
35
## Prerequisites
@@ -62,7 +62,7 @@ In this section, you configure site-to-site connectivity settings, and then crea
62
62
63
63
In this section, you create a site. Sites correspond to your physical locations. Create as many sites as you need. These sites contain your on-premises VPN device endpoints.
64
64
65
-
For example, if you have a branch office in NY, a branch office in London, and a branch office in LA, you'd create three separate sites. You can create up to 1000 sites per virtual hub in a virtual WAN. If you have multiple virtual hubs, you can create 1000 per each virtual hub.
65
+
For example, if you have a branch office in NY, a branch office in London, and a branch office in LA, you'd create three separate sites. You can create up to 1,000 sites per virtual hub in a virtual WAN. If you have multiple virtual hubs, you can create 1000 per each virtual hub.
66
66
67
67
If you have a Virtual WAN partner CPE device, check with them to learn about their automation to Azure. Typically, automation implies a simple click experience to export large-scale branch information into Azure, and setting up connectivity from the CPE to Azure Virtual WAN VPN gateway. For more information, see [Automation guidance from Azure to CPE partners](virtual-wan-configure-automation-providers.md).
68
68
@@ -98,7 +98,7 @@ Use the VPN device configuration file to configure your on-premises VPN device.
98
98
99
99
The device configuration file contains the settings to use when configuring your on-premises VPN device. When you view this file, notice the following information:
100
100
101
-
***vpnSiteConfiguration -** This section denotes the device details set up as a site connecting to the virtual WAN. It includes the name and public IP address of the branch device.
101
+
***vpnSiteConfiguration -** This section denotes the device details configured as a site connecting to the virtual WAN. It includes the name and public IP address of the branch device.
102
102
***vpnSiteConnections -** This section provides information about the following settings:
103
103
104
104
***Address space** of the virtual hub(s) virtual network.<br>Example:
@@ -117,7 +117,7 @@ The device configuration file contains the settings to use when configuring your
117
117
"Instance0":"104.45.18.186"
118
118
"Instance1":"104.45.13.195"
119
119
```
120
-
* **Vpngateway connection configuration details** such as BGP, preshared key etc. The PSK is the preshared key that is automatically generated for you. You can always edit the connection in the **Overview** page for a custom PSK.
120
+
* **Vpngateway connection configuration details** such as BGP, preshared key, etc. The PSK is the preshared key that is automatically generated for you. You can always edit the connection in the **Overview** page for a custom PSK.
121
121
122
122
### Example device configuration file
123
123
@@ -227,7 +227,7 @@ The device configuration file contains the settings to use when configuring your
227
227
### <a name="vpn-device"></a>Configuring your VPN device
228
228
229
229
> [!NOTE]
230
-
> If you are working with a Virtual WAN partner solution, VPN device configuration automatically happens. The device controller obtains the configuration file from Azure and applies to the device to set up connection to Azure. This means you don't need to know how to manually configure your VPN device.
230
+
> If you're working with a Virtual WAN partner solution, VPN device configuration automatically happens. The device controller obtains the configuration file from Azure and applies to the device to set up connection to Azure. This means you don't need to know how to manually configure your VPN device.
231
231
>
232
232
233
233
If you need instructions to configure your device, you can use the instructions on the [VPN device configuration scripts page](~/articles/vpn-gateway/vpn-gateway-about-vpn-devices.md#configscripts) with the following caveats:
* If your virtual network already has gateways (VPN or ExpressRoute), you must remove all of the gateways before proceeding.
19
-
* This configuration requires that virtual networks connect to the Virtual WAN hub gateway only.
18
+
* Your virtual network must not have any existing virtual network gateways.
19
+
20
+
* If your virtual network already has gateways (VPN or ExpressRoute), you must remove all of the gateways before proceeding.
21
+
* This configuration requires that virtual networks connect to the Virtual WAN hub gateway only.
20
22
21
23
* Decide the IP address range that you want to use for your virtual hub private address space. This information is used when configuring your virtual hub. A virtual hub is a virtual network that is created and used by Virtual WAN. It's the core of your Virtual WAN network in a region. The address space range must conform the certain rules:
22
24
23
-
* The address range that you specify for the hub can't overlap with any of the existing virtual networks that you connect to.
24
-
* The address range can't overlap with the on-premises address ranges that you connect to.
25
-
* If you're unfamiliar with the IP address ranges located in your on-premises network configuration, coordinate with someone who can provide those details for you.
25
+
* The address range that you specify for the hub can't overlap with any of the existing virtual networks that you connect to.
26
+
* The address range can't overlap with the on-premises address ranges that you connect to.
27
+
* If you're unfamiliar with the IP address ranges located in your on-premises network configuration, coordinate with someone who can provide those details for you.
In this exercise, we used the following example values to create the virtual network. You can modify these values when you create your own virtual network.
0 commit comments