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/vpn-gateway/openvpn-azure-ad-client-mac.md
+12-31Lines changed: 12 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.date: 11/22/2022
11
11
ms.author: cherylmc
12
12
13
13
---
14
-
# Configure an Azure VPN Client - Azure AD authentication - macOS
14
+
# Configure the Azure VPN Client - Azure AD authentication - macOS
15
15
16
16
This article helps you configure a VPN client for a computer running macOS 10.15 and later to connect to a virtual network using Point-to-Site VPN and Azure Active Directory authentication. Before you can connect and authenticate using Azure AD, you must first configure your Azure AD tenant. For more information, see [Configure an Azure AD tenant](openvpn-azure-ad-tenant.md). For more information about Point-to-Site connections, see [About Point-to-Site connections](point-to-site-about.md).
17
17
@@ -21,7 +21,7 @@ This article helps you configure a VPN client for a computer running macOS 10.15
21
21
>
22
22
23
23
For every computer that you want to connect to a VNet using a Point-to-Site VPN connection, you need to do the following:
24
-
24
+
25
25
* Download the Azure VPN Client to the computer.
26
26
* Configure a client profile that contains the VPN settings.
27
27
@@ -31,14 +31,18 @@ If you want to configure multiple computers, you can create a client profile on
31
31
32
32
Before you can connect and authenticate using Azure AD, you must first configure your Azure AD tenant. For more information, see [Configure an Azure AD tenant](openvpn-azure-ad-tenant.md).
33
33
34
-
## <aname="download"></a>To download the Azure VPN client
34
+
## Download the Azure VPN Client
35
35
36
36
1. Download the [Azure VPN Client](https://apps.apple.com/us/app/azure-vpn-client/id1553936137) from the Apple Store.
37
37
1. Install the client on your computer.
38
38
39
-
## <aname="import"></a>To import a connection profile
1. To generate the VPN client profile configuration package, see [Working with P2S VPN client profile files](about-vpn-profile-download.md).
42
+
1. Download and extract the VPN client profile configuration files.
43
+
44
+
## Import VPN client profile configuration files
40
45
41
-
1. Download and extract the profile files. For steps, see [Working with VPN client profile files](about-vpn-profile-download.md).
42
46
1. On the Azure VPN Client page, select **Import**.
43
47
44
48
:::image type="content" source="media/openvpn-azure-ad-client-mac/import-1.png" alt-text="Screenshot of Azure VPN Client import selection.":::
@@ -55,7 +59,7 @@ Before you can connect and authenticate using Azure AD, you must first configure
55
59
56
60
:::image type="content" source="media/openvpn-azure-ad-client-mac/import-5.png" alt-text="Screenshot of Azure VPN Client connected status and disconnect button.":::
57
61
58
-
## <aname="manual"></a>To create a connection manually
62
+
## To create a connection manually
59
63
60
64
1. Open the Azure VPN Client. Select **Add** to create a new connection.
61
65
@@ -87,9 +91,9 @@ Before you can connect and authenticate using Azure AD, you must first configure
87
91
88
92
:::image type="content" source="media/openvpn-azure-ad-client-mac/add-5.png" alt-text="Screenshot of Azure VPN Client connected and disconnect button.":::
89
93
90
-
## <aname="remove"></a>To remove a connection profile
94
+
## To remove a VPN connection profile
91
95
92
-
You can remove the VPN connection profile from your computer.
96
+
You can remove the VPN connection profile from your computer.
93
97
94
98
1. Navigate to the Azure VPN Client.
95
99
1. Select the VPN connection that you want to remove, click the dropdown, and select **Remove**.
@@ -102,29 +106,6 @@ You can remove the VPN connection profile from your computer.
102
106
103
107
You can configure the Azure VPN Client with optional configuration settings such as additional DNS servers, custom DNS, forced tunneling, custom routes, and other additional settings. For a description of the available optional settings and configuration steps, see [Azure VPN Client optional settings](azure-vpn-client-optional-configurations.md).
104
108
105
-
### How do I block (exclude) routes from the VPN client?
106
-
107
-
You can modify the downloaded profile XML file and add the **\<excluderoutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</excluderoutes>** tags.
108
-
109
-
```
110
-
<azvpnprofile>
111
-
<clientconfig>
112
-
113
-
<excluderoutes>
114
-
<route>
115
-
<destination>x.x.x.x</destination><mask>24</mask>
116
-
</route>
117
-
</excluderoutes>
118
-
119
-
</clientconfig>
120
-
</azvpnprofile>
121
-
```
122
-
123
-
> [!NOTE]
124
-
> - The default status for clientconfig tag is <clientconfig i:nil="true" />, which can be modified based on the requirement.
125
-
> - Duplicate clientconfig tag is not supported on macOS, so make sure the clientconfig tag is not duplicated in the XML file.
126
-
>
127
-
128
109
## Next steps
129
110
130
111
For more information, see [Create an Azure AD tenant for P2S Open VPN connections that use Azure AD authentication](openvpn-azure-ad-tenant.md).
Copy file name to clipboardExpand all lines: articles/vpn-gateway/openvpn-azure-ad-client.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,32 +9,32 @@ ms.date: 11/22/2022
9
9
ms.author: cherylmc
10
10
11
11
---
12
-
# Configure an Azure VPN Client - Azure AD authentication - Windows
12
+
# Configure the Azure VPN Client - Azure AD authentication - Windows
13
13
14
-
This article helps you configure the Azure VPN Client on a Windows computer to connect to a virtual network using a VPN Gateway point-to-site VPN and Azure Active Directory authentication. Before you can connect and authenticate using Azure AD, you must first configure your Azure AD tenant. For more information, see [Configure an Azure AD tenant](openvpn-azure-ad-tenant.md). For more information about point-to-site, see [About point-to-site VPN](point-to-site-about.md). The Azure VPN Client supported with Windows FIPS mode with the [KB4577063](https://support.microsoft.com/help/4577063/windows-10-update-kb4577063) hotfix.
14
+
This article helps you configure the Azure VPN Client on a Windows computer to connect to a virtual network using a VPN Gateway point-to-site (P2S) VPN and Azure Active Directory authentication. Before you can connect and authenticate using Azure AD, you must first configure your Azure AD tenant. For more information, see [Configure an Azure AD tenant](openvpn-azure-ad-tenant.md). For more information about point-to-site, see [About point-to-site VPN](point-to-site-about.md). The Azure VPN Client supported with Windows FIPS mode with the [KB4577063](https://support.microsoft.com/help/4577063/windows-10-update-kb4577063) hotfix.
To generate the VPN client profile configuration package, see [Working with P2S VPN client profile files](about-vpn-profile-download.md). After you generate the package, follow the steps to extract the profile configuration files.
34
+
1. To generate the VPN client profile configuration package, see [Working with P2S VPN client profile files](about-vpn-profile-download.md).
35
+
1. Download and extract the VPN client profile configuration files.
For Azure AD authentication configurations, the **azurevpnconfig.xml** is used. The file is located in the **AzureVPN** folder of the VPN client profile configuration package.
0 commit comments