did anyone achived to get TUN dev up and running?
debian ~ # modprobe tun
debian ~ # lsmod
Module Size Used by
tun 14884 0
debian ~ # ls -la /dev/net/tun
crw-rw-rw- 1 root root 10, 200 Aug 20 17:58 /dev/net/tun
ifconfig tun0
tun0: error fetching interface information: Device not found
debian ~ # uname -r
2.6.31-rc6-00109-gcc6abd8
I upgraded to 2.6.31 since it did also not work on 2.6.22 ... any hints?
Hi jakblak,
try to force module loading insert it into modules.dep.
It for me work greatly.
Regards