Skip to main content

Questions tagged [openvpn]

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

0 votes
0 answers
14 views

OpenVPN not working using UDP

I'm running OpenVPN on OpenWrt behind my ISP-provided NAT/gateway. I added a rule to forward TCP/UDP port number 1194 to my VPN server on the NAT. Everything works for TCP, but UDP does not seem to ...
jnasworld223's user avatar
0 votes
0 answers
37 views

How should I configure OpenVPN from gateway server to private server?

Seeking a bit of guidance on how I should set up my OpenVPN tunnel from client -> gateway server -> home server. Right now I'm running an Ubuntu 20.04 server on my home network. In order to ...
backward forward's user avatar
0 votes
0 answers
26 views

Print to local USB printer when using VNC over a VPN

We have client computer C. There is a NAS running OpenVPN at a remote location. Network access has been enabled on the NAS/OpenVPN to allow clients to communicate with the rest of the network. A ...
James Mason's user avatar
0 votes
1 answer
37 views

Using Plex through a VPN only works for HTTPS but not the iOS apps

I have an OpenVPN server running on my NAS. Also on that NAS is Plex media server. When my phone is on the same network as my NAS, I can use the Plex iOS apps fine. When I am not on my home network, I ...
User7391's user avatar
  • 121
0 votes
0 answers
41 views

Establishing a VPN connection between 2 PCs behind CGNAT through a cloud server

I have 3 devices in different countries. I want to establish an OpenVPN server on my machine and a client on the other 2 machines and route all their traffic through my network. The problem is that ...
Madara's user avatar
  • 101
0 votes
0 answers
20 views

Issues with internet connection via openvpn

The organization I'm with uses an OpenVPN connection and RDP to log into a virtual environment we work with. The way I understand it only traffic that is aimed at our internal net (in the 10.0.0.0/8 ...
PandemicCorpsemaw's user avatar
0 votes
0 answers
22 views

OpenVPN bridged setup: Unable to reach hosts

Disclaimer This was originally posted on the Game of Active Directory repository: https://github.com/Orange-Cyberdefense/GOAD/issues/233 Descriptions I've setup a tap/bridged VPN using this guide to ...
shad0w's user avatar
  • 1
0 votes
1 answer
126 views

How to make OpenVPN Connect automatically connect when I start it?

I'd like kind of a shortcut (maybe command line options?) or config that makes OpenVPN Connect connect when I start it, so I don't have to open it and wait till it starts up and then click the toggle, ...
tkalvin's user avatar
  • 51
0 votes
0 answers
89 views

How to use ed25519 in OpenVpn?

I want to use ed25519, so at first, in my server configuration file, I use this setting: ecdh-curve ed25519 But in the log, it gives me this message: WARNING: OpenSSL 3.0+ builds do not support ...
Álvaro García's user avatar
0 votes
1 answer
71 views

In OpenVPN, which is the difference between EC and ED? Is it needed DH file when I use elliptic curve?

In a OpenVpn connection, I would like to use an elliptic curve, but I don't know what is the difference between EC and ED. Which is better? Also, in some documents I read that exists ECDH, that if I ...
Álvaro García's user avatar
0 votes
0 answers
24 views

how to connect to computers in the LAN of the server?

I would like to can connect from a client to computers in the LAN of the OpenVpn Server. I have read this question, and really it is my problem, but the solution it is configure the router, I would ...
Álvaro García's user avatar
0 votes
0 answers
78 views

How to create a TLS-CRYPT-V2 key with easy-rsa3?

I would like to create a TLS-CRYPT-V2 with easy-rsa3 to can use it with OpenVpn. I am following the documentation. It says I can download and install Easy-TLS. But i don't see the link to with the ...
Álvaro García's user avatar
0 votes
0 answers
53 views

DockOvpn: TLS key negotiation timeout

I am running alekslitvinenk/openvpn (aka "DockOvpn") with the following docker-compose.yaml: version: '3' volumes: dockovpn: networks: frontend: services: dockovpn: ...
fritzmg's user avatar
  • 530
0 votes
0 answers
47 views

How to prevent iptables NAT caused network jitter?

Background is as follows: Currently, we have an OpenVPN tunnel that connecting from Point A to Point B (Point B has a public IP address), but if the internet route is suboptimal, the latency is quite ...
TiisCool's user avatar
0 votes
0 answers
90 views

Has anyone ran a pfsense firewall behind a Starlink dish and successfully deployed OpenVPN?

So I've connected my Netgate pfsense firewall directly to my starlink dish (gen 1 router with round dish) successfully, and have WAN/LAN running smoothly. Port1WAN 192.168. I followed this video and ...
zompakto's user avatar
0 votes
0 answers
27 views

