Hi Stefan-- On Thu 2018-01-11 07:37:49 +0100, Stefan Tatschner wrote: > Is it really neccessary to recommend an additional tool in the > package? Wireguard can already be integrated in debian's native > network configuration via /etc/network/interfaces: > https://wiki.debian.org/Wireguard these instructions already assume that you have both wireguard-dkms and wireguard-tools installed. wireguard-tools supplies both wg(8) and wg-quick(8), which are used in the different /etc/network/interfaces stanzas there. Matthias was suggesting a simply-named meta-package: just "wireguard", which would ensure that both wireguard-dkms and wireguard-tools are installed. The advantage there is that you can tell people to do: apt install wireguard and apt make sure the system has the common setup by default :) > I just do > > # ifup wg0 > # ifdown wg0 > > and it's fine. i'm glad it works for you, it's always nice to have positive feedback :) happy hacking, --dkg