Tagged Questions

1
vote
1answer
30 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
0answers
19 views

Creating OpenVPN Keys and Cert using ruby - how

Id like to be able to create client keys for an openvpn setup from within a ruby script. Im wondering how to go about this. Im assuming i coudl create my own CA and key generation code in ruby. Or i …
0
votes
0answers
75 views

How to connect openvpn point-to-point with both dynamic ips?

How i can connect openvpn point-to-point link with both dynamic IP? Yes, i know about dyndns, but i do not want to use it. Maybe by STUN server?
0
votes
1answer
27 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: …
0
votes
0answers
156 views

OpenVPN: problems using network-manager in Ubuntu

I have a small mystery regarding OpenVPN - I hope some guru out there can help. Here's the situation: I want to establish a VPN for use by a single client. The server runs OpenVPN 1.6; the client is …
0
votes
0answers
199 views

OpenVPN: Connection established but can’t connect to server [closed]

I am trying to set up OpenVPN to allow me to connect a number of laptops to my network in a way that allows the laptops to connect to specific computers via HTTP (to e.g. a server management page) and …
0
votes
1answer
793 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 …
0
votes
2answers
242 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
1answer
453 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 …
0
votes
2answers
394 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
0answers
81 views

linuxzoo.net [closed]

Hi all, where can i get informations to build something like http://linuxzoo.net http://linuxzoo.net/page/tech.html or at least resemble it to instruct students on linux thanks in advance
1
vote
2answers
1k 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 …
0
votes
4answers
342 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
8answers
938 views

Revoke OpenVPN Access

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 …