Skip to content

Commit b1c1bfc

Browse files
authored
Merge pull request #99328 from anzaman/master
Added FAQ
2 parents 2223a4d + 9168cdc commit b1c1bfc

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: anzaman
66

77
ms.service: vpn-gateway
88
ms.topic: conceptual
9-
ms.date: 11/07/2019
9+
ms.date: 12/18/2019
1010
ms.author: alzam
1111

1212
---
@@ -140,6 +140,20 @@ These steps help you configure your connection to connect automatically with Alw
140140

141141
![diagnose](./media/openvpn-azure-ad-client/diagnose/diagnose4.jpg)
142142

143+
## FAQ
144+
145+
### How do I add DNS suffixes to the VPN client?
146+
147+
You can modify the downloaded profile XML file and add the **\<dnssuffixes>\<dnssufix> \</dnssufix>\</dnssuffixes>** tags
148+
149+
```
150+
<dnssuffixes>
151+
<dnssuffix>.mycorp.com</dnssuffix>
152+
<dnssuffix>.xyz.com</dnssuffix>
153+
<dnssuffix>.etc.net</dnssuffix>
154+
</dnssuffixes>
155+
```
156+
143157
## Next steps
144158

145159
For more information, see [Create an Azure Active Directory tenant for P2S Open VPN connections that use Azure AD authentication](openvpn-azure-ad-tenant.md).

0 commit comments

Comments
 (0)