Skip to content

Commit 45a7c4d

Browse files
authored
Merge pull request #204482 from cherylmc/forced-tunnel
Forced tunnel
2 parents 6df1e57 + 4a31c60 commit 45a7c4d

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

articles/virtual-wan/azure-vpn-client-optional-configurations-windows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure the Azure VPN Client optional configuration
55
author: cherylmc
66
ms.service: virtual-wan
77
ms.topic: how-to
8-
ms.date: 07/06/2022
8+
ms.date: 07/12/2022
99
ms.author: cherylmc
1010

1111
---
@@ -100,11 +100,11 @@ Modify the downloaded profile xml file and add the **\<includeroutes>\<route>\<d
100100
</azvpnprofile>
101101
```
102102

103-
### <a name="forced-tunneling"></a>Direct all traffic to the VPN tunnel (force tunnel)
103+
### <a name="forced-tunneling"></a>Direct all traffic to the VPN tunnel (forced tunneling)
104104

105-
You can include 0/0 if you're using the Azure VPN Client version 2.1900:39.0 or higher.
105+
You can include 0/0 if you're using the Azure VPN Client version 2.1900:39.0 or higher. Modify the downloaded profile xml file and add the **\<includeroutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</includeroutes>** tags. Make sure to update the version number to **2**.
106106

107-
Modify the downloaded profile xml file and add the **\<includeroutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</includeroutes>** tags. Make sure to update the version number to **2**.
107+
For more information about configuring forced tunneling, including additional configuration options, see [How to configure forced tunneling](how-to-forced-tunnel.md).
108108

109109
```xml
110110
<azvpnprofile>

articles/virtual-wan/how-to-forced-tunnel.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@ title: 'Configure forced tunneling for Virtual WAN Point-to-site VPN'
33
titleSuffix: Azure Virtual WAN
44
description: Learn to configure forced tunneling for P2S VPN in Virtual WAN.
55
author: wtnlee
6-
76
ms.service: virtual-wan
87
ms.topic: how-to
9-
ms.date: 3/25/2022
8+
ms.date: 07/12/2022
109
ms.author: wellee
1110

1211
---
1312
# Configure forced tunneling for Virtual WAN Point-to-site VPN
1413

1514
Forced tunneling allows you to send **all** traffic (including Internet-bound traffic) from remote users to Azure. In Virtual WAN, forced tunneling for Point-to-site VPN remote users signifies that the 0.0.0.0/0 default route is advertised to remote VPN users.
1615

17-
## Creating a Virtual WAN hub
16+
## Create a Virtual WAN hub
1817

1918
The steps in this article assume that you've already deployed a virtual WAN with one or more hubs.
2019

@@ -23,13 +22,13 @@ To create a new virtual WAN and a new hub, use the steps in the following articl
2322
* [Create a virtual WAN](virtual-wan-site-to-site-portal.md#openvwan)
2423
* [Create a virtual hub](virtual-wan-site-to-site-portal.md#hub)
2524

26-
## Setting up Point-to-site VPN
25+
## Set up Point-to-site VPN
2726

2827
The steps in this article also assume that you already deployed a Point-to-site VPN gateway in the Virtual WAN hub. It also assumes you have created Point-to-site VPN profiles to assign to the gateway.
2928

3029
To create the Point-to-site VPN gateway and related profiles, see [Create a Point-to-site VPN gateway](virtual-wan-point-to-site-portal.md).
3130

32-
## Advertising default route to clients
31+
## Advertise default route to clients
3332

3433
There are a couple ways to configure forced-tunneling and advertise the default route (0.0.0.0/0) to your remote user VPN clients connected to Virtual WAN.
3534

@@ -46,15 +45,15 @@ To turn on the EnableInternetSecurity flag, use the following PowerShell command
4645
Update-AzP2sVpnGateway -ResourceGroupName "sampleRG" -Name "p2sgwsamplename" -EnableInternetSecurityFlag
4746
```
4847

49-
## Downloading the Point-to-site VPN profile
48+
## Download the Point-to-site VPN profile
5049

5150
To download the Point-to-site VPN profile, see [global and hub profiles](global-hub-profile.md). The information in the zip-file downloaded from Azure portal is critical to properly configuring your clients.
5251

53-
## Configuring forced-tunneling for Azure VPN clients (OpenVPN)
52+
## Configure forced-tunneling for Azure VPN clients (OpenVPN)
5453

5554
The steps to configure forced-tunneling are different, depending on the operating system of the end user device.
5655

57-
## Windows clients
56+
### Windows clients
5857

5958
> [!NOTE]
6059
> For Windows clients, forced tunneling with the Azure VPN client is only available with software version 2:1900:39.0 or newer.
@@ -75,7 +74,7 @@ The steps to configure forced-tunneling are different, depending on the operatin
7574

7675
1. Connect to the newly added connection. You are now force-tunneling all traffic to Azure Virtual WAN.
7776

78-
## MacOS clients
77+
### MacOS clients
7978

8079
Once a macOS client learns the default route from Azure, forced tunneling is automatically configured on the client device. There are no extra steps to take. For instructions on how to use the macOS Azure VPN client to connect to the Virtual WAN Point-to-site VPN gateway, see the [macOS Configuration Guide](openvpn-azure-ad-client-mac.md).
8180

0 commit comments

Comments
 (0)