I am trying to make application which can be use to connect to VPN using L2TP Protocol for Mac OSX Application using Objective C.
I search a lot regarding this but couldn't find any proper example or tutorial.
I Found halo/macosvpn for mac os vpn connection but it is command line tool i would like to make it in my application.
For E.g If i pass Server id, Shared Secret Key, username, password then my mac should be automatically connect to that VPN Server.
Any help will be appreciated...