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
.
Asked
Active
Viewed 760 times
0

Piyush Dubey
- 2,416
- 1
- 24
- 39

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

Maxim Kholyavkin
- 4,463
- 2
- 37
- 82