Skip to content

Commit 9f1316c

Browse files
committed
Update openvpn-azure-ad-client.md
1 parent d53eb3a commit 9f1316c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/virtual-wan/openvpn-azure-ad-client.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ These steps help you configure your connection to connect automatically with Alw
146146

147147
## FAQ
148148

149-
### How do I add DNS suffixes to the VPN client?
149+
### <a name="add-suffix"></a>How do I add DNS suffixes to the VPN client?
150150

151151
You can modify the downloaded profile XML file and add the **\<dnssuffixes>\<dnssufix> \</dnssufix>\</dnssuffixes>** tags.
152152

@@ -164,7 +164,7 @@ You can modify the downloaded profile XML file and add the **\<dnssuffixes>\<dns
164164
</azvpnprofile>
165165
```
166166

167-
### How do I add custom DNS servers to the VPN client?
167+
### <a name="custom-dns"></a>How do I add custom DNS servers to the VPN client?
168168

169169
You can modify the downloaded profile XML file and add the **\<dnsservers>\<dnsserver> \</dnsserver>\</dnsservers>** tags.
170170

@@ -185,11 +185,11 @@ You can modify the downloaded profile XML file and add the **\<dnsservers>\<dnss
185185
> 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.
186186
>
187187
188-
### Can I specify multiple certificates for the VPN client?
188+
### <a name="multi-cert"></a>Can I specify multiple certificates for the VPN client?
189189

190190
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.
191191

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?
193193

194194
You can modify the downloaded profile XML file and add the **\<includeroutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</includeroutes>** tags.
195195

@@ -228,7 +228,7 @@ You can modify the downloaded profile XML file and add the **\<includeroutes>\<r
228228
</azvpnprofile>
229229
```
230230

231-
### How do I block (exclude) routes from the VPN client?
231+
### <a name="exclude-routes"></a>How do I block (exclude) routes from the VPN client?
232232

233233
You can modify the downloaded profile XML file and add the **\<excluderoutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</excluderoutes>** tags.
234234

@@ -246,7 +246,7 @@ You can modify the downloaded profile XML file and add the **\<excluderoutes>\<r
246246
</azvpnprofile>
247247
```
248248

249-
### Can I import the profile from a command-line prompt?
249+
### <a name="import-profile"></a>Can I import the profile from a command-line prompt?
250250

251251
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:
252252

0 commit comments

Comments
 (0)