PiVPN – VPN tunnel voor Raspberry PI

      Geen reacties op PiVPN – VPN tunnel voor Raspberry PI



“The simplest way to setup and manage a VPN, designed for Raspberry Pi”
Als je een Raspberry PI wil gebruiken als VPN (Virtual Private Network) om extern toergang te krijgen tot je interne netwerk, is PIVPN een goed en makkelijk alternatief.
Op de website van PIVPN wordt er het volgende over geschreven:
PiVPN is a set of shell scripts developed to easily turn your Raspberry Pi™ into a VPN server using two free, open-source protocols:
Wireguard
– OpenVPN
This script’s primary mission in life is to allow a user to have as cost-effective as possible VPN at home without being a technical wizard, hence the design of PiVPN to work on a Raspberry Pi ($35) with a one-command installer followed by easy management of the VPN with the ‘pivpn’ command.
PiVPN should be, bar none, the simplest and fastest way to Install and set up an extremely secure OpenVPN or Wireguard server on your raspberry pi. You won’t need a guide or tutorial as PiVPN will do it all for you in a fraction of the time with hardened security settings in place by default.
We recommend running PiVPN on the latest Raspberry Pi OS Lite image in a Raspberry Pi at your home so you can VPN into your network from not secure remote locations and safely use the internet. However, you can also use PiVPN in any Cloud Provider VPS running Ubuntu or Debian to assist those with untrustworthy ISPs. Running a VPN on a server elsewhere means you can connect to the VPN from home, and because your traffic will be getting out from the cloud/VPS provider, your ISP will only see encrypted traffic.


Op de command line van de Raspberry PI was het volgende installatie commando voldoende om PIVPN te installeren:
curl -L https://install.pivpn.io | bash
In de documentatie wordt verder uitgelegd hoe zowel voor OpenVPN als Wireguard clients configuratiebestanden kunnen worden gegenereerd.
Om bijvoorbeeld het gegenereerde OpenVPN configuratiebestand van de Raspberry PI naar mijn MAC te krijgen heb ik het volgende commando in mijn MAC terminal gebruikt:
scp pi@192.168.178.6:/home/pi/ovpns/rpiOVPN.ovpn /users/gebruiker/Downloads
Een goede uitleg op youtube heb ik hieronder gezet daarin wordt ook uitgelegd hoe je een Raspberry PI configureert (altijd handig):

https://www.youtube.com/watch?v=LGRhHlS09v8

Geef een reactie

Het e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *