Logo
Explore Help
Sign In
kevinveenbirkenbach/computer-playbook
1
0
Fork 0
You've already forked computer-playbook
mirror of https://github.com/kevinveenbirkenbach/computer-playbook.git synced 2025-05-10 07:15:43 +02:00
Code Issues Packages Projects Releases Wiki Activity
computer-playbook/roles/client-wireguard
History
Kevin Veen-Birkenbach b7e3a7f838 Added .cymais.service suffix to make cymais files more visible
2024-01-10 11:18:38 +01:00
..
files
Added .cymais.service suffix to make cymais files more visible
2024-01-10 11:18:38 +01:00
handlers
Added .cymais.service suffix to make cymais files more visible
2024-01-10 11:18:38 +01:00
meta
Cleaned up and refactored
2023-11-16 23:29:43 +01:00
tasks
Added .cymais.service suffix to make cymais files more visible
2024-01-10 11:18:38 +01:00
templates
Cleaned up and refactored
2023-11-16 23:29:43 +01:00
README.md
Cleaned up and refactored
2023-11-16 23:29:43 +01:00

README.md

Role Native Wireguard

Manages wireguard on a client.

Create Client Keys

  wg_private_key="$(wg genkey)"
  wg_public_key="$(echo "$wg_private_key" | wg pubkey)"
  echo "PrivateKey: $wg_private_key"
  echo "PublicKey: $wg_public_key"
  echo "PresharedKey: $(wg genpsk)"

Other

  • 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/
  • https://bodhilinux.boards.net/thread/450/wireguard-rtnetlink-answers-permission-denied
  • https://stackoverflow.com/questions/69140072/unable-to-ssh-into-wireguard-ip-until-i-ping-another-server-from-inside-the-serv
  • https://unix.stackexchange.com/questions/717172/why-is-ufw-blocking-acces-to-ssh-via-wireguard
  • https://forum.openwrt.org/t/cannot-ssh-to-clients-on-lan-when-accessing-router-via-wireguard-client/132709/3
  • https://serverfault.com/questions/1086297/wireguard-connection-dies-on-ubuntu-peer
  • https://unix.stackexchange.com/questions/624987/ssh-fails-to-start-when-listenaddress-is-set-to-wireguard-vpn-ip
  • https://serverfault.com/questions/210408/cannot-ssh-debug1-expecting-ssh2-msg-kex-dh-gex-reply
  • https://www.thomas-krenn.com/de/wiki/Linux_ip_Kommando
  • https://wiki.archlinux.org/title/dhcpcd
  • https://wiki.ubuntuusers.de/NetworkManager/Dispatcher/
  • https://askubuntu.com/questions/1024916/how-can-i-launch-a-systemd-service-at-startup-before-another-systemd-service-sta
Powered by Gitea Version: 1.23.7 Page: 45ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API