tinyfecVPN icon indicating copy to clipboard operation
tinyfecVPN copied to clipboard

openwrtX86中不能创建虚拟网卡,有没有办法解决?

Open wolfid1 opened this issue 6 years ago • 3 comments

错误提示: tun_dev.cpp:347: int tun_dev_client_event_loop(): Assertion `new_connected_socket(remote_fd,remote_ip_uint32,remote_port)==0' failed.

是不是openwrt被精简了,差什么东西

wolfid1 avatar Feb 18 '19 04:02 wolfid1

最新版中的提示变成这样 tun_dev_client.cpp:216: int tun_dev_client_event_loop(): Assertion `new_connected_socket2(remote_fd,remote_addr)==0' failed.

wolfid1 avatar Feb 18 '19 04:02 wolfid1

最新版中的提示变成这样 tun_dev_client.cpp:216: int tun_dev_client_event_loop(): Assertion `new_connected_socket2(remote_fd,remote_addr)==0' failed.

安装 kmod-tun了没有?

godwasdog avatar Apr 03 '19 08:04 godwasdog

你好,我也遇到了同样的问题。 kmod-tun已安装,并且有/dev/net/tun节点

lovelypp777 avatar Apr 02 '24 10:04 lovelypp777