Working Vpnc?


timothee

Member
Joined
Dec 6, 2007
Messages
171
Age
46
Location
Singapore
Website
Visit site
Has anyone managed to get vpnc running?

I installed it from angstrom (0.5.3-r1.6), set my config, the tun device is there, but I am not able to modprobe the tun module, and start vpnc itself :( .

Some info below, grabbed as root from command line:
Code:
 ~ # vpnc
 vpnc: can't open /dev/net/tun, check that it is either device char 10 200 or (with DevFS) a symlink to ../misc/net/tun (not misc/net/tun): No such device
 vpnc: can't initialise tunnel interface: No such device
 
 
 ~ # ls -al /dev/net/tun
 crw-r----- 1 root root 10, 200 Dec 20 20:39 /dev/net/tun
 
 
 ~ # zcat /proc/config.gz | grep -i tun | grep -v -i TUNER
 # CONFIG_INET_XFRM_TUNNEL is not set
 CONFIG_INET_TUNNEL=m
 CONFIG_INET_XFRM_MODE_TUNNEL=y
 # CONFIG_INET6_XFRM_TUNNEL is not set
 # CONFIG_INET6_TUNNEL is not set
 CONFIG_INET6_XFRM_MODE_TUNNEL=m
 # CONFIG_IPV6_TUNNEL is not set
 CONFIG_TUN=m
 # CONFIG_DVB_CINERGYT2_TUNING is not set
 
 
 ~ # opkg files kernel-module-tunnel4
 Package kernel-module-tunnel4 (2.6.27-pandora+r21+git449c13a99bb39ced8dbea5daccc402c39f77455e-r21.5) is installed on root and has the following files:
 /lib/modules/2.6.27.46-omap1/kernel/net/ipv4/tunnel4.ko
 
 ~ # modprobe tunnel4        # <- no problem here!
 
 ~ # opkg files kernel-module-tun
 Package kernel-module-tun (2.6.27-pandora+r21+git449c13a99bb39ced8dbea5daccc402c39f77455e-r21.5) is installed on root and has the following files:
 /lib/modules/2.6.27.46-omap1/kernel/drivers/net/tun.ko
 
 ~ # modprobe tun
 FATAL: Module tun not found.

Any help would be much appreciated.

Thanks,
Tim!
 
Back
Top