-
Notifications
You must be signed in to change notification settings - Fork 6
FAQ
Proxy.sh edited this page Feb 21, 2017
·
2 revisions
-
I started but the shadowvpn process is missing
Check
/var/log/shadowvpn.logfor what happened -
can not open /dev/net/tun: open: No such file or directoryTry
opkg install kmod-tun modprobe tun mkdir /dev/net mknod /dev/net/tun c 10 200 -
ip: command not found
Try
opkg install ip -
if scripts don't work, you can try to configure via LuCI
-
general diagnose steps:
- on client ping server real IP
- on client ping server VPN IP 10.7.0.1
- on client
traceroute 8.8.8.8make sure it goes through 10.7.0.1 - on client
ping 8.8.8.8; on serversudo tcpdump -i tun0see if any packet arrives - you can also run
sudo tcpdump host 8.8.8.8orsudo tcpdump port 53etc on the client or server - on server
netstat -nrandifconfigcheck if your wan iseth0if not, update server_*.sh - on client
netstat -nrandifconfigcheck if your lan iseth0. if not, update client_*.sh
Submit an issue if you still can't solve your problem. Post what you have tried and provide as much information as possible.