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...
Laureijs
Jan 21, 2018Aspirant
I used the combined info above on a ReadyNAS 516:
apt-get updateapt-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/softether
tar 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/vpnserver
make
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/softether
just to confirm.
StephenB
Jan 21, 2018Guru - Experienced User
Laureijs wrote:
apt-get upgrade
This particular step is not recommended, and can create issues with the ReadyNAS application.
So I suggest skipping that one.
- LaureijsFeb 12, 2018Aspirant
yes
can't i edit my previous post?
- StephenBFeb 13, 2018Guru - Experienced User
wrote:
can't i edit my previous post?
There is a time limit, which is probably exceeded. But I have the rights to change it. Do you want to remove the apt-get upgrade, or change something else?
- LaureijsFeb 14, 2018Aspirant
oh, ok i wasn't aware of a time limit but that explains it
Yes, i would like you to strikethrough the: apt-get upgrade
and add a warning about it
Related Content
NETGEAR Academy

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