-
Notifications
You must be signed in to change notification settings - Fork 1.1k
FAQ
clowwindy edited this page Oct 5, 2014
·
8 revisions
-
I started but the shadowvpn process is missing
Check
/var/log/shadowvpn.log
for what happened -
can not open /dev/net/tun: open: No such file or directory
Try
opkg install kmod-tun modprobe tun mkdir /dev/net mknod /dev/net/tun c 10 200
-
ip: command not found
Try
opkg install ip