ios8 - Using NEVPNManager in iOS 8, How can I programatically create VPN connections to custom VPN types? (e.g. Cisco any connect) -
looking @ vpn configuration in apple's configurator tool, offers many different types of vpn, such as
- l2tp
- pptp
- cisco anyconnect
- juniper ssl
- check point mobile vpn etc
i'd create custom vpn configuration programatically using nevpnmanager
, looking @ list of objects added in networkextension framework there 2 protocol classes - nevpnprotocolipsec
, nevpnprotocolikev2
.
i'm new world of vpn's, question this:
are proprietary vpn types (such cisco anyconnect) variations of ipsec or ikev2, , can set them using 1 of protocol classes, or not possible nevpnmanager
you can implement own version of vpn via nevpnmanager, can't use set / edit other vpns (such cisco).
Comments
Post a Comment