AlwaysOn VPN not supported in macOS

In the document by Apple over here, it says that AlwaysOn VPN is supported in macOS 10.7+. However, AlwaysOn doesn't seem to work in macOS even in that latest OS. We came across a post where it states that it is supported only for iOS. We had a requirement for supporting AlwaysOn VPN for macOS.

Also, in the console log, we found the following error while sending a profile with AlwaysOn VPN configuration

error	16:19:45.716722+0530	mdmclient	NEConfiguration initWithVPNPayload: failed
error	16:19:45.717076+0530	mdmclient	[ERROR] <<<<< PlugIn: InstallPayload [NEProfileIngestionPlugin] Error: Error Domain=ConfigProfilePluginDomain Code=-319 "The ‘VPN Service’ payload could not be installed. The VPN service could not be created." UserInfo={NSLocalizedDescription=The ‘VPN Service’ payload could not be installed. The VPN service could not be created.} <<<<<
AlwaysOn VPN not supported in macOS
 
 
Q