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/openvpn-azure-ad-client.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ These steps help you configure your connection to connect automatically with Alw
146
146
147
147
## FAQ
148
148
149
-
### How do I add DNS suffixes to the VPN client?
149
+
### <aname="add-suffix"></a>How do I add DNS suffixes to the VPN client?
150
150
151
151
You can modify the downloaded profile XML file and add the **\<dnssuffixes>\<dnssufix> \</dnssufix>\</dnssuffixes>** tags.
152
152
@@ -164,7 +164,7 @@ You can modify the downloaded profile XML file and add the **\<dnssuffixes>\<dns
164
164
</azvpnprofile>
165
165
```
166
166
167
-
### How do I add custom DNS servers to the VPN client?
167
+
### <aname="custom-dns"></a>How do I add custom DNS servers to the VPN client?
168
168
169
169
You can modify the downloaded profile XML file and add the **\<dnsservers>\<dnsserver> \</dnsserver>\</dnsservers>** tags.
170
170
@@ -185,11 +185,11 @@ You can modify the downloaded profile XML file and add the **\<dnsservers>\<dnss
185
185
> The OpenVPN Azure AD client utilizes DNS Name Resolution Policy Table (NRPT) entries, which means DNS servers will not be listed under the output of `ipconfig /all`. To confirm your in-use DNS settings, please consult [Get-DnsClientNrptPolicy](/powershell/module/dnsclient/get-dnsclientnrptpolicy) in PowerShell.
186
186
>
187
187
188
-
### Can I specify multiple certificates for the VPN client?
188
+
### <aname="multi-cert"></a>Can I specify multiple certificates for the VPN client?
189
189
190
190
If you have 2 hubs for your virtual WAN that are each configured for P2S User VPN and use the same VPN configuration, and that configuration is configured to use multiple certificates, you can now configure the VPN clients for multiple certificates. This means that if one certificate can't be used for any reason, the other certificate can still be used for authentication. Previously, you couldn't configure the client with the settings for both certificates. Go to the Virtual WAN -> User VPN configurations page, select the User VPN configuration used by both hubs, then select **Download virtual WAN user VPN profile** to download the global user VPN profile (rather than the hub profile). The files you download contain the root end certificates. You can configure multiple certificate support on the client side by either using the Azure VPN Client interface (version 2.1963.44.0 or higher), or by using a multiple certificate tag in the xml profile.
191
191
192
-
### How do I add custom routes to the VPN client?
192
+
### <a name="custom-routes></a>How do I add custom routes to the VPN client?
193
193
194
194
You can modify the downloaded profile XML file and add the **\<includeroutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</includeroutes>** tags.
195
195
@@ -228,7 +228,7 @@ You can modify the downloaded profile XML file and add the **\<includeroutes>\<r
228
228
</azvpnprofile>
229
229
```
230
230
231
-
### How do I block (exclude) routes from the VPN client?
231
+
### <aname="exclude-routes"></a>How do I block (exclude) routes from the VPN client?
232
232
233
233
You can modify the downloaded profile XML file and add the **\<excluderoutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</excluderoutes>** tags.
234
234
@@ -246,7 +246,7 @@ You can modify the downloaded profile XML file and add the **\<excluderoutes>\<r
246
246
</azvpnprofile>
247
247
```
248
248
249
-
### Can I import the profile from a command-line prompt?
249
+
### <aname="import-profile"></a>Can I import the profile from a command-line prompt?
250
250
251
251
You can import the profile from a command-line prompt by placing the downloaded **azurevpnconfig.xml** file in the **%userprofile%\AppData\Local\Packages\Microsoft.AzureVpn_8wekyb3d8bbwe\LocalState** folder and running the following command:
0 commit comments