On Wed, Jul 05, 2023 at 05:10:42PM +0200, logothesia wrote: > Hi folks, > > What does the landscape look like regarding WireGuard? Is it supported at > all?
In -10 and -current it is. I am using it on several machines (mostly with windows peers). > ifconfig. It is my understanding that wireguard-tools only provides the > userland stuff (i.e., config file reading and so on). You do not even need that, base comes with wgconfig, and "man wg" tells you all about the setup tricks. > Do I have to compile a custom kernel, or enable something somewhere? Did you try "ifconfig -C"? That should list all clonable interfaces and includes "wg" if the kernel knows about it. > Not sure if it matters, but I am running NetBSD/evbarm-earmv6hf 9.3. You might, or load the if_wg kernel module (by adding it to /etc/modules.conf, see "man modules.conf"). Martin