NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
calaba
Apr 07, 2016Guide
How can I update SoftEther VPN App to Newest Version - ReadyNAS 10400
Hello all - if anyone is interested in knowing the solution mentioned in this topic here then here is it. Unfortunatelly the topic is already closedso cannot add solution directly there. Tested o...
JJS68
Jul 26, 2017Tutor
Thank you, this worked for me (ReadyNAS 314)
did have to add the below before the make command, but this made it very easy to upgrade, thanks
cd /root/softether/vpnserver
- LaureijsJan 21, 2018Aspirant
I used the combined info above on a ReadyNAS 516:
apt-get update
apt-get upgrade(don't do this, it is not recommended by Netgear and can do damage).
apt-get install build-essential
apt-get install make libc6-dev gcc gdb libtag1-dev uuid-dev
mkdir /root/softether
cd /root/softethertar xvf softether-vpnserver-v4.25-9656-rtm-2018.01.15-linux-x64-64bit.tar.gz
cp -avr /apps/vpnserver/bin/vpn_server.config /root/softether/vpnserver/
cp -avr /apps/vpnserver/bin/vpn_server.config.save /root/softether/vpnserver/
cd /root/softether/vpnservermake
1
1
1
cp -avr /root/softether/vpnserver/* /apps/vpnserver/bin/arm
cp -avr /apps/vpnserver/bin/arm/* /apps/vpnserver/bin
cd /apps/vpnserver/bin/arm
./vpncmd
3
check
exit
cd /apps/vpnserver
chown -R admin:admin bin/
rm -rf /root/softetherjust to confirm.
Related Content
NETGEAR Academy

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