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/vpn-gateway/openvpn-azure-ad-client.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,24 @@ 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 routes to the VPN client?
168
+
169
+
You can modify the downloaded profile XML file and add the **\<route>\<includeroutes>\<destination>\<mask> \</route>\</includeroutes>\</destionation>\</mask>** tags
170
+
171
+
```
172
+
<azvpnprofile>
173
+
<clientconfig>
174
+
175
+
<includeroutes>
176
+
<route>
177
+
<destination>x.x.x.x</destination><mask>24</mask>
178
+
</route>
179
+
</includeroutes>
180
+
181
+
</clientconfig>
182
+
</azvpnprofile>
183
+
```
184
+
167
185
## Next steps
168
186
169
187
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