关于wireguard, Operation not support
时间:2020-06-16 00:22:48
收藏:0
阅读:399
启动wireguard 时报错:
RTNETLINK answers: Operation not supported
Unable to access interface: Protocol not supported
RTNETLINK answers: Operation not supported
Unable to access interface: Protocol not supported
使用如下安装命令可以解决:
sudo apt-get install wireguard-dkms wireguard-tools linux-headers-$(uname -r) 原文:https://blog.51cto.com/13766835/2504805
评论(0)