freifunkMUC / wg-access-server

An all-in-one WireGuard VPN solution with a web ui for connecting devices
MIT License
608 stars 33 forks source link

error on arm devices #739

Open stephensworld opened 2 months ago

stephensworld commented 2 months ago

Hi,

I got this error on arm devices like raspberry or arm64 vm.

ERRO[0000]main.go:152 failed to load WireGuard config: failed to set interface ip address: failed to set ip address of wireguard interface: permission denied

Best regards Stephan

awlx commented 2 months ago

Looks like you are missing some permissions to manipulate the interface. Did you check if you have CAP_NET_ADMIN set if this runs in docker?