2

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 hours on google and there's thousands of post showing how to set up a VPN with a pi as the host. But NOTHING on connecting from a pi.

Does anyone have any idea how to get Wireguard client on a pi? Or how to connect to a Wireguard VPN from a pi?

I am running the latest Raspbian Buster with desktop OS. I am using Pi 3B+.

Ingo
  • 42,961
  • 20
  • 87
  • 207
Eduan Shuda
  • 121
  • 1
  • 3

1 Answers1

3

... but I can't get any info on connecting from a pi

For this reason some times ago I have made a proof of concept but not completely finished it yet. There you will also find how to setup a Raspberry Pi as Wireguard client. This may give you some ideas what to do with your project. Have a look at How to bridge an access point with a remote network by Wireguard? (with the use of systemd-networkd).

Ingo
  • 42,961
  • 20
  • 87
  • 207