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/azure-vpn-client-optional-configurations-windows.md
+4-4Lines changed: 4 additions & 4 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 configure the Azure VPN Client optional configuration
5
5
author: cherylmc
6
6
ms.service: virtual-wan
7
7
ms.topic: how-to
8
-
ms.date: 07/06/2022
8
+
ms.date: 07/12/2022
9
9
ms.author: cherylmc
10
10
11
11
---
@@ -100,11 +100,11 @@ Modify the downloaded profile xml file and add the **\<includeroutes>\<route>\<d
100
100
</azvpnprofile>
101
101
```
102
102
103
-
### <aname="forced-tunneling"></a>Direct all traffic to the VPN tunnel (force tunnel)
103
+
### <aname="forced-tunneling"></a>Direct all traffic to the VPN tunnel (forced tunneling)
104
104
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**.
106
106
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).
Copy file name to clipboardExpand all lines: articles/virtual-wan/how-to-forced-tunnel.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,17 @@ title: 'Configure forced tunneling for Virtual WAN Point-to-site VPN'
3
3
titleSuffix: Azure Virtual WAN
4
4
description: Learn to configure forced tunneling for P2S VPN in Virtual WAN.
5
5
author: wtnlee
6
-
7
6
ms.service: virtual-wan
8
7
ms.topic: how-to
9
-
ms.date: 3/25/2022
8
+
ms.date: 07/12/2022
10
9
ms.author: wellee
11
10
12
11
---
13
12
# Configure forced tunneling for Virtual WAN Point-to-site VPN
14
13
15
14
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.
16
15
17
-
## Creating a Virtual WAN hub
16
+
## Create a Virtual WAN hub
18
17
19
18
The steps in this article assume that you've already deployed a virtual WAN with one or more hubs.
20
19
@@ -23,13 +22,13 @@ To create a new virtual WAN and a new hub, use the steps in the following articl
23
22
*[Create a virtual WAN](virtual-wan-site-to-site-portal.md#openvwan)
24
23
*[Create a virtual hub](virtual-wan-site-to-site-portal.md#hub)
25
24
26
-
## Setting up Point-to-site VPN
25
+
## Set up Point-to-site VPN
27
26
28
27
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.
29
28
30
29
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).
31
30
32
-
## Advertising default route to clients
31
+
## Advertise default route to clients
33
32
34
33
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.
35
34
@@ -46,15 +45,15 @@ To turn on the EnableInternetSecurity flag, use the following PowerShell command
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.
52
51
53
-
## Configuring forced-tunneling for Azure VPN clients (OpenVPN)
52
+
## Configure forced-tunneling for Azure VPN clients (OpenVPN)
54
53
55
54
The steps to configure forced-tunneling are different, depending on the operating system of the end user device.
56
55
57
-
## Windows clients
56
+
###Windows clients
58
57
59
58
> [!NOTE]
60
59
> 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
75
74
76
75
1. Connect to the newly added connection. You are now force-tunneling all traffic to Azure Virtual WAN.
77
76
78
-
## MacOS clients
77
+
### MacOS clients
79
78
80
79
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).
0 commit comments