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
3
votes
2 answers

Kubernetes Pod to run with OpenVPN client sidecar and have functional DNS through the tunnel and in cluster

I attempt to build a Pod that runs a service that requires: cluster-internal services to be resolved and accessed by their FQDN (*.cluster.local), while also have an active OpenVPN connection to a remote cluster and have services from this remote…
Dyin
  • 5,815
  • 8
  • 44
  • 69
3
votes
1 answer

How to get a valid SSL Cert for Private Route 53 hosted zone on a VPN

I have created a VPN (via an Client VPN Enpoint), which has access to a VPC in AWS - from which I can resolve a private domain from a Private Route 53 hosted zone. (dashboard.internal) This is all working brilliantly, I can connect to the VPN and…
3
votes
1 answer

Can't connect Client VPN Endpoint to RDS in a VPC

I had set up a Client VPN Endpoint (Client CIDR 10.0.132.0/22), with associations to two private subnets (10.0.2.0/24 and 10.0.3.0/24), using one security group. I also have a RDS Database using the same two subnets and the same security group. The…
Leandro
  • 870
  • 2
  • 13
  • 27
3
votes
1 answer

How to connect to openVpn in gitlab pipeline for a cypress project

I am working on a cypress project. I have set up a pipeline in GitLab. My application only works over private network connected via Open VPN. Can some one guide me how to add that in .gitlab-ci.yml file ??? My .gitlab-ci.yml is : image:…
3
votes
1 answer

How to use nordvpn servers as proxy for python requests?

I am trying to create a list of proxies using nordvpn for python requests, but I can't seem to figure the correct format to write the server as a proxy. From what I understood the format is a such with this server as an example: proxy = { …
Yasmin
  • 31
  • 1
  • 2
3
votes
2 answers

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. What I have done so far I have followed the necessary…
Sandeepan Nath
  • 9,966
  • 17
  • 86
  • 144
3
votes
1 answer

LZ4 not found for CMake on Android Studio

I'm trying to compile OpenVPN library inside Android, but I'm getting this error: C/C++ debug|x86 : CMake Error at /home/user/Android/Sdk/cmake/3.10.2.4988404/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT…
Guerlando OCs
  • 1,886
  • 9
  • 61
  • 150
3
votes
0 answers

Too Many Requests for twitter using openvpn (aws ec2)?

I'm a bit puzzled by a strange situation. I'll add that the configuration of openvpn (using EC2 AWS instances) is rather postural according to official guides. I tried to give different ip by closing instances and running it. Besides that i have…
messuhesta
  • 43
  • 4
3
votes
0 answers

Route traffic through OpenVPN docker

I would like to setup a VPN server and route all the clients traffic through the VPN. In order to do that, I run a VPN server using the OpenVPN docker image kylemanna/openvpn. My docker runs on Kubernetes and doesn't share the host network. I also…
cmoi
  • 31
  • 3
3
votes
0 answers

Access client on VPN Container from another container

Good Day, Sorry if this is a duplicate, I have the same request as this post but it does not have a answer and that is why I am asking it again. I have multiple containers running on a server, but lets assume just the 3 below: Container A running a…
3
votes
1 answer

VPN IP Bind Option for OSX?

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 tunnelblick, but I have no problem paying a couple bucks for viscosity if I must. Question: Do…
3
votes
1 answer

Connection to OPENVPN using c#

I'm creating a VPN Client, with Ikve2 and openvpn when comes to IKV2 its straight forward but whereas OPENVPN I had really hard time dealing with OVPN files, as i'm using FREERadius as authentication how can I pass username and password? I already…
forv
  • 37
  • 1
  • 4
3
votes
0 answers

Connecting to OpenVPN server using iOS 13.3 does not work as it used to

I have iOS ver. 13.3 installed on my iPhone X. I also have an OpenVPN server configured at home that can be reached from the Internet. I also have the latest OpenVPN Connect app installed on my iPhone. When I open OpenVPN Connect application and…
Michal B.
  • 5,676
  • 6
  • 42
  • 70
3
votes
0 answers

Restrict access to router VPN client to a single IP address

I have setup openvpn client on a asus router, it is running padavan firmware, which is similar to tomato and other. The VPN client works, but I would like to limits it's use to one or 2 ips on my LAN (i.e. AppleTV) and all other clients bypass the…
crankshaft
  • 2,607
  • 4
  • 45
  • 77
3
votes
3 answers

Openvpn : connect error: Missing External PKI alias

I just setup a openvpn server version 2.4.4, it work well with Openvpn client in Windows and Android, but error in Mac OS. Tue Dec 10 10:50:31 2019 OMI Connecting to /Library/Application Support/OpenVPN/sock/ovpn-KTMpKfLsCR5a.sock [unix] Tue Dec 10…
Tien Dung Tran
  • 1,127
  • 4
  • 16
  • 32