We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I started but the shadowvpn process is missing
Check /var/log/shadowvpn.log for what happened
/var/log/shadowvpn.log
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
opkg install ip
if scripts don't work, you can try to configure via LuCI
general diagnose steps:
traceroute 8.8.8.8
ping 8.8.8.8
sudo tcpdump -i tun0
sudo tcpdump host 8.8.8.8
sudo tcpdump port 53
netstat -nr
ifconfig
eth0
Submit an issue if you still can't solve your problem. Post what you have tried and provide as much information as possible.