Wireguard is a new (released 2020) open source VPN implementation.
Questions tagged [wireguard]
15 questions
8
votes
4 answers
Wireguard "Unknown device type" "Protocol not supported"
I recently installed Raspberry Pi OS on my Pi 3b. After some basic configuration and running raspi-config, I installed wireguard using apt and the debian backport repos, according to a tutorial.
I wasn't able to start the service though:
#…
ki9
- 295
- 1
- 3
- 11
2
votes
1 answer
Use WireGuard with container on a Raspberrly Pi. Building container (Image) failes
I would like to use a container to run WireGuard on my Raspberry Pi.
I installed Podman and Buildah succesfully. I created a conatiner with Alpinelinux (for the RB)
and try to install Wireguard in it. When I try to do the last step starting the…
DJPX
- 21
- 1
2
votes
1 answer
How can I re-recognize my Raspberry (4 Modell B) display (Bruphny 4.0) like it was recognized per default with a fresh Raspbian Buster install?
1. Summarizing the problem
No display (https://www.amazon.de/gp/product/B07XPM2ZS3) after LVM tutorial anymore.
2. Providing details and any research
After using this Tutorial (Easy backups and snapshots of a running system with LVM) from Ingo…
Lawful
- 43
- 4
2
votes
1 answer
Wireguard VPN Raspberry Pi CLIENT
Does any one have any experience in connecting to a Wireguard VPN from a Raspberry pi?
The VPN is set up correctly and I can connect to it using my phone and laptop but I can't get any info on connecting from a pi (Pi must be the client).
I've spent…
Eduan Shuda
- 121
- 1
- 3
1
vote
1 answer
How do I block access to my Raspberry Pi outside of Pivpn Wireguard VPN?
I am running a PiVPN Wireguard installation on my Pi. I have multiple docker services running on the Pi as well. My setup works. I can connect to my VPN and access all the services.
The problem is that my router firewall does not support opening…
Aniansh
- 61
- 5
1
vote
1 answer
Detect network change
I have a raspberry pi with OS 2022-09-22-raspios-bullseye-arm64.img.xz. I have installed a wireguard so that it connects to my own vpn and I have created a service so that as soon as it is turned on it will lift the vpn.
The problem is that on some…
Jaime Roman
- 113
- 3
1
vote
0 answers
Set up Wireguard AP and SMB Server on the same Pi
I have a Raspberry Pi that I'm using as a SMB server for a few months now.
I'm using raspbian without graphical interface on it.
I wanted it to be able to have a Wi-Fi Access Point that sends traffic through a Wireguard VPN, so that any device…
Miguel Vieira
- 11
- 3
1
vote
0 answers
PiHole with Recursive DNS not Handshaking with Wireguard setup via PiVPN
Expected Behaviour:
I've set my Router to use my PiHole along with Wireguard to use it as a VPN. I've set it up using PIVPN and some tutorials on Youtube. I have included Screenshots of my router and it's setup along with my Wireguard config files…
Jacob Anderson
- 21
- 5
1
vote
0 answers
Connection too slow using RPi 4 and Wireguard
I setup a local home VPN on a Raspberry Pi 4 Model B 2019 Quad Core (4GB of RAM) running Ubuntu 20.04 connected to my home router using ethernet. I used PiVPN with Pihole for the setup. I setup the client on my iPhone and Mac and it connects, but…
Pablo
- 141
- 4
1
vote
1 answer
Unable to find raspberrypi-kernel-headers package
I'm trying to get Wireguard going on my RPi, just to mess around with it. I think I correctly followed the various directions I've seen about how to get up-and-running, but I can't find the raspberrypi-kernel-headers package mentioned in a couple…
Skip
- 111
- 1
- 1
- 2
0
votes
0 answers
Pushing VPN Traffic To RPi When Router Does Not Support Static Routes
My local network operates on 192.168.1.x with a subnet of 255.255.255.0. The default Gateway is 192.168.1.1. I would like to run a Wireguard client on an Rpi (192.168.1.10) to VPN to a remote private network running Wireguard Server on 192.168.2.x…
Dominic
- 1
- 1
0
votes
0 answers
Port / host forwarding through VPN on Pi
I am looking to use my Raspberry Pi as a VPN tunnel (not sure of the correct terminology). The basic setup is as follows:
I have wireguard set up on the RPi and I have successfully connected to my VPN server. DNS is working so when I ping or…
RichC
- 1
- 2
0
votes
0 answers
Extremely slow WireGuard speeds?
I am using PiVPN WireGuard and Pi-hole to get ad-blocking when I am not at home. I am also using it to access a web server I have setup in the LAN. My home router speeds are ~120-150mbps up/down, and my Raspberry Pi is getting about 65mbps up/down.…
3DCoded
- 1
- 2
0
votes
0 answers
Connect to wireguard server running on raspberry
I have installed Wireguard Server on my Raspberry Pi using pivpn. Everything works well except for one thing. The Raspberry server has an IP address of 10.6.0.1. I have a simple socket messenger written in Python. If I run the server of this…
Traa1134
- 1
- 2
0
votes
1 answer
Rasperry Pi wireguard configuration and user access
I'm trying to setup Wireguard on my Raspberry Pi, which kind of succeed, but now I have problems with additional configuration of it.
Is there a way to allow some users to see other computers in local network?
What I'm trying to achive is that some…
Adam Radomski
- 101