Skip to main content

All Questions

Tagged with
2 votes
0 answers
131 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 ...
0 votes
0 answers
20 views

Why Is My OpenVPN so slow

I configured an OpenVPN server on a Windows Server. On the same computer (192.168.1.204) I have a Web Server that I'm trying to access remotely through the VPN. I have successfully accessed it ...
2 votes
2 answers
10k views

What does push "route 0.0.0.0" do in the OpenVPN server.conf file?

I am wondering what is the role of push "route 0.0.0.0" in /etc/openvpn/server.conf. In fact, I had a push "route 0.0.0.0 " line (notice the space at the end) in my server.conf file, and I had to ...
0 votes
1 answer
100 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 ...
4 votes
1 answer
13k views

OpenVPN - TLS key negotiation failed to occur within 60 seconds

I'm having troubling connecting to my home VPN via my laptop which is connected to a mobile hotspot. The client OpenVPN log is as follows: trevor@xps:~$ sudo openvpn --config ~/dev/net/vpn/vpn.sears....
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/...
4 votes
1 answer
23k views

What is "push route" used for in OpenVPN?

I have an OpenVPN server set up on my Raspberry Pi, when I installed it the guide I followed said to add a line like: push "route 192.168.1.0 255.255.255.0" so that the server would let the client ...
0 votes
0 answers
22 views

Running a VPN server through a VPN client

Ok, I know a bunch of similar questions have been asked here before, but Ive read a lot of them and their answers and couldnt really find what Im looking for. I have a router running OpenWRT and I ...
0 votes
1 answer
4k views

DiskStation: OpenVPN TLS Handshake error (self-signed cert & defaults)

I have a DS 1813+ (DSM 5 4493 Update 1 - latest) and am having issues setting up OpenVPN: DS' 3rd interface is directly connected on a static IP, with the DS firewall set to only allow the VPN app on ...
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: ...
5 votes
1 answer
8k views

In split-tunneling, how do I configure OpenVPN so that it uses domain instead of IP based routing rules?

I live in a place where Google/Facebook/Twitter and a few other websites are not available from accessing. OpenVPN is a great tool to overcome this. Originally, I must have OpenVPN running all the ...
4 votes
3 answers
26k views

OpenVPN Certificate does not have key usage extension

After updating to OpenVPN v2.4.7 and OpenSSL 1.1.1c on Arch Linux, I can't connect to the server I previously used: ➜ untangle-vpn sudo openvpn --verb 11 --config ./config.ovpn Fri Jun 7 21:46:11 ...
1 vote
2 answers
4k views

Host a website on home network; security

If I were to host a website on my home network, I'm opening myself up for a hacker to gain access to my network, even if I use a different machine to host the website. Ways I've seen vaguely discussed ...
0 votes
0 answers
66 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 ...
0 votes
1 answer
1k views

How to enter Socks5 proxy in OpenVPN connect?

Looking for a way to add socks5 proxy settings to OpenVPN connect client. the GUI only supports adding IP address and it uses HTTP. I tried adding socks-proxy 127.0.0.1 1008 to the config file but ...

15 30 50 per page
1
2 3 4 5
57