1
Linux Issues / tun modules fpr Kernel 2.4.18 on OZ
« on: February 28, 2004, 08:44:58 am »
For the archive:
I got it working using the tun-module found in http://www.liebchen-online.de/kmodc7x0.tgz.
It was originally made for sl-c760 but works for sl-5500, too.
I simply copied tun.o from that archive to /lib/modules/(kernel-ver)/net
and then created a device-file:
mkdir /dev/net
mknod /dev/net/tun c 10 200
After a \"depmod -a\" and \"modprobe tun\" OpenVPN worked fine.
Regards, Rainer
I got it working using the tun-module found in http://www.liebchen-online.de/kmodc7x0.tgz.
It was originally made for sl-c760 but works for sl-5500, too.
I simply copied tun.o from that archive to /lib/modules/(kernel-ver)/net
and then created a device-file:
mkdir /dev/net
mknod /dev/net/tun c 10 200
After a \"depmod -a\" and \"modprobe tun\" OpenVPN worked fine.
Regards, Rainer