Forum Discussion
MatthewShulman
Aug 18, 2021Brass Contributor
Azure VPN Client - need to set DNS Suffix
We have laptops rolled out with autopilot and apps installed as well. Everything works great, except we are working on migrating to the Azure VPN client and need to somehow set the DNS suffix. I tr...
Richard Roy
Jan 17, 2022Brass Contributor
so then if we do that how do we do it for all the users? Do I have to make the tweaks of the package I download, then, recreate a package, and deliver that to everyone that needs it and have them do it? I am sure you understand that doing things for a single user versus hundreds is a bit of a different scale. This process also means that anytime something changes we have to remember to repeat it, so, depending how often one has to do that or how many end users and their skillsets, it may be cheaper and easier in the long run to set up a forwarder.
cknabelal
Dec 28, 2022Copper Contributor
Richard Roy apparently it can be done with InTune - https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-profile-intune
- chris-lutonApr 19, 2023Copper Contributor
It can be done in the azurevpnconfig file as well. It didn't work for me until I preceeded the domain suffixes with a period (.) as it was shown in the example below.
WORKED FOR ME
<dnssuffixes>
<dnssuffix>.domain1.com</dnssuffix>
<dnssuffix>.domain2.com</dnssuffix>
</dnssuffixes>DID NOT WORK FOR ME
<dnssuffixes>
<dnssuffix>domain1.com</dnssuffix>
<dnssuffix>domain2.com</dnssuffix>
</dnssuffixes>Yes I know this is weird. 🙂
Chris