Skip to content

Commit 6b28415

Browse files
Merge pull request #15763 from jabrizuela18/patch-1
ANPTA - Update azure-stack-vpn-gateway-settings.md
2 parents 66b65b7 + a92c3da commit 6b28415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-stack/user/azure-stack-vpn-gateway-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,15 @@ New-AzVirtualNetworkGateway -Name vnetgw1 -ResourceGroupName testrg `
136136

137137
### Virtual network gateways supported configurations when VPN Fast Path is not enabled
138138

139-
|| VPN Type | Connection type| Active Routing support (BGP) | Remote endpoint NAT-T Enabled |
139+
| SKU | VPN Type | Connection type| Active Routing support (BGP) | Remote endpoint NAT-T Enabled |
140140
|--|--|--|--|--|
141141
|Basic VNG SKU| Route-based VPN | IPSec Pre-shared key | Not Supported | Not required |
142142
|Standard VNG SKU | Route-based VPN | IPSec Pre-shared key | Supported, up to 150 routes | Not required |
143143
|High-Performance VNG SKU| Route-based VPN | IPSec Pre-shared key | Supported, up to 150 routes | Not required |
144144

145145
### Virtual network gateways supported configurations when VPN Fast Path is enabled
146146

147-
|| VPN Type | Connection type| Active routing support (BGP) | Remote endpoint NAT-T Enabled |
147+
| SKU | VPN Type | Connection type| Active routing support (BGP) | Remote endpoint NAT-T Enabled |
148148
|--|--|--|--|--|
149149
|Basic VNG SKU| Route-based VPN | IPSec Pre-shared key | Not Supported | Required |
150150
|Standard VNG SKU | Route-based VPN | IPSec Pre-shared key | Supported, up to 150 routes | Required |
@@ -184,7 +184,7 @@ This PowerShell example creates a new local network gateway:
184184

185185
```powershell
186186
New-AzLocalNetworkGateway -Name LocalSite -ResourceGroupName testrg `
187-
-Location 'West US' -GatewayIpAddress '23.99.221.164' -AddressPrefix '10.5.51.0/24'
187+
-Location 'West US' -GatewayIpAddress '198.51.100.101' -AddressPrefix '10.5.51.0/24'
188188
```
189189

190190
Sometimes you need to modify the local network gateway settings; for example, when you add or modify the address range, or if the IP address of the VPN device changes. For more info, see [Modify local network gateway settings using PowerShell](/azure/vpn-gateway/vpn-gateway-modify-local-network-gateway).

0 commit comments

Comments
 (0)