Skip to main content

All Questions

Tagged with
0 votes
0 answers
38 views

How to use built-in OpenVPN client on ASUS RT-AC66U router?

I have a Linux with OpenVPN server installed and when I connect to it from my PC over OpenVPN client everything works just fine. So, all parts are in place. Now I tried to use built-in OpenVPN client ...
Damir Tenishev's user avatar
0 votes
0 answers
24 views

How to install VPN on Linux Debian so that it could be used by built-in Windows 10 client?

What is nowadays recommended solution to setup VPN server on Linux Debian (Linux Wonderland 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64) so that I could use it with Windows 10 built-...
Damir Tenishev's user avatar
0 votes
0 answers
17 views

Use OpenVPN /dev/net/tun from an LXC in other LXCs

In proxmox I have passed /dev/net/tun to a LXC with debian than just runs openvpn. To pass the tun I add to /etc/pve/lxc/XXX.conf lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/...
Daviid's user avatar
  • 118
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
25 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
0 answers
68 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
52 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
64 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
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
0 votes
1 answer
129 views

Why I can’t access to internet with this vpn setup?

I try to setup a vpn between 2 networks over internet following this link https://openvpn.net/community-resources/how-to/ On my server openvpn runs port 1194 transfered interface ; inet 10.9.8.1 peer ...
Dri372's user avatar
  • 203
0 votes
0 answers
366 views

SSH Connection Timed Out - TryHackMe Linux Walkthrough

I am a beginner trying to learn Linux from TryHackMe's Linux Fundamentals. I ran out of time on the attack box and have been trying to connect to my active machine using a VPN over OpenVPN Connect. ...
Spider Spark's user avatar
0 votes
1 answer
349 views

How to avoid integrated KDE vpn to redirect all traffic through the VPN?

I just setup a VPN server with OpenVPN. It seems to work so far. I created a client configuration and keys on my Debian/KDE computer and when I start the VPN client through command-line: sudo openvpn -...
Adrian Maire's user avatar
0 votes
1 answer
594 views

route all traffic through vpn, on the fly

I just installed openvpn on my server and my client. It seems to work fine. Now, I would like to route all the traffic from my client through my VPN server, over internet, on demand, just in some ...
Chris972's user avatar
0 votes
1 answer
72 views

How I can make VPS rotate traffic coming from PC-02 to RPI-01?

I would like to ask a question: How can I control a Raspberry remotely via ssh by routing traffic through a VPS with VPN (openvpn-server) installed? Important condition: It's not possible to change ...
adiu11's user avatar
  • 3
0 votes
0 answers
495 views

Use OpenVPN client static IP address to access internal network

I need help to configure my network setup using OpenVPN and Static IP for clients. I am a software engineer with a surface level knowledge of networking. I have a pool of servers with a private ...
Prince Tegaton's user avatar
0 votes
1 answer
780 views

is it possible to OpenVPN connection UDP through SSH tunnel?

Hi i search a lot on the Internet, especially in this site and read more post and articles about using OpenVPN connection through SSH tunnel but all tutorials about using TCP protocol to do that. in ...
minttux's user avatar
  • 101
1 vote
0 answers
837 views

How to troubleshoot OpenVPN connection fail?

I'm using Fedora 38. I set up OpenVPN on AWS. I downloaded the OpenVPN client cert. When I try to connect it fails. I'm not sure how to move forward with diagnosing the problem. Basically, I try (as ...
d-cubed's user avatar
  • 299
1 vote
1 answer
206 views

Networking: NAT two interfaces together on Windows

I have the following setup: Openvpn client (Linux) (Openvpn IP 192.168.99.4) Openvpn client (Windows) (Openvpn IP 192.168.99.2) Openvpn server (Linux) (Openvpn IP 192.168.99.1) Now, both clients ...
twit's user avatar
  • 11
0 votes
0 answers
170 views

OpenVPN multihop over tun0 device between two servers

What I have is A in my region, and B in another region (both servers are CentOS 7). The reason of this question is I can connect from A to B and from B to A, but the final goal is to have internet via ...
Saeed's user avatar
  • 423
0 votes
1 answer
62 views

OpenVPN+xfreerdp works on Linux Mint but not on ChromeOS - how to debug?

I work from home and use openvpn to connect to company network, then use xfreerdp to connect to my workstation. It works on Linux Mint. When I copied all the files to my Chromebook, installed the same ...
Reverent Lapwing's user avatar
0 votes
0 answers
180 views

Options error: Unrecognized option or missing parameter(s) in /etc/openvpn/server.conf:17: ecdh-curve (2.3.10)

I'm getting line no 17 which is ecdh-curve prime256v1 can anyone help me to solve this problem. Thanks in advance Options error: Unrecognized option or missing parameter(s) in /etc/openvpn/server....
thangaraj's user avatar
1 vote
0 answers
404 views

KDE Connect not connecting over OpenVPN

I am trying to get KDE Connect to work through my OpenVPN server I'm hosting at home, but I'm having a really weird problem. I'm running it in TUN mode which means broadcast packets won't work, which ...
Obo the Hobo's user avatar
1 vote
0 answers
704 views

"SIGUSR1[soft,connection-reset] received" when connecting vpn

I followed this tutorial : https://fedoraproject.org/wiki/OpenVPN Then I followed this tutorial : https://gist.github.com/gangsta/679e224900003f51ec184b7b8e56968b This is the conf file : #Template ...
C Taque's user avatar
  • 111
1 vote
1 answer
50 views

Is it possible to connect to one VPN by temporary connecting to the other (due to the regional blockage of the first one)?

I have access to 2 VPN services: A via application — paid and unlimited and B via openvpn file (ovpn) — free but limited. The problem is that ISP blocks A but not B (well, some ovpn files do work and ...
Andrew15_5's user avatar
0 votes
2 answers
202 views

Is it safe to have public ip server with access to local network?

I have server (vpn) with public IP. This server also connected to the local network and provides access to this network for users connected via openvpn (openvpn hosted on this server). Let's say this ...
Demiler's user avatar
  • 115
0 votes
1 answer
377 views

Options error: Unrecognized option or missing or extra parameter(s) in myfile.ovpn:1: ��c (2.5.8)

I'll add the file's contents excluding the various secret contents client nobind dev tun remote-cert-tls server remote myserver.com 1194 udp <key> -----BEGIN PRIVATE KEY----- -----END PRIVATE ...
Liam Chaney's user avatar
1 vote
0 answers
171 views

openvpn adds wrong route rule

I setup an openvpn server. And I have one client machine. It has two interfaces +---------------------------------+ | OpenVPN client | +---...
neo's user avatar
  • 11
1 vote
1 answer
364 views

Linux OpenVPN tap routing works for single IPs but not for all traffic

I'm trying to get a home VPN setup before I travel for the holidays. I have an OpenVPN server using a TAP setup running successfully and I'm able to connect to it with a client. However I'm having ...
scheming_and_trees's user avatar
2 votes
1 answer
349 views

How to tunnel one OpenVPN to another OpenVPN

How can I do this? I searched but did not find any thing related or at least light a fire in my mind what to do: Me --> connects to OpenVPN server A --> Server A connects through another ...
Saeed's user avatar
  • 423
0 votes
0 answers
1k views

sudo systemctl start [email protected] doesn't want to work

I have a problem with the OpenVPN service. I've already changed the server.conf, sysctl.conf and before.rules settings, specifically these changes, tls-auth ta.key 0 # This file is secret cipher AES-...
Henrique's user avatar

15 30 50 per page
1
2 3 4 5
11