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

IP needed on Linux bridge between 2 TAP interfaces?

I am trying to setup openvpn on a server so that I have 2 different tap interfaces (tap0 and tap1) and then a bridge connecting those interfaces. The idea is that a client on tap0 will be able to talk to a client on tap1 and vice-versa. There is no…
Alexandre Thenorio
  • 2,288
  • 3
  • 31
  • 50
-3
votes
1 answer

Automatically restart internet connection when openvpn is disconnected?

When the log of openvpn hit this line Thu Jan 01 23:47:36 2015 Restart pause, 5 second(s) like this: Thu Jan 01 23:47:57 2015 VERIFY OK: depth=1, C=US, ST=CA, L=SanFrancisco, O=Fort-Funston, OU=changeme, CN=changeme, name=changeme,…
orlea
  • 547
  • 2
  • 5
  • 13
-3
votes
2 answers

OpenVPN + iptables: not forwarding traffic

I am trying to forward traffic through a vpn with openvpn on a vps. I already did this successfully on an OpenVZ virtualized server in the past, but I cannot replicate the working behaviour on a new installation on a different vps. I changed…
Totem
  • 454
  • 5
  • 18
-4
votes
1 answer

I want to install and connect to openVPN on windows machine through windows CLI commands

I want to install and connect to openVPN on windows machine through windows CLI commands, please help In ubuntu machine we are able to install and connect it but through windows command prompt we are unable to do it, please help These commands I…
-4
votes
1 answer

ISO27001 and open software

The company am employed considers to obtain an ISO27001 certification. Have already implemented a Linux testbed running Open VPN without issues. However am told a company cannot be ISO27001 certified unless their VPN is materialized using commercial…
KwstasP
  • 1
  • 1
  • 3
-4
votes
2 answers

Bind socket to local IP address blocks while OpenVPN client is running

I have my machine set up with a running VPN client and want to connect to hosts in the internet either through the VPN tunnel or directly via the local interface by specifying the bind address on the sockets. Consider the following code…
Michael
  • 7,316
  • 1
  • 37
  • 63
-5
votes
1 answer

Need a script to make vpn persistent in bash

So I'm on Hack The Box and at times the VPN isn't actually connected to a host after being away or doing some other tasks that may mess with the connection. I just need help making a bash script that will. ping a previously specified IP…
1 2 3
63
64