Hi there, I am trying to setup a VPN client on a Nanostation M2. Installed a clean version of 3.1.0. However I have noticed the following error when running the client install script. * opkg_install_cmd: Cannot install package kmod-tun. * kernel (= 3.3.8-1-bbdfd84029335dca3e2e14f66fb51759) * * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-tun:Collected errors: Note the bit in red. Then I decided to do some more digging and the kernel version on the 3.1.0 firmware is Package kernel (3.3.8-1-d6597ebf6203328d3519ea3c3371a493) installed in root is up to date.opkg install kernel Note the difference in version. It is almost as though the kernel package or the kmod-tun package has been upgraded somewhere and not kept in line. The downside is that the VPN will not connect at all. When doing a lsmod there is no tun module listed which means that the module is not loaded and the tunnel won't be able to establish. When putting the VPN in debug mode this is what I see. vtund[6653]: Exit vtund[6653]: Connection denied by olson.net.nz vtund[6653]: Connecting to olson.net.nz^C vtund[6653]: Terminated vtund[6653]: Connection denied by olson.net.nz vtund[6653]: Connecting to olson.net.nz vtund[6653]: Connection denied by olson.net.nz vtund[6653]: Connecting to olson.net.nz vtund[6653]: VTun client ver 3.X 11/17/2014 startedroot@ZL1RJS-N:/etc/init.d# /usr/sbin/vtund -n ZL1RJS-N-172-31-55-80 olson.net.nz Has anyone else come across this? |