Skip to content

Commit ba6643c

Browse files
authored
Added note about DNS NRPT
Added note about DNS NRPT with P2S AD Client, so users can troubleshoot their current in-use DNS servers when making modifications to the XML.
1 parent 160fc1d commit ba6643c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/vpn-gateway/openvpn-azure-ad-client.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ You can modify the downloaded profile XML file and add the **\<dnsservers>\<dnss
181181
</azvpnprofile>
182182
```
183183

184+
> [!NOTE]
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](https://docs.microsoft.com/en-us/powershell/module/dnsclient/get-dnsclientnrptpolicy?view=win10-ps) in PowerShell.
186+
>
187+
184188
### How do I add custom routes to the VPN client?
185189

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

0 commit comments

Comments
 (0)