user8647701
user8647701

Reputation: 1

How to connect to VPN of type L2TP programatically in ios8

I have a mobile configuration file and the VPNTYPE is L2TP. How can I connect to this vpn programatically ? Can I use NETWORK/EXTENSION framework for this? There are only 2 protocol classes - NEVPNProtocolIPSec and NEVPNProtocolIKEv2.

Upvotes: 0

Views: 772

Answers (1)

Maxim Kholyavkin
Maxim Kholyavkin

Reputation: 4573

No, you can't use SDK 8 NetworkExtension.framework to connect to L2TP. It can be used for IPSec with IKEv1 and IKEv2 only.

Upvotes: 1

Related Questions