Skip to content

Commit 0269b2d

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#46752
Address space of VNET 2 has to be 10.3.0.0/16 matching what is mentioned on diagram.
1 parent 8065e31 commit 0269b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-wan/virtual-wan-site-to-site-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The device configuration file contains the settings to use when configuring your
117117
* **Address space** of the VNets that are connected to the hub<br>Example:
118118

119119
```
120-
"ConnectedSubnets":["10.2.0.0/16","10.30.0.0/16"]
120+
"ConnectedSubnets":["10.2.0.0/16","10.3.0.0/16"]
121121
```
122122
* **IP addresses** of the virtual hub vpngateway. Because each connection of the vpngateway is composed of two tunnels in active-active configuration, you'll see both IP addresses listed in this file. In this example, you see "Instance0" and "Instance1" for each site.<br>Example:
123123
@@ -146,7 +146,7 @@ The device configuration file contains the settings to use when configuring your
146146
"Region":"West Europe",
147147
"ConnectedSubnets":[
148148
"10.2.0.0/16",
149-
"10.30.0.0/16"
149+
"10.3.0.0/16"
150150
]
151151
},
152152
"gatewayConfiguration":{

0 commit comments

Comments
 (0)