Re: Problems with wireguard and maybe DDNS
Taylor R Campbell <[email protected]> Sat, 18 Jul 2026 01:36:45 +0000
| Newsgroups | gmane.os.netbsd.general |
|---|---|
| Message-ID | <[email protected]> |
> From: Greg Troxel <[email protected]> > Date: Mon, 06 Jul 2026 18:56:08 -0400 > > Note that NetBSD 10 and later have wg(4) in the kernel, and on 9 there > is some userland tools instead. My advice, for just about any question, > is make sure you are on 10 or an RC of 11. This is not quite right: - netbsd-9 has no wg at all - netbsd-10 and netbsd-11 both have: . wg-userspace(8) daemon . wgconfig(8) and wg-keygen(8) tools . loadable if_wg.kmod module for wg(4) interface . no wg(4) built-in to the kernel