Questions tagged [openvpn]

OpenVPN is a free and open source software VPN solution. It allows secure point-to-point or site-to-site connections with routed or bridged configurations and remote access facilities.

OpenVPN is a free and open source software application that implements VPN techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. It uses SSL/TLS security for encryption and is capable of traversing network address translators and firewalls.

It's architecture is build upon 4 principles:

  • Encryption
  • Authentication
  • Networking
  • Security

More info is to be found on the Open-Source site of VPN.
A very thorough tutorial can be found on Shorewall.

3274 questions
4
votes
2 answers

Setting up OpenVPN on macOs Sierra- No Internet Access on client

I am trying to setup OpenVPN server on my Mac Mini along with TunnelBlick. I have successfully been able to run server and client. Client is able to connect and ping to server, but the problem is that client is not able to access to internet. Its…
Abhishek Bansal
  • 161
  • 1
  • 6
4
votes
1 answer

Routes for two openvpn connections (different hosts) in the same client

Im trying to make multiple tunnels in the same client, and after a successful connection to the openvpn server I've applied some routes for the tunnels created without success. My first tunnel works but the second one does not. Im doing it like…
therealbigpepe
  • 153
  • 1
  • 6
4
votes
1 answer

How to use vps to connect two machines behind NAT via openvpn without giving access to VPS?

I have two linux machines behind NAT routers which I do not control. I want to use a third, publicly accessible server (some cheap vps) to act as a middle-man, where the two endpoints can both connect. I could easily accomplish this by making the…
user3243135
  • 105
  • 5
4
votes
3 answers

Autostart openvpn with username/password authentication in ubuntu

I have a server with OpenVPN installed on it, and I also have laptops (clients) running Ubuntu with openvpn installed. On the client, if I manually run the command "sudo openvpn /etc/openvpn/client.conf" the client is configured to prompt me for…
Tommy Orok
  • 45
  • 1
  • 1
  • 4
4
votes
1 answer

How to do traffic shaping (rate limiting) with TC per OpenVPN client

This question is related to another question with a great answer and script from @Oliver. The goal: I want to modify/extend the script provided in this answer to suit my requirements, which are as follows: I have a large number of clients (up to…
Server Programmer
  • 237
  • 2
  • 4
  • 11
4
votes
1 answer

How to find my VPN gateway?

I'm not a network engineer but I'm trying to configure my linux machine to have internet access while being connected to my VPN. My current idea to solve this is to connect to my VPN while configuring my machine NOT to re-configure my routes after…
Muhammad Gelbana
  • 217
  • 4
  • 11
4
votes
1 answer

OpenVPN - how to make the client names visible

I am using openvpn. Once the clients are connected, I would like that they can be addressed by using the names instead of the ip addresses. e.g. instead of "ping 10.8.0.2" I can use "ping client-name" How can I achieve that? I am using openvpn 2.3…
megloff
  • 403
  • 4
  • 11
4
votes
0 answers

OpenVPN - OpenVZ - Multicast and how to enable it

Good day all My application makes primary use of Multicast packets on ip = 224.8.0.1 I have tested over normal Wifi/Ethernet and hosted networks, which are all good. Problem: My OpenVZ server runs OpenVPN:UDP. My application should allow…
CybeX
  • 323
  • 2
  • 7
  • 18
4
votes
2 answers

Openvpn server can ping via IP but not via hostname

I have a vserver (Ubuntu 14.04.2 LTS) on which I run OpenVPN. Nearly everything works really fine: Clients can reach other clients via their IP's AND names (I had to modify the clients conf with "script-security 2", "up/down…
Stefan Wegener
  • 193
  • 1
  • 1
  • 11
4
votes
1 answer

How to connect to OpenVPN from Windows native interface

This is quite a simple question. I'm trying to set up a VPN on a VPS and all of the sources I've read say "Use OpenVPN". It also seems that with OpenVPN, you have to install this GUI on Windows in order to use it, but I'm just wondering - why…
conradg
  • 83
  • 1
  • 5
4
votes
1 answer

Windows 10 strange OpenVPN behavior

I have an OpenVPN server running (93.xxx.xxx.xxx is the public IP) to which different android and windows clients can connect and have access to the internet, but an OpenVPN client on my Windows 10 PC behaves strangely: It successfully connects and…
Bob Prets
  • 41
  • 1
  • 2
4
votes
1 answer

How to troubleshoot problem with OpenVPN Appliance Server not able to connect

1) I have a Windows Server 2008 Standard SP2 2) I am running Hyper-V and have the OpenVPN Appliance Server virtual running 3) I have configured it as it said, only issue was that the legacy network adapter does not have a setting the instructions…
Peter
4
votes
2 answers

OpenVPN-server disappointing performance

On my VPS (Ubuntu 14.04 - 64-bit), which has OpenVPN 2.3.2-server installed, I'm getting disappointing performance. The VPN-server uses the AES-128-CBC cipher for encryption, and I have no firewall installed. The problem is that the…
Qlii256
  • 151
  • 2
  • 8
4
votes
1 answer

IPv6 routing over VPN

I'm running OpenVPN on Debian Lenny and Tunnelblick on OSX. my goal is to have a fully routed VPN that supports IPv6. the OpenVPN server has a functional 6to4 device, so now my goal is to get the clients to route their IPv6 traffic over the…
neoice
  • 884
  • 5
  • 17
4
votes
1 answer

How to get OpenVPN Client (Mikrotik RouterOS) <-> OpenVPN server (Debian/Linux) setup to work

I have some issues with making MT to work with OpenVPN server (Debian). I can make successfull connection to OVPN server, but traffic is not routed through OVPN server. Here is my configuration. Setup - https://i.stack.imgur.com/AAH9Y.jpg OpenVPN…
Janiis
  • 153
  • 1
  • 1
  • 7