|
What boggles me about the VPN implementation on Mac is the massive amount of functionality that is not accessible unless you are using Apple Configurator to create a profile. Then you have to install the profile, and for any configuration change, you have to repeat the process. For example, even though you can create a basic IKEv2 config, most of the parameters that are needed to actually make it work with a given router are not accessible except in Configurator. You cannot configure the encryption or hash algos, DH Group, group identifiers, etc. And there is no access at all to other VPN types, such as a number of vendor-specific options, custom SSL, etc., even though they are supported. Why can't there be advanced options for this stuff? It makes no sense. |
1. You navigate your device to the MDM web portal served from the Mac running Server.app;
2. the MDM portal recognizes your MAC address as a new device, and allows you to register it;
3. an MDM profile is auto-generated for you, which you download and install;
4. the MDM profile transparently manages/updates a real (Apple Configurator) profile, which has been customized by the MDM for any settings keyed specifically to your computer's MAC address.
Using Apple Configurator without MDM, just using Configurator .profile files, would be like using Windows Group Policy without Active Directory, just using GPO .cab files. It's possible, but just kinda silly.