Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hey there,
I´m new to this forum but followed the post for a long time.
I´ve setup my DNS 320 with debian squeeze and a lot of funny software since you can althoug add ubuntu package. this offers auto update of packages. I althoug setup a new 80x80 Fan to my DNS320 witch makes it colder an silent.
I really don´t wanna go back to fun plug but this offers full function openvpn.
Now my problem -
I´ve tryed to install openVPN on squeeze, works fine till it will create a TUN...
Wed Feb 6 22:52:20 2013 Note: Cannot open TUN/TAP dev /dev/net/tun: No such device (errno=19) Wed Feb 6 22:52:20 2013 Note: Attempting fallback to kernel 2.2 TUN/TAP interface Wed Feb 6 22:52:20 2013 Cannot allocate TUN/TAP dev dynamically
so if i try to setup tun i´ve got the problem:
setup like this
# apt-get install udev # mkdir /dev/net # mknod /dev/net/tun c 10 200 # chmod 0700 /dev/net/tun # modprobe tun -> Failed # /etc/init.d/openvpn restart ...
FATAL: Could not load /lib/modules/2.6.22.18/modules.dep: No such file or directory
I dont really have a plan how this all really works and what I really need, so I hope you could help me fix this.
Do I need another kernel module, can I use tun.ko from fun_plug? and how can I setup all this.
thank you!
Last edited by knex (2013-02-07 00:38:00)
Offline
had the same issue with ffp 0.7
here is help
http://forum.qnap.com/viewtopic.php?p=72673
mkdir /dev/net mknod /dev/net/tun c 10 200 insmod /mnt/HD/HD_a2/ffp/lib/modules/kernel/2.6.22.18/drivers/net/tun.ko
Note: also works for squeeze
Last edited by knex (2013-02-08 00:08:39)
Offline