I'm exploring VPN Connectivity in Android.
I want to know how to setup a VPN connection in Android using an application.
I came across some sample code named
ToyVpn
. I ran the application but I didn't know what data I had to give in the form displayed by that application. Considering I have a VPN server with an IP address (say 10.162.1.2), what do I need to do in that application so this app work ?If I try to use a public VPN server, what do I need to do?
I downloaded
OpenVPN
source code from GIT/ics-openvpn and I compiled it and ran on myICS
device, but I didn't know how to configure the data that needs to be entered.
Please can somebody provide the exact way to use this app ?