forked from uncloud/uncloud
12 lines
456 B
Org Mode
12 lines
456 B
Org Mode
|
* How to add a new VPN Host
|
||
|
** Install wireguard to the host
|
||
|
** Install uncloud to the host
|
||
|
** Add `python manage.py vpn --hostname fqdn-of-this-host` to the crontab
|
||
|
** Use the CLI to configure one or more VPN Networks for this host
|
||
|
* Example of adding a VPN host at ungleich
|
||
|
** Create a new dual stack alpine VM
|
||
|
** Add it to DNS as vpn-XXX.ungleich.ch
|
||
|
** Route a /40 network to its IPv6 address
|
||
|
** Install wireguard on it
|
||
|
** TODO Enable wireguard on boot
|