Open stephensworld opened 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
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?
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