Questions tagged [wireguard]

For questions specific to the WireGuard VPN protocol and software.

367 questions
83
votes
6 answers

/usr/bin/wg-quick: line 31: resolvconf: command not found [WireGuard | Debian]

Error Message: /usr/bin/wg-quick: line 31: resolvconf: command not found The issue: I am not fully certain, I do have openresolv installed rn and have tried it and got the same response when resolvconf is installed. Either way, I cannot connect to…
Jimmy32
  • 831
15
votes
8 answers

Issues running wireguard on windows 10 as NON-administrator - "UI is only accessible from desktops of the Builtin Administrators"

I get the following error when running as a non-admin: WireGuard is running, but the UI is only accessible from desktops of the Builtin Administrators How do I enable wireguard for win10 to work with just a regular user?
15
votes
4 answers

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 is likely not blocked by a firewall. OpenVPN…
Volker
  • 408
10
votes
2 answers

How do I disable routing table changes in WireGuard for Windows?

What I am trying to do is have a separate interface for some applications to use a VPN through WireGuard while ALL other applications use my regular interfaces (Split Tunneling by app). I have already solved how to get specific applications to use…
9
votes
1 answer

Same AllowedIPs for multiple peers with wireguard

When I add a network range as AllowedIPs, e.g. wg set wgvpn peer abcd… allowed-ips ::/0, then that network is removed from all other peers. How do I add the same AllowedIPs to multiple peers? The reason I want to do this is to create a full mesh,…
Thomas
  • 619
8
votes
2 answers

Routing WireGuard peer's traffic via another peer

I want to use the RPi in my house as a WireGuard VPN. Unfortunately, my ISP mandates a CGNAT. My plan was to have the RPi connect as a WireGuard peer to my server (with a static IP). I would then connect my client (my phone) to the server and have…
Tbsc
  • 83
7
votes
1 answer

how to troubleshoot wireguard connection problems?

I am trying to configure a VPN server with WireGuard in order to have access to my local network when I am outside home. I configured a raspberry pi to be the Wireguard 'server' and I have a laptop that I will use as client. I will describe the…
jlunesc
  • 81
7
votes
3 answers

Wireguard tunnel slow and intermittent

After asking this question I've gotten a wireguard vpn set-up that forwards all traffic from my local lan to a remote server. Connecting from the wireguard client host is fast. However, the connection from clients on the lan is much slower and drops…
7
votes
3 answers

Wireguard server and openvpn client - Forward traffic from wg0 to tun0 (openvpn tunnel)

I have a raspberry pi running an OpenVPN client connecting to a VPN provider and also a Wireguard server so I can connect to my home LAN from outside. I want to connect to my home through wireguard and send all the traffic through Openvpn…
6
votes
1 answer

How to do split DNS with Wireguard on Windows

I want to achieve 'split DNS' using Wireguard on Windows, where DNS requests for specific domains are resolved by specific DNS servers reachable through the Wireguard tunnel, and other DNS requests get resolved by the normal DNS server. How do I do…
j0057
  • 290
6
votes
1 answer

Per-application split tunneling with self-hosted VPN or proxy

What's the easiest way to split tunnel individual processes in Windows, not just CIDR ranges, with self-hosted VPNs or SOCKS proxies? What I want is to just set up a tunnel with WireGuard, OpenVPN or any protocol and have a client app that lets me…
alexitx
  • 359
6
votes
1 answer

Using Wireguard to essentially give a machine in local network a public address from VPS

I am working on the home project and would like to give my machine essentially the public IP address that is assigned to my VPS in the cloud. At home I have a public IP address and I have set up the Wireguard server, external port 1194 is being…
JohnDow
  • 175
6
votes
1 answer

wireguard - what happens if several peers are using equal credentials / keys

Hello I have a question regarding to wireguard. What happens if multiple clients (Peers) use the same credentials? Example setup: I have a wireguard-server at home. I initiate a connection to the server with my smartphone and a minute later with…
6
votes
1 answer

How to restore macOS Wireguard VPNs after Catalina beta update?

I'm running the latest Catalina beta (19A578c), and the latest Wireguard client from https://www.wireguard.com. After a Catalina beta update this morning, all my configured VPNs disappeared. I can still see the keys associated with each of them in…
5
votes
1 answer

Using VPS to give Public IP to on home network

As my provider does not give me a public IPv4 Address, I am using a VPS combined with a Wireguard tunnel to make my homeserver reachable from the Internet (via Ipv4 and Ipv6). On my homeserver, the traffic arrives first on a reverse proxy (Traefik).…
1
2 3
24 25