meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.28k stars 681 forks source link

Open vpn open tun/tap failed #276

Open shahidkh4n opened 9 years ago

shahidkh4n commented 9 years ago

Openvpn tun/tap failed in Asus zenfone 5 lollipop

Log:

Wed Sep 2 18:21:46 2015 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=wlan0 HWADDR=f0:79:59:b1:7f:08 Wed Sep 2 18:21:46 2015 ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2) Wed Sep 2 18:21:46 2015 Exiting due to fatal

I followed instruction on Ubuntu forum to create tun/tap. After creating tun/tap node openvpn connects but don't route traffic through vpn.

kdb424 commented 9 years ago

Dev is properly wrapped. Your device does not have /dev/net/tun avaliable. I would suggest seeing if it's renamed, or the application taht you are using is not properly creating it.