openvpn Questions
2
Solved
I'm trying to create a Docker image which will forward a port through a VPN. I've created a simple image which exposes port 5144, and tested that it works properly:
sudo docker run -t -d -p 5144:5...
2
Solved
i was wondering how it is possible to reverse proxying an openvpn connection using the SNI, i've read so much about that: HERE and HERE
I've tried any kind of solution, using haproxy and usi...
Aecium asked 29/8, 2019 at 15:40
6
I have been trying to come up with a way to interact with openvpn on windows.
I did fine the openvpn.exe but there are no commands that will use a config file to connect with a vpn server.
I am usi...
Colostrum asked 27/4, 2020 at 10:38
2
I have this script:
#!bin/bash
NAME="user"
PIDFILE="openconnect.pid"
CERT="user.crt"
KEY="user.key"
PASS="pass"
HOST="https://example.com"
SCRIPT="/etc/vpnc/vpnc-script"
openconnect -b --script $...
Illogical asked 14/1, 2015 at 10:4
9
Solved
I have recently installed privacy vpn, and it turns out that enabled openvpn breaks docker.
When I try to run docker-compose up i get following error
ERROR: could not find an available, non-ove...
Mick asked 15/8, 2017 at 11:50
4
When trying to import a pkcs12 certificate file into android for use with the openvpn connect app, I am prompted to input a password. This is the password relevant to this pkcs12 file. I proceed to...
Oath asked 14/4, 2022 at 14:0
2
Solved
following the instructions on the official vpn page (instructions install openvpn client) in the second step:
# curl -fsSL https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub | gpg --...
3
Currently I am using openvpn3 client to connect to vpn server as
openvpn3 session-start --config /home/user/client.ovpn
then it asks for username and password.
Is there any easy way to pass userna...
Fresh asked 22/5, 2022 at 12:40
1
Solved
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...
Mindymine asked 5/3, 2022 at 22:28
0
I have a Django app for whose static files need to be served by nginx. I want the app to be accessible through OpenVPN for which I'm using OpenVPN. Both the nginx container and the django container...
Knackwurst asked 23/5, 2022 at 14:47
2
Solved
I am using ics-openvpn version 0.7.33 latest one. The app runs fine with .apk. But once I upload to Google play store through .aab then It's not connecting.
After installing the app from the play s...
Inversely asked 21/2, 2022 at 13:5
3
Solved
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 ...
Angelicangelica asked 14/7, 2014 at 20:29
2
Solved
I am looking at how to make OpenVPN client work on a pod's container, I explain what I do, but you can skip all my explanation and offer your solution directly, I don't care replacing all the below...
Heisler asked 24/11, 2021 at 0:17
3
I am trying to delete the outdated profiles of open vpn from the GUI in Windows 10. There does not seem to be a delete option. Any pointers on how to get rid of old profiles would be helpful. The u...
Hurds asked 24/1, 2020 at 9:9
1
Solved
I'm currently trying to get OpenVPN client running inside of a K8s Pod. The goal i'm trying to achieve is that Im able access the internet over the VPN connection while also be able to communicate ...
Staurolite asked 29/12, 2020 at 15:40
2
Solved
I've installed a couple of containers on my RockPro64 (ARMv8 Processor rev 2(v8|) running openmediavault (version 4.1.27-1 Arrakis). Everything is working like a charm.
Containers that I use inclu...
Millford asked 15/12, 2019 at 1:32
2
Solved
First of all, a rookie, related to VPN/Security issues, so really
forgive me for whatever error I make while describing my problem,
and hope I'm able to make it clear.
Our contractors changed AVIAT...
Colosseum asked 22/6, 2020 at 17:13
2
I've setup an Azure VPN Gateway according to the instructions on https://learn.microsoft.com/en-us/azure/vpn-gateway/openvpn-azure-ad-tenant
However, each time I connect, the AAD Credentials token ...
1
Solved
When I try to run sudo yum install openvpn on an Amazon Linux 2 instance that I just created, I receive the message
No package openvpn available
Do I need to add a package repository? I don't fi...
Louielouis asked 6/3, 2020 at 22:32
2
Solved
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 certif...
Algiers asked 29/5, 2019 at 9:56
1
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...
Selfconfidence asked 1/12, 2019 at 16:20
1
Solved
i found that apparently in Ubuntu 18 the whole DNS-setup is very confusing. Im connected through an pritunl VPN to my kube-cluster and im trying to use the kube-dns server. So i first tried to use ...
Bromo asked 3/6, 2019 at 14:3
2
Solved
I'm trying to set up open vpn latest version on CentOS 7 following this tutorial
https://www.hugeserver.com/kb/how-to-config-openvpn-linux-server/
The problem was there was no "vars" file to edit....
Accomplishment asked 13/2, 2018 at 2:13
3
Solved
While trying to connect to a VPN via openvpn I get the following error from openssl
Tue Oct 30 11:34:16 2018 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.
... several ...
0
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 ...
Intellectualism asked 7/8, 2018 at 9:51
1 Next >
© 2022 - 2024 — McMap. All rights reserved.