Free software implementing virtual private networks (VPN). Uses TCP or UDP, not IPSec.
2
votes
1answer
7k views
openvpn - unable to browse internet after connect to openVPN
I have set up a openVPN tunnel using the following server side configuration:
port 1194
proto udp
dev tun
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
ca ca.crt
cert server.crt
key ...
1
vote
1answer
262 views
How to build a tap adapter?
I want to make a tap adapter with a differnt name than normally used. I went thru the 7 steps in OemWin2k.inf file and made all changes as instructed.
How to proceed ahead? The syntax checker ...
0
votes
2answers
498 views
Generate custom Windows-based EXE installer from *nix webserver on the fly (OpenVPN client custom installer)
This is related to this other question. I need to dynamically generate a custom Windows EXE installer from a *nix machine (running PHP, or whatever) that contains custom files to be installed on the ...
0
votes
1answer
995 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 ...
1
vote
1answer
661 views
CENTOS Named (BIND DNS) and OPENVPN - How to allow VPN clients to Connect to BIND as DNS
I have setup OpenVPN. All seems to be working fine except that Name Lookups are not done via the BIND DNS server on the server. I have added
push "redirect-gateway def1" and push "dhcp-option DNS ...
0
votes
1answer
146 views
Simple auto updater for OpenVPN config files
We have deployed several OpenVPN servers globally and our 8k+ Windows users have OpenVPN GUI installed. Each server is defined in a config file in the program files directory. As we add new servers to ...
0
votes
1answer
478 views
Create openVPN Certificate with python
Do you guys know a python "script" that can generate openVPN certificates ?
I need this to integrate it with my django project ...
Thx.
3
votes
4answers
1k views
How do I kill an OpenVPN connection using Perl?
Is there any way to kill an OpenVPN connection with a Linux command or Perl command?
0
votes
1answer
434 views
Apache/OpenVPN access restriction
I'm Working on a developpement server where i've set a Virtualhost in order to make Zend Framework work has it's meant to.
Problem is, I'm working with people who have dynamic ips: so I can't ...
1
vote
1answer
738 views
Writing a connection manager for OpenVPN in python
Hi I'm having trouble trying to write a connection manager for OpenVPN in python. My needs are to have a script that listens on port 1195 UDP and when a connections is established, it should forward ...
0
votes
1answer
593 views
Can't get openVPN to correctly push a route
I'm trying to get an openVPN server setup at my house. right now it is currently on a box running ubuntu server. I have everything setup and I can connect to the openVPN box and I can talk with the ...
0
votes
1answer
319 views
PHP ssh2_exec answering to prompt questions
I must use ssh2_exec to install some packages on linux servers. Some of the packages require some answers when installing so I must be able to provide those answers using the ssh2_exec function from ...
1
vote
1answer
1k views
SSH traffic over openvpn freezes under weird circumstances
I have an openvpn (version 2.1_rc15 at both ends) connection setup between two gentoo boxes using shared keys. it works fine for the most part. I use mysql, http, ftp, scp over the vpn with no ...
0
votes
1answer
953 views
Using OpenVPN Windows TAP driver into my own open-source project
I'm working on a free and open-source project (GPLv3) that basically creates a VPN. The project is meant to be portable (in terms of platform and architecture).
On Linux and Mac OSX, I use the ...
0
votes
1answer
356 views
how to install OpenVPN for Windows XP SP2
I downloaded openvpn-2.0.9-gui-1.0.3-install.exe and began to istall. But it say that it is not tested on Windows XP. Is it safe to setup it on Windows XP? What version to use to setup on Windows XP ...
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.
1
vote
2answers
6k views
Redirect-gateway def1
I have setup OpenVPN on my server, and I am able to connect to it just fine, and browse the web, etc, from the client box.
If I set the following option in the client config, I can no longer browse ...
2
votes
1answer
367 views
How do I launch OpenVPN from within my C# windows application?
If anybody can help me with this, it would be greatly appreciated!
2
votes
1answer
3k views
OpenVPN TAP Driver Installation
I'm trying to control multiple instances of OpenVPN's TAP driver in windows via tapinstall. It seems that because all of the devices have the same HWID -- 'tap0901' -- I'm unable to remove any single ...
0
votes
1answer
918 views
using python expect to run openvpn
i need a python script to run open vpn automaticaly
but i use sudo for run the open vpn
sudo openvpn --cd /etc/openvpn --config openvpn.conf &
thats my terminal command. i have to give the ...
4
votes
2answers
1k views
Is it possible to setup a VPN on Heroku?
Is it possible to setup a VPN using openVPN on heroku to keep a staging environment private? If so, anyone have a writeup or links?
0
votes
1answer
635 views
What does errno=13 mean when connecting via OpenVPN?
The tail-end of an OpenVPN connection (that otherwise appears successful) says (with leading timestamps omitted):
Note: Cannot open TUN/TAP dev /dev/net/tun: Permission denied (errno=13)
Note: ...
3
votes
2answers
7k views
OpenVPN --auth-user-pass FILE option on Windows
If you try to pass the username/password to OpenVPN from a file via the --auth-user-pass switch, you get the following error:
"Sorry, 'Auth' password cannot be read from a file."
At least they're ...
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 ...
3
votes
1answer
3k views
DEVCON.EXE (driver tool) and OpenVPN
We have written an application that manages OpenVPN from the tray as an add-on for a bigger software package.
OpenVPN includes a file called tapinstall.exe that installs the OpenVPN adapter (or any ...
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 ...
1
vote
4answers
799 views
ssh/VPN access from dynamic IPs / while travelling. knockd or dynDNS based authentication?
What are the advantages and disadvantages of using knockd vs. using dynamic DNS based authentication for ssh or VPN logins from a dynamic IP address or while travelling (i.e. some random hotel IP)? ...
2
votes
8answers
10k views
Revoke OpenVPN Access [closed]
An employee has left the company, so we need to revoke his OpenVPN access. Unfortunately, we don't have a good record of which certs were created or being used. He probably has multiple certificates ...
3
votes
3answers
7k views
How can openvpn deal with both dynamic and fixed IP addresses?
I have an OpenVPN server that dynamically assigns IP addresses (dhcp-style) to its clients. The address range is specified with a --server directive in the config file. I need to exclude a small ...
1
vote
1answer
7k views
OpenVPN Config file to prevent timeout
I am using OpenVPN with an *.opvn config file under Windows XP to connect to a VPN server. Everything works fine, I connect successfully, but after 2 minutes or so of inactivity my connection dies. ...