Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
1k 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.
3
votes
2answers
1k 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. ...
3
votes
2answers
550 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?
2
votes
1answer
49 views

sending packets to a tap interface using python

I've been trying to send packets to a tap interface using python. I'm monitoring the tap interface using wireshark and no packets are being received. I'm doing this as an exercise mainly to help my ...
2
votes
1answer
744 views

How to compile a “tun.ko” file for OpenVPN?

As you all may know, android has a very frequent system updates, and for each major updates, as long as the linux kernel changed, the tun.ko file needs to be re-compiled. For the very recent update ...
2
votes
1answer
174 views

VPN IP Bind Option for OSX?

Hello there helpful stackoverflow community :) This is an OSX specific question. I have been googling my a$$ off, looking at OpenVPN clients like tunnelblick and viscosity. Obviously I'd like to use ...
2
votes
1answer
203 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
1k 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 ...
2
votes
2answers
5k 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
1answer
2k 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 ...
2
votes
8answers
5k 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 ...
2
votes
2answers
5k 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
0answers
27 views

Pre-configured EC2 VPN AMI

I have been google-ing around for the answer to this for that last hour or so but can't find anything on it. I would like to have pre-configured ami for AWS EC2 that will let me spin up an instance ...
1
vote
0answers
54 views

Connecting two WLANs, one using internet from the other, different SSID and security settings

I am a student working at a library job. Its a great job for a student, since I have lots of downtime to study and get other work done. So naturally, i want to work on my java projects. I spoke with ...
1
vote
0answers
58 views

VPN client to use selected client N/W interface to connect to remote server

This is what I wish to achieve. Am using openvpn client on a linux box. Am trying to aggregate bandwidth over two ppp connections over EVDO ( USB wireless broadband dongle). --> ...
1
vote
1answer
75 views

How to find missing component for WindowsCE executable

I have set up an OpenVPN port for WindowsCE on my device (CHD Five) with WindowsCE 5.0, but on .exe startup it pops out: Cannot find 'ovpncmgr' (or one of its components). Make sure the path and ...
1
vote
0answers
255 views

How to have clients under multiple subnets by using OpenVPN?

I am using OpenVPN to set up a virtual network environment for testing. Currently I have one router (192.168.1.1) and three machines (A, B ,C) connected to it, I wish to have each machine running ...
1
vote
1answer
307 views

how to encrypt vpnc Xauth password in /etc/vpn/example.cfg file?

when i set up vpnc, i created a /etc/vpnc/example.cfg file so that i don't have to enter everything every time. one of the lines is "Xauth password " where i have to enter it in plain text. is there ...
1
vote
0answers
123 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 ...
1
vote
1answer
389 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 ...
1
vote
3answers
313 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?
1
vote
1answer
300 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 ...
1
vote
1answer
553 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 ...
1
vote
2answers
1k 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 ...
1
vote
2answers
1k 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
3k 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
704 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)? ...
0
votes
0answers
12 views

OpenVPN in XP virtual machine must be restarted after a time

After upgrading to OS X Lion recently on my main machine, I had some problems with OpenVPN. I have OpenVPN installed in XP Virtual Machines. In fact I have both a Parallels 7 VM (version 7.0.14924) ...
0
votes
0answers
15 views

OpenVPN configuration on Ubuntu [migrated]

I want to use OpenVPN on Ubuntu. The following three files are provided: client.conf tccg-ca.crt tccg-ta.key What are the steps to configure OpenVPN in Ubuntu by using these files. I have ...
0
votes
0answers
35 views

How to route all internet traffic via a virtual tap device and a public server [migrated]

We want to route all traffic from one pc to a local virtual device (TAP-Win32 Adapter which is also used by OpenVPN) and then from there to another tap device on a public server. after that all ...
0
votes
0answers
67 views

How to use OpenVPN in iPad without Jailbroken ? is it possible? [closed]

I have setted one openvpn server and it works fine with my PCs. But as many guide/manual said, if I want to use OpenVPN on iPad I have to jailbroken first. Is it possible to direct use OpenVPN without ...
0
votes
0answers
23 views

Copy command doesn't work in Visual Studio when connected with OpenVPN

Sometimes I have to do some work from home, then I connect to my machine using OpenVPN. At work I currently use Visual Studio 2010 and everything works fine, except for one thing: I can't copy/paste ...
0
votes
1answer
42 views

Python OpenVPN Script

I am attempting to write a python script for linux to start openvpn and have been running into a problem getting openvpn to start using subprocess. I am using the following to start openvpn: ...
0
votes
1answer
27 views

