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

openVPN: how to establish a connection between clients?

This weekend I was working on a VPN connection between my two raspberry Pi (B and the new model 2). I chose openVPN for it. Both running Raspbian Wheezy. So my setup is as follows: |B| is at home connected to the internet (DSL, static IP). The other…
FlixMa
  • 944
  • 1
  • 7
  • 20
-2
votes
3 answers

OpenVpn configuration

I am trying to configure openvpn for ubuntu 14.04 I followed the instructions from https://openvpn.net/index.php/open-source/documentation/howto.html. According to the instruction i must download easyrsa separately and initialze PKI in the easy-rsa…
-2
votes
1 answer

Multiple OpenVPN Connections to Different Ports

I have done research into this, however, I don't really understand how I can accomplish this. OpenVPN FAQ Regarding this Topic: http://openvpn.net/index.php/open-source/faq/79-client/283-can-i-run-multiple-openvpn-tunnels-on-a-single-machine.html My…
Kyron
  • 64
  • 9
-2
votes
1 answer

openvpn software client and Amazon VPC

Is it possible to use the openvpn software client directly with the default amazon VPC gateway? I've seen articles regarding doing it with an OpenVPN Access server, but I was wondering if it someone has figured out how to connect an openvpn…
3z33etm
  • 1,083
  • 3
  • 15
  • 23
-3
votes
1 answer

Setting VPN using Java

I need to open a san box url while using file browse button in a web application. For that i planed to set VPN using Java code.I tried it google but could not find any solutions so for. Any Idea for this one?
Palani
  • 1,891
  • 7
  • 31
  • 42
-3
votes
2 answers

Share internet with openVPN

I have setup a openVPN server on my centOS server. What I would like to do is use the internet of this centOS server form my macbook On my mac i have installed and perfectly configured tunnelblick (i have imported the client.conf + the appropriate…
Johny19
  • 5,364
  • 14
  • 61
  • 99
-3
votes
1 answer

Not Getting The Full Upload Speed On OpenVPN

OK so my upload and download speed at home is 1gbps i installed openvpn on a ovh server that is also 1gbps up and down, both the server and i are in the uk london and i am using ASUS RT-AC5300 AiMesh Tri-band 4 x 4 Gigabit Wireless Gaming Router…
-3
votes
2 answers

iOS 12 OpenVPN connection dirt slow, what is a better configuration?

I am able to successfully connect to my Asus Router's OpenVPN server however, I pretty much get 0 bandwidth and can never navigate the internet. Sample config file: remote foobar.net 1194 float nobind proto udp dev tun sndbuf 0 rcvbuf 0 keepalive 15…
reid
  • 546
  • 6
  • 21
-3
votes
1 answer

Connect remote ssh to pc... pc connect vpn

I have: -PC with ubuntu 18 -Install and configure ssh for remote access -Open ssh port in my router -My IP is dinamic, so I configure Dynamic DNS (www.noip.com). I have remote access to my PC from another external computer, with domain no-ip and ssh…
-3
votes
1 answer

Run services as separate users at the same time - Ubuntu Server - Minecraft/OpenVPN

I'm running an OpenVPN server on Ubuntu Server as user fredrik. I want to install a Minecraft server on the same machine and according to this tutorial: How to set up Minecraft Server, I need to create a user called minecraft. I would presume that…
Fredrik Burmester
  • 237
  • 1
  • 4
  • 9
-3
votes
1 answer

Setting up an OpenVPN L2 Tunnel in OpenStack

I'm trying to setup a OpenVPN server for a L2 Tunnel in a VM in OpenStack. For this, I have a VM with the following network interfaces: - ens3 -> 192.168.1.1/24 -> Management network for SSH - ens8 -> 10.1.1.1/24 -> Bridged network for VPN I…
n3o
  • 2,795
  • 5
  • 24
  • 37
-3
votes
1 answer

setting up OpenVPN to limit access to certain http dirs

Im trying to configure everything in order to allow only VPN users to accesss to certain folders (wp-admin etc) and the thing is that by following some tutorials like…
farrusete
  • 435
  • 9
  • 24
-3
votes
1 answer

Redirect secondary network interface traffic along with port forwarding to tun0 (OpenVPN) using iptables

I have a NAS server which I should do port forwarding for it in order to make its services accessible from internet. However my ISP is blocking ports, so I've managed to buy myself a cheap Ubuntu VPS to run an OpenVPN server there and then somehow…
Bahador
  • 75
  • 1
  • 11
-3
votes
1 answer

Iptables setup on VPN client having LAN

I am struggling with some problem, probably because there is simply not enough information on the web regarding some specifics I am trying to setup. I have bought OpenVPN service via tun (routing). I connect to the OpenVPN server through Raspberry…
wendigu
  • 1
  • 3
-3
votes
1 answer

OPENVPN route local net to remote server

I have configured a openvpn connection from my debian pc to my remote debian server, and it works. In fact, I can ping 10.0.0.1 (address in vpn of the server). Now I want to share this connection. I want my other clients on lan can access the server…
Salvosnake
  • 83
  • 10
1 2 3
63
64