packages/net/wg-installer
Nick Hainke 94efdcf02a wg-installer: fix multiple namespaces
Add flag "--lookup-default-namespace" to signal that wg-installer should
look already established wireguard sessions in the default namespace.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-01-23 00:08:32 +01:00
..
common wg-installer: fix multiple namespaces 2022-01-23 00:08:32 +01:00
wg-client wg-installer: fix multiple namespaces 2022-01-23 00:08:32 +01:00
wg-server wg-installer: create wireguard key if it does not exist 2022-01-20 14:44:26 +01:00
Makefile wg-installer: remove unused dependency 2022-01-20 15:56:02 +01:00
README.md wg-installer: add babeld hotplug.d script 2021-02-08 11:38:36 +01:00

Wireguard Installer

This tool can be used to automatically create wireguard tunnels. Using rpcd a new wireguard interface is created on the server where the client can connect to.

Installation

For Server

opkg install wireguard-installer-server

For Client

opkg install wireguard-installer-client

Wiregurad server automatically installs a user and associated ACL to use the wireguard-installer-server features. The user is called wginstaller and so is the password.

Usage

Get Usage Statistics

wg-client-installer get_usage --ip 127.0.0.1 --user wginstaller --password wginstaller

Register Tunnel Interface

wg-client-installer register --ip 127.0.0.1 --user wginstaller --password wginstaller --bandwidth 10

Hotplugs

  • wg-installer-server-hotplug-babeld: mesh automatically via wireguard with babeld