Questions tagged [openvpn]

Free software implementing virtual private networks (VPN). **Important:** This tag is exclusively for programming-related questions, NOT for general questions on configuring or using VPNs; questions about general network and server administration should be directed to Server Fault, and questions about general software use should be directed to Super User.

OpenVPN is an open source software application that implements virtual private network (VPN) techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. OpenVPN allows peers to authenticate each other using a pre-shared secret key, certificates, or username/password.

In contrast to traditional VPN which uses IPSec/IP protocol (with which many home routers and firewalls have issues), it uses TLS over TCP/IP and UDP/IP protocols.

Read more about OpenVPN at Wikipedia..

954 questions
8
votes
1 answer

How to merge OpenVPN client app with another android app?

I need to connect my application to different servers on my network using openvpn protocol. All works using OpenVPN Connect or OpenVPN for Android apps (link). Now I would like to integrate OpenVPN app with mine so that everything gets…
tulkas85
  • 1,103
  • 1
  • 17
  • 43
8
votes
2 answers

Android VPNService Route Exclusion

I'm using OpenVPN and the new VpnService API that comes with ICS (Android 4.X) Is there a way to define an exclusion of an IP address from the VPN tunnel? (so that traffic which is destined to that ip will be routed directly to the network, without…
7
votes
0 answers

Why don't NRPT rules affect DNS queries on my Windows 10 box?

I have some network services available on my home LAN (subnet 10.88.0.0/24), with internal DNS on that LAN (provided by the router, 10.88.0.1) at a domain suffix like my.lan. On the local network I can access these services via IP or domain name. I…
markb
  • 118
  • 1
  • 6
7
votes
1 answer

K8s: routing traffic to a subnet via a pod (accesing VPN clients from pods)

I'm running an app on Kubernetes / GKE. I have a bunch of devices without a public IP. I need to access SSH and VNC of those devices from the app. The initial thought was to run an OpenVPN server within the cluster and have the devices connect, but…
amq
  • 505
  • 1
  • 6
  • 16
7
votes
0 answers

Connecting Transmission through OpenVPN - Docker Containers

Synology DSM Version : DSM 6.2-23739 Update 2 Docker Version : Docker version 17.05.0-ce, build 9f07f0e-synology Good Afternoon, I have been attempting to connect Transmission via a VPN using an amalgam of the information contained within…
user2337871
  • 450
  • 1
  • 5
  • 14
7
votes
1 answer

Failed to create certificate when I want to run source ./vars and ./clean-all

I found a similar thread, but it still doesn't fix my issue.(OpenVPN Source vars not working on debian) I was setting up OpenVPN according to https://help.ubuntu.com/14.04/serverguide/openvpn.html and there was a problem when I tried to create my…
Orionpax
  • 993
  • 5
  • 13
  • 27
7
votes
2 answers

VM (Parallels) not using the VPN connection on the host (osx mavericks)

I am running Tunnelblick from my Mac. My local network is 192.168.0.0/32 and the network I am trying to connect is 192.168.252.0/22. Also, I am using a VM (Parallels) running Windows 8.1. I want to connect to a VPN from my Mac and share this network…
Lisa Shiphrah
  • 447
  • 4
  • 13
6
votes
1 answer

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 of gingerbread, I found the old tun.ko file is…
dumbfingers
  • 7,001
  • 5
  • 54
  • 80
6
votes
1 answer

AWS Client VPN DNS Resolution for RDS

I've set up Client-VPN and can't seem to reach my RDS instance in a private subnet. I can reach EC2 instances using IP but not by DNS. My setup looks a little like this: VPC: CIDR: 10.0.0.0/16 DNS Resolution: Enabled DNS Hostnames:…
Alex Bailey
  • 1,260
  • 12
  • 27
6
votes
2 answers

Openvpn with username and password

I have configure OpenVPN it is working fine. But I always need to import configuration and it has ca certificate, I enabled username and password authentication. But still I need to add this certificate. How can I connect openvpn without certificate…
Kamal Panhwar
  • 2,345
  • 3
  • 21
  • 37
6
votes
2 answers

Access database on Windows server through VPN from nodejs running on Linux

I'm kind of lost in my current project. From a linux machine (Ubuntu server), running a code in nodejs I have to connect to a windows server, through VPN, and access a mySQL server running on it. About the VPN server I only know it's Windows and I…
Gustavo Vargas
  • 2,497
  • 2
  • 24
  • 32
6
votes
1 answer

linux openvpn route add command failed

I am trying to access my office vpn through their provided opvn file with my linux (ubuntu 14.04 LTS) laptop, but it is failing with following error: Wed May 6 22:36:55 2015 /sbin/ip route add xxx.xxx.xxx.xxx/16 via yyy.yyy.yyy.yyy (actual ips…
Tomas B
  • 121
  • 2
  • 6
6
votes
3 answers

How to open tap device on android using native code C?

I am trying build a VPN client mobile for Android based applications that connect to virtual infrastructure over VPN tunnel. I have a similar application for Linux/Windows and I know how to open a tun/tap device (open /dev/net/tun). How do we do the…
TJ13
  • 75
  • 3
  • 8
6
votes
1 answer

Connect OpenVPN in Chrome extension?

Is it possible to connect openVPN programmatically from the Chrome extension API? All I've found in Chrome extensions API docs are chrome.proxy and chrome.socket. I belive it is possible to run external program using NPAPI and this extenral program…
Kirzilla
  • 16,368
  • 26
  • 84
  • 129
6
votes
4 answers

Transmission-daemon inside Docker container with OpenVPN/privateinternetaccess.com port forwarding

I've been experimenting with moving my seedbox into a Docker container and I think I'm up against a chicken/egg problem: The current seedbox setup has OpenVPN running (all internet goes through the VPN) through privateinternetaccess.com. I have a…
Scott Hansen
  • 762
  • 6
  • 8
1 2
3
63 64