Wireguard
Setup client
Section titled “Setup client”- Generate config from firezone
- Install wireguard on the client machine
sudo apt install wireguard
- Copy the config file to
/etc/wireguard/wg0.conf
- Run wg-quick command
wg-quick up wg0
- If
resolvconf
not found run:sudo ln -s /usr/bin/resolvectl /usr/local/bin/resolvconf
- See the result
sudo wg show
Get status
Section titled “Get status”sudo systemctl status wg-quick@wg0.service