Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Wireguard interface on RPI evbarm





El 30/4/26 a las 13:18, Mayuresh escribió:
# uname -a
NetBSD pinas 10.1 NetBSD 10.1 (GENERIC64) #0: Mon Dec 16 13:08:11 UTC 2024  mkrepro%mkrepro.NetBSD.org@localhost:/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?


Hello Mayuresh,

I had to config /etc/modules.conf to load the module at boot in my RPiZeroW in order to work:

# cat /etc/modules.conf


if_wg


Regards.







Home | Main Index | Thread Index | Old Index