Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用clashforandroid 报错cannot create interface #804

Open
xuejd12344 opened this issue Dec 31, 2024 · 1 comment
Open

使用clashforandroid 报错cannot create interface #804

xuejd12344 opened this issue Dec 31, 2024 · 1 comment

Comments

@xuejd12344
Copy link

我创建docker容器是这样创建的 sudo docker run -itd --privileged --cap-add=net_admin --cap-add=net_raw --cap-add=mknod --sysctl net.ipv6.conf.all.disable_ipv6=0 -v /dev/net/tun:/dev/tun -v ~/data:/data -p 5555:5555 redroid/redroid:12.0.0-latest

但是手机中使用clashforandroid vpn代理时报cannot create interface

@zhouziyang
Copy link
Member

zhouziyang commented Jan 6, 2025

Possible due to permission issues; try chmod 666 /dev/net/tun on your host, then run redroid again.
And make sure tun module loaded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants