mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 20:51:07 +01:00
Merge branch 'master' of github.com:kevinveenbirkenbach/server-manager
This commit is contained in:
commit
644881a109
@ -2,6 +2,11 @@
|
|||||||
Manages wireguard on host.
|
Manages wireguard on host.
|
||||||
|
|
||||||
## Client
|
## Client
|
||||||
|
### Setup wireguard
|
||||||
|
```bash
|
||||||
|
pacman -S wireguard-tools
|
||||||
|
```
|
||||||
|
|
||||||
### Create Client Keys
|
### Create Client Keys
|
||||||
```bash
|
```bash
|
||||||
wg_private_key="$(wg genkey)"
|
wg_private_key="$(wg genkey)"
|
||||||
@ -17,7 +22,13 @@ Manages wireguard on host.
|
|||||||
systemctl enable wg-quick@wg0.service --now
|
systemctl enable wg-quick@wg0.service --now
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Check status
|
||||||
|
```bash
|
||||||
|
systemctl status wg-quick@wg0.service
|
||||||
|
```
|
||||||
|
|
||||||
## See
|
## See
|
||||||
- https://golb.hplar.ch/2019/01/expose-server-vpn.html
|
- https://golb.hplar.ch/2019/01/expose-server-vpn.html
|
||||||
- https://wiki.archlinux.org/index.php/WireGuard
|
- https://wiki.archlinux.org/index.php/WireGuard
|
||||||
- https://wireguard.how/server/raspbian/
|
- https://wireguard.how/server/raspbian/
|
||||||
|
- https://www.scaleuptech.com/de/blog/was-ist-und-wie-funktioniert-subnetting/
|
||||||
|
Loading…
Reference in New Issue
Block a user