NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
kraney
Sep 11, 2009Aspirant
HOWTO: PPtP VPN
This howto will list the steps necessary to set up a pptp server on a ReadyNAS Duo. PPtP makes a nice choice, because OSX natively supports connecting to PPtP VPNs. I think windows does also, but don'...
Holm
Feb 02, 2012Aspirant
This is all the steps I took
But i get
#apt-get update
#apt-get install build-essential
#apt-get install libncurses5-dev
#wget http://www.readynas.com/download/GPL/RNDP6xxx_4.2.1_WW_src.zip
#unzip RNDP6xxx_4.2.1_WW_src.zip d=source/
#cd source/linux-x86-2.6/
#cp arch/x86/configs/defconfig.smp .config (then i edited the config with PPP=y)
#make oldconfig
#make all
#make menuconfig
#cp drivers/net/*.ko /lib/modules/2.6.37.6.RNx86_64.2.1/kernel/drivers/net/
#depmod -a
#modprobe ppp_generic
But i get
# modprobe ppp_generic
WARNING: Error inserting slhc (/lib/modules/2.6.37.6.RNx86_64.2.1/kernel/drivers/net/slhc.ko): Invalid module format
FATAL: Error inserting ppp_generic (/lib/modules/2.6.37.6.RNx86_64.2.1/kernel/drivers/net/ppp_generic.ko): Invalid module format
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!