Free software implementing virtual private networks (VPN). Uses TCP or UDP, not IPSec.
8
votes
2answers
3k views
Is there a VPN-provider API for Android?
Is there a way to build a VPN 'provider' for Android? A way to add new VPN types to the existing VPN infrastructure? OpenVPN, for instance, though also things like pppoe might fit in this category.
2
votes
0answers
859 views
Android: VPN In Android
I am exploring VPN Connectivity in android. I am new to this section.I have few questions to ask
I want to know how to setup a VPN connection in Android using an application?
I came across a sample ...
0
votes
1answer
2k views
Android: Sample Code to use own VPN connection in Android 4.0 using VPNService API
Iam new to android and iam trying to establish and connect to our own vpn (Not the default vpn providers i.e, PPTP,L2TP etc which is present in the Android Setting -> Wireless and Networks) ...
3
votes
2answers
4k views
SVN+SSH checkout over VPN using tortoise SVN, Smartsvn failing
System & connection details
I am using a 64-bit system running Windows 7. I have Open VPN and Tortoise SVN 64-bit installed.
The repository is in a remote system, and we connect using VPN.
...
2
votes
2answers
2k views
C# - Close OpenVPN Cleanly
We have written an application that sits in the tray controlling OpenVPN as an extension to a bigger application.
If you run openvpn.exe on command line, you can press F4 to close it. We need to do ...
1
vote
2answers
5k views
How do I programmatically disconnect an OpenVPN connection?
I am creating a WinForms application to start and stop an OpenVPN connection on Windows. I am trying to achieve the same functionality as OpenVPN GUI for Windows (http://openvpn.se/) provides but ...
0
votes
1answer
999 views
Problem disconnecting OpenVpn from application
I am tring to connect a remote server via openvpn using C#. I am able to connect it successfully. but disconneecting seems to not work properly.
Once I close my app, I am not able to access the ...