Skip to content

Commit 49aff2a

Browse files
authored
Merge pull request #49996 from ryanborMSFT/patch-25
Added note about DNS NRPT with P2S AD Client
2 parents a42b855 + dd9dd33 commit 49aff2a

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/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)