How to handle OpenVPN client as a service, when the laptop is physically on the network already? [closed]

The Setup I've gotten OpenVPN working on our Windows XP laptops. Users are limited, so I went ahead and set OpenVPN client to run as a service, which is great anyway because that means they are on ...
0
votes
1answer
53 views

Setting VPN using Java

I need to open a san box url while using file browse button in a web application. For that i planed to set VPN using Java code.I tried it google but could not find any solutions so for. Any Idea for ...
0
votes
1answer
35 views

Share internet with openVPN

I have setup a openVPN server on my centOS server. What I would like to do is use the internet of this centOS server form my macbook On my mac i have installed and perfectly configured tunnelblick (i ...
0
votes
1answer
90 views

Client openvpn on debian: connection error ( virtual private server )

I tested this account vpn on windows and it connects well , I tried openvpn on debian tested on a vps (virtual private server) and I get the error below. it is I who has masked the ip vpn, I am a copy ...
0
votes
0answers
36 views

OpenVPN Bad Backslash error on Windows Server

Has anyone come up with a solution? I found the same question asked several times on the OpenVPN forums, with no answers for years. I am installing on Windows 2003 x86 server, and there are no ...
0
votes
0answers
424 views

openvpn error: TLS Error: TLS key negotiation failed to occur within 60 seconds

I've got a problem on implementin openvpn So I'm here and hope some one could help me the story: I've installed openvpn server on a ubuntu server VPS and I've used the tun point-to-point instead of ...
0
votes
1answer
185 views

How can I modify/redirect packets in Windows with rewritten OpenVPN tun/tap dirver

I want to make an transparent chain-proxy using a redirect server and chain proxy client written in Qt for Windows. I've tried ndis+tdi but it's too complicated for me. I've started to break through ...
0
votes
0answers
61 views

free vpn proxy with POP3 support [closed]

i am looking for free VPN proxy which support SMTP support. i have come accross many but none of them is working and in ultravpn i am unable to crate a account i got error connection to mysql ...
0
votes
0answers
83 views

OpenVPN bridge. Can't access machines on local network

Followed this guide: https://wiki.archlinux.org/index.php/OpenVPN_Bridge This is my setup: I have a wireless router(192.168.2.1) which connects to the Internet through a PPPoE connection and acts as ...
0
votes
1answer
93 views

OpenVPN --show-pkcs11-slots not available on Windows version?

I am currently having issues with OpenVPN, it appears that the "--show-pkcs11-slots" switch does not work on OpenVPN for Windows, I have also tried the --help switch and it does not appear to be ...
0
votes
0answers
141 views

Openvpn Build-key-pass from script (standard input - linux)

I want to make a script, that makes a new key for OpenVPN with the easy-rsa/build-key-pass tool. The core idea is the following (wich won't works, cause it stops me on the password input, and I must ...
0
votes
0answers
46 views

Applications using OPENVPN [closed]

This might not be a programming question but am looking for a project to build using OPENVPN, my prof seems interested in this field in particular and I don't really know what can be done using it,any ...
0
votes
1answer
138 views

OpenVPN in a LAN-to-LAN setup for virtualization guest on two hosts [closed]

I'm trying to setup a network between to machine in a proxmox cluster and i'm totally lost :'( Here is my configuration Machine ONE (1.1.0.1) with 4 VMs (1.1.0.101 to 1.1.0.104) : This machine is ...
0
votes
1answer
261 views

Unable to connect because your certificate is not yet valid. Check that your system time is correct

I don't know what i did wrong. My time is correct, i even updated it from microsoft. client config: tls-client client dev tun proto udp remote xx.xxx.xxx.xxx 80 resolv-retry infinite nobind tun-mtu ...
0
votes
1answer
137 views

Setting up VPN so that web application can securely stream audio files

We have a web application (php) that retrieves audio via a local ip using flash (path to file gotten from mySQL). This is ok, but we can't access the files unless we're on the local network (clearly). ...
0
votes
0answers
38 views

Any keys to be generated? - not able to take svn checkout from remote server over VPN, using public key authentication

My problem is that I am not able to take checkout from a remote server, over VPN and in the presence of public/private key authentication (correct me here if my sentence is wrong). I have explained ...
0
votes
1answer
412 views

Custom PAM config: How can I pass username/password parameters to an pam_exec.so module?

I'm using openvpn, a PAM aware app. It has the following useful documentation: For example: plugin openvpn-auth-pam.so "login login USERNAME password PASSWORD" tells auth-pam to (a) use the ...

1 2