[Q] Tun.ko module

Search This thread

vladtp

Member
Jun 28, 2014
5
0
Hello,

I am trying to create a tunnel interface on my phone( which has the latest Cyanogenmod 10.2 ) by using this command:
Code:
 ip tuntap add dev tun0 mode tun

I get the following error: open: No such file or directory.

I did some research and, apparently, this happens because I don't have installed the tun/tap drivers( the tun.ko module ).

Does anyone have any idea on how to get/install the tun.ko module on my phone ?

Thank you !
 

adi9981

Senior Member
May 25, 2013
163
42
Katowice
Hello,

I am trying to create a tunnel interface on my phone( which has the latest Cyanogenmod 10.2 ) by using this command:
Code:
 ip tuntap add dev tun0 mode tun

I get the following error: open: No such file or directory.

I did some research and, apparently, this happens because I don't have installed the tun/tap drivers( the tun.ko module ).

Does anyone have any idea on how to get/install the tun.ko module on my phone ?

Thank you !

https://play.google.com/store/apps/details?id=com.aed.tun.installer&hl=pl

I don't guarantee that there will be an module for your kernel, but you can still try :)
 

vladtp

Member
Jun 28, 2014
5
0
I tried it, but it says:

TUN support is possibly pre-loaded in your kernel.

This might suggest that the module might exist, but I double checked with lsmod and the /lib/modules directory.

If you have any idea about a kernel version for the phone that might make the Tun.ko app actually install the module, please share.

Also, if anyone else has a working tun.ko module, the Tun.ko app has an option where you can share your module( probably it's sent
to the droidvpn site ).

Thanks !