Top "Openvpn" questions

Free software implementing virtual private networks (VPN).

OpenVPN failed connection / All TAP-Win32 adapters on this system are currently in use

^^ i get this error if i would connect to any OpenVPN Network. All TAP-Win32 adapters on this system are currently …

windows networking adapter vpn openvpn
How to create a 2nd TAP adapter for OpenVPN client on Win7/10

I want to create 2 separate tunnels on 2 separate subnets, so I have 2 separate .ovpn (client) files. The 1st tunnel comes …

windows-7 openvpn
Pass private key password to openvpn command directly in Ubuntu 10.10

I tried the method with different parameter I have password. Here below password is mypassword 1) root$ echo mypassword || openvpn client.…

linux shell command openvpn
How can I get the variable value inside the EOF tags?

I have this following script, but I need to get $i variable value working inside that each block starting with …

linux bash amazon-ec2 vpn openvpn
OpenSSL v1.1.1 ssl_choose_client_version unsupported protocol

I'm trying to connect to our institute VPN via openvpn. When openvpn runs, I get the following error from openssl …

openssl openvpn
Error Loading extension section usr_cert

I am running openvpn on an Ubuntu 14.04 box. The setup was fine until an OpenSSL upgrade, then when I try …

ssl openssl openvpn
openvpn - unable to browse internet after connect to openVPN

I have set up a openVPN tunnel using the following server side configuration: port 1194 proto udp dev tun server 10.8.0.0 255.255.255.0 ifconfig-pool-persist …

windows-7 openvpn
Best practice for connecting to a vpn though docker

Some apps we have depend on being connected to our VPN to connect to different (not-yet dockerized)solutions. What is …

docker docker-compose openvpn
Openvpn client log file

I have set up a openvpn client (version 2.3.12) on a Raspberry Pi (Raspbian 7 whezzy) and I configured a vpntest.conf …

logging raspberry-pi openvpn
How make openvpn work with docker

I have recently installed privacy vpn, and it turns out that enabled openvpn breaks docker. When I try to run …

docker debian openvpn docker-networking