From 3125161468602fd74af5af21de7d9f6d84cd9b63 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach <> Date: Tue, 12 Jan 2021 11:19:08 +0100 Subject: [PATCH] Updated README.md --- roles/native-wireguard/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/roles/native-wireguard/README.md b/roles/native-wireguard/README.md index f538562b..029c4bac 100644 --- a/roles/native-wireguard/README.md +++ b/roles/native-wireguard/README.md @@ -2,6 +2,11 @@ Manages wireguard on host. ## Client +### Setup wireguard +```bash + pacman -S wireguard-tools +``` + ### Create Client Keys ```bash wg_private_key="$(wg genkey)" @@ -17,7 +22,13 @@ Manages wireguard on host. systemctl enable wg-quick@wg0.service --now ``` +### Check status +```bash + systemctl status wg-quick@wg0.service +``` + ## See - https://golb.hplar.ch/2019/01/expose-server-vpn.html - https://wiki.archlinux.org/index.php/WireGuard - https://wireguard.how/server/raspbian/ +- https://www.scaleuptech.com/de/blog/was-ist-und-wie-funktioniert-subnetting/