Wireguard interface on RPI evbarm
Mayuresh <[email protected]> Thu, 30 Apr 2026 16:48:46 +0530
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
# uname -a NetBSD pinas 10.1 NetBSD 10.1 (GENERIC64) #0: Mon Dec 16 13:08:11 UTC 2024 [email protected]:/usr/src/sys/arch/evbarm/compile/GENERIC64 evbarm On above system, it seems wireguard interface wg is not supported: # ifconfig -C ipsec vether bridge carp pppoe vlan tun tap ppp lo gre gif npflog Tried using wg-userspace: # wg-userspace 0 create [ 1.0000000] entropy: ready [ 1.0200050] WARNING: module error: built-in module crypto failed its MODULE_CMD_INIT, error 17 rump_sp: failed to bind to URL unix:///var/run/wg_rump.0.sock rump server init failed: Address already in use rump.ifconfig: clone_command: File exists rump.ifconfig: exec_matches: File exists rump.ifconfig: SIOCSLINKSTR: Device busy Is there any way to configure wg0 on RPI running evbarm 10.1? -- Mayuresh