You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#] ip link add wireguard type wireguard
RTNETLINK answers: Not supported
Unable to access interface: Protocol not supported
[#] ip link delete dev wireguard
Cannot find device "wireguard"
The text was updated successfully, but these errors were encountered:
wireguard-socks-proxy | [#] ip link add peer1 type wireguard
wireguard-socks-proxy | RTNETLINK answers: Operation not permitted
wireguard-socks-proxy | Unable to access interface: Protocol not supported
wireguard-socks-proxy | [#] ip link delete dev peer1
wireguard-socks-proxy | Cannot find device "peer1"
I got similar error, I need to add --sysctl net.ipv6.conf.all.disable_ipv6=1 to docker run command to fix it and remove all ipv6 address from wireguard conf
Hi, this is the error I get on ubuntu 18.04
The text was updated successfully, but these errors were encountered: