Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
251 views

Wireguard VPN behind Cloudflare tunnel

My question in short form: I would like to setup Wireguard on a VPN without exposing any IP address, but instead use a Cloudflare-managed proxied domain name. How do I do that? In more details: ...
cocompletehippopotamus's user avatar
0 votes
0 answers
4k views

why wireguard PersistentKeepalive does not work?

I wireguard server and a single client have been setup on two VPSs to have a split tunnel in between, but every few hours, the client side connection stops and I have to restart the interface to ...
Shakiba Moshiri's user avatar
2 votes
1 answer
1k views

How do I connect a corporate VPN client such as Pritunl (OpenVPN) through another VPN tunnel such as Mullvad (WireGuard)?

I'm on Windows 10 and 11. I use the Pritunl/OpenVPN client to connect to a corporate LAN. At some point, the VPN stopped working. It won't connect. Maybe my ISP is blocking it, maybe my IP got ...
lolmaus - Andrey Mikhaylov's user avatar
1 vote
0 answers
2k views

VPN Server behind CGNAT

I have 2 homes: home1 is using an ISP with CGNAT, home2 has a public ip address. I'd like to be able to connect from anywhere to a Wireguard VPN server from home1 (SH1) and use that connection to ...
Auras's user avatar
  • 111
1 vote
1 answer
7k views

How to run wireguard over tcp with udptunnel?

I'd like to run wireguard over tcp. I wanted to use udptunnel for sending udp packets over tcp. However, when I run wireguard and then try to run udptunnel, the udptunnel fails with the following ...
matusf's user avatar
  • 111
0 votes
1 answer
370 views

routing through wireguard tunnel interface on client host

I'd like to use wireguard as my VPN solution. I use mullvad, so I can use their servers and keys for configuration. After I do sudo wg-quick up wg0, I connect: interface: wg0 public key: <client ...
Sam's user avatar
  • 1
0 votes
1 answer
2k views

Implemention of Nested Tunnels in Wireguard

I am currently working on a project that requires me to create nested Wireguard Tunnels. That is; I need to create a Wiregaurd tunnel between my client and Server, then create another tunnel between ...
user avatar
0 votes
1 answer
2k views

Wireguard - Unable to access web server behind firewall

I have a server A with WG tunnel IP 10.9.0.1 , server B with WG tunnel IP 10.9.0.4 and my mobile with WG tunnel IP 10.9.0.3. Server A and B has UFW enabled and allowed incoming ports as SSH and WG ...
subzero355's user avatar
13 votes
4 answers
48k views

Tunnel wireguard (or any UDP traffic) inside HTTPS

Wireguard is pretty hot these days, deservedly so. I'm also eager to replace OpenVPN by Wireguard. However, unlike OpenVPN, Wireguard only supports UDP. I like to use TCP port 443 because this port ...
Volker's user avatar
  • 388