Cannot access internet through openVPN on certain IP pools

My setup currently is an Ubuntu 20.04 server running docker with an OpenVPN server inside a container, specifically this one. Running with the default config: server 192.168.255.0 255.255.255.0 verb 3 ...
Eden's user avatar
  • 1
0 votes
0 answers
80 views

OpenWRT routing DNS traffic *from* router through OpenVPN tunnel

OpenWRT 23.05.2 Router: Linksys WRT3200ACM OpenVPN configured (NordVPN) NordVPN has a static IP I am paying for (to help things like streaming services not complain about being on a VPN) I have 2 ...
Cliff Hill's user avatar
0 votes
0 answers
31 views

OpenVPN Client connects to host server but internet does not work on client

I have searched everywhere for an answer and I am still at a loss. I have setup an OpenVPN host server on a windows PC on a personal network. When I initiate a connection to the server on the ...
CJ Hatch's user avatar
0 votes
0 answers
41 views

Problems configuring OpenVPN to use the public IP and LAN as their own, for clients

I ran into a problem when configuring an OpenVPN server to use my public IP address and access devices on my local network through that server. My goal is to allow users to use my public IP and access ...
DEN35's user avatar
  • 1
0 votes
0 answers
62 views

Azure Virtual Network Gateway - OpenVPN Private DNS resolution

I have a Virtual Network Gateway set up using OpenVPN with certificate-based authentication. I am able to connect to the OpenVPN server on my Ubuntu 22.04 machine, and while connected I am able to ...
Attila Szeremi's user avatar
0 votes
1 answer
464 views

OpenVPN disconnect without killing process

I am using OpenVPN on ubuntu like this sudo openvpn --config vpnconfig.ovpn --daemon I am wondering is there a way to stop/disconnet OpenVPN connection I started without killing OpenVPN process?
Node.JS's user avatar
  • 113
0 votes
1 answer
55 views

forward tcp requests through VPN

I have 3 devices: A server, connected to Network1 A laptop, connected to Network2 A Raspberry Pi, also connected to Network2 There is also a openVPN server on Network1, plus port forwarding for ...
jp_'s user avatar
  • 160
2 votes
1 answer
65 views

Strange VPN problems in new home network

I have a very strange problem after I moved apartments. I'm working remotely from Japan using a OpenVPN connection and connect to my work computer via Remote Desktop. I recently moved apartments. In ...
Leddy Gee's user avatar
0 votes
0 answers
120 views

Port forwarding from VM via OpenVPN

I'm sorry if this problem has already been explained in another thread, but I couldn't find a solution to my problem anywhere. I have a question about the attached network diagram. Can I permanently ...
Vodek's user avatar
  • 1
2 votes
0 answers
120 views

Can I access multiple OpenVPN connections, each accessed through socks proxy?

I have a piece of software, I'll call it "FooSoft" here, which needs to connect to multiple devices on networks protected by a variety of third party VPNs. Each VPN is independent and I have ...
crobar's user avatar
  • 292
1 vote
1 answer
142 views

Allow cross-subnet/VLAN connections for client connected to VPN

I've re set-up my network and have started using VLANs to segregate my normal devices, homelab, and IoT devices. I have one device in the homelab VLAN that I want to be connected to a VPN at all times....
Slayter's user avatar
  • 113
1 vote
0 answers
66 views

Running forward proxy over openvpn

Where I live, there is quite a bit of censorship on the internet, and so I hope to be able to run a proxy on my home server which passes all my internet traffic through an openvpn tunnel, such that I ...
sawntoe's user avatar
  • 11
0 votes
0 answers
215 views

OPNSense OpenVPN Site to Site VPN unable to reach internal networks

I've been pulling my hair out setting up a site to site vpn with OPNSense. I followed the official guide with one exception, I'm using certificates. And I saw in a video that the interfaces created by ...
Mr Twig's user avatar
0 votes
1 answer
190 views

How to get through restrictions blocking OpenVPN?

I have recently set up a VPN server on my desktop at home in the hopes I can connect to it while at the university from my laptop. I have confirmed that I can connect easily on a mobile data hotspot, ...
Mercury's user avatar
  • 101
0 votes
0 answers
9 views

Issue with passing OpenVPN connection from Raspberry Pi device to only one particular device in subnet

I'm trying to figure out, how to pass OpenVPN connection to device from Raspberry Pi There is openVPN connection set up on Raspberry Pi. Also pi-hole is set up for the whole network via main gateway (...
soulmv's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
64