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
2
votes
1 answer

AUTH_FAILED for OpenVPN Cloud account

I created a new account on OpenVPN Cloud and added a device to my account. Afterwards, I downloaded the profile file (.ovpn-file) and trying to establish the VPN connection using the following comment: > sudo openvpn --config…
Nrgyzer
  • 783
  • 1
  • 14
  • 38
2
votes
0 answers

Container Instance with openVPN does not run correctly

I am trying to run a Azure Container Instance with openVPN inside to connect to an external site. I have now managed to make a setup where I use docker-compose to handle the setup. The container works when I run it locally (with openvpn establishing…
2
votes
2 answers

openVPN inside docker image

I am trying to create a docker image which has a python script that connects to an API through VPN using openVPN, however, I cannot seem to get openVPN to be working. I my docker file I have # Install openVPN and get confi files RUN mkdir…
Martin Petri Bagger
  • 2,187
  • 4
  • 17
  • 20
2
votes
0 answers

Install Root certificate(.crt) file programmatically and make it trust by android device

So, I'm making a VPN Android App based on OpenVPN. So far everything works fine like connecting/disconnecting .ovpn profiles. But now I want to connect with profiles which need certificate authentication. For that I guess we need to install .crt…
Naveen Rao
  • 712
  • 6
  • 10
2
votes
1 answer

Amazon linux install openvpn3-client

Trying to install openvpn3-client on my amazon Linux followed this documentation, facing below error Packages skipped because of dependency problems: openvpn3-13-0.beta1.el7.x86_64 from copr:copr.fedorainfracloud.org:dsommers:openvpn3 …
Navneet kumar
  • 1,696
  • 1
  • 17
  • 26
2
votes
2 answers

pfSense 2.5.0 upgrade broke my NordVPN gateway

Ever since I upgraded to pfSense 2.5.0, my NordVPN interface does not work anymore. Traffic does not get routes to the NordVPN gateway, as pfSense reports it as "down" with 100% package loss. When checking "Status -> OpenVPN" the connection is…
Daan
  • 65
  • 1
  • 7
2
votes
2 answers

Cannot connect to remote Database instance from my docker container, however can connect from my host computer

I have a problem connecting to remote database instances from a docker container. I have a Docker container with a simple piece of Python code that connects to a remote MongoDB instance client = MongoClient('mongodb-example_conn_string.com') …
2
votes
0 answers

Route kubernetes out going traffic through openvpn server

I connect to atlas and use the Access Control List, to prevent unwanted connections. I have successfully implemented a VPN server with OPenVPN image, but i don't know how I can route my kubernetes outgoing traffic through my OPenVPN server. Is there…
Emmanuel Amodu
  • 163
  • 2
  • 14
2
votes
1 answer

Disable auto-reconnect

I am using AWS VPN endpoint, and open vpn client. From aws cli I can trigger disconnection of every client, however openvpn reconnects all automatically. How could I disable that? In options manual I found only "connection retry time". These are my…
2
votes
2 answers

Custom hostname for AWS ClientVPN?

Say I have the following record: *.foo.bar CNAME *.baz.qux If I do a DNS query on test.foo.bar, will it return the record for test.baz.qux? Or will it do something else? EDIT: There's a reason for wanting to do this. AWS's Client VPN provides an…
Jordan
  • 3,998
  • 9
  • 45
  • 81
2
votes
1 answer

How can I implement .ovpn file via flutter_openvpn package in flutter

I wanna create a VPN application with flutter and I'm gonna do it with the .ovpn file. I found this cool package on pub.dev but I can't understand neither the documentation nor the sample code. I imported the .ovpn file in my assets and now I'm…
2
votes
2 answers

Remote.it and openVPN together

So this is a classic question that I’ve seen many times before... I’m trying to connect to my home network when not at home using a raspberry pi. I’m well aware that the way to go with this is to use a vpn server such as OpenVPN. However, in order…
Josh Mitchell
  • 67
  • 1
  • 1
  • 11
2
votes
1 answer

Automatize the cert creation OpenVPN

I do not know why I am getting an error when I run my script with SSH, but when I run the bash from my CA server everything works fine. I installed my VPN server based on this article…
David
  • 59
  • 4
2
votes
4 answers

OpenVPN revoked certifcates can still connect

Dear StackExchange community, I have an OpenVPN 2.3.10 sever runnig with ubuntu 16.04 with multiple clients (~ 80) installed with the Digital Ocean tutorial . When I revoke a certificate it can still connect like before.... My server config : port…
2
votes
1 answer

how to block OpenVPN access using MAC address

I have been tasked to block our openvpn access to specific devices using MAC address, It seems possible to do this with the openvpn access server but i'm using the community edition, would there be a way to perform this task? or would there be any…
Joao-ui
  • 21
  • 2
  • 3