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...
HellSpawn
Dec 04, 2023Tutor
Hi again, here is my Instruction to update the VPN SoftEther on ReadyNas 212:
first edit the Source List
-------------------------------
source list - etc/apt/sources.list
*********************************
deb https://apt.readynas.com/packages/readynasos 6.10.8 updates apps main
deb [trusted=yes] http://archive.kernel.org/debian-archive/debian jessie main contrib non-free
deb [trusted=yes] http://archive.kernel.org/debian-archive/debian jessie-backports main contrib non-free
deb [trusted=yes] http://archive.debian.org/debian/ jessie main contrib non-free
deb [trusted=yes] http://archive.debian.org/debian-security jessie/updates main contrib non-free
------------------------------------------------------------------------------------------------------
after that you need to create apt.conf file in /etc/apt
copy this to apt.conf and save:
Get::AllowUnauthenticated true;
Acquire::Check-Valid-Until false;
----------------------------------------------------------------
now you are redy to go:
apt-get update
apt-get upgrade (don't do this, it is not recommended by Netgear and can do damage).
apt-get install nano
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.42-9798-rtm-2023.06.30-linux-arm_eabi-32bit.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 (or "./.install.sh")
1 (skip this - not shows)
1 (skip this - not shows)
1 (skip this - not shows)
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
HellSpawn
Feb 29, 2024Tutor
Hi there, i menage to install the last SoftEther VPN Server beta version on my ReadyNas 212 successful and i would like to give you all the new Solution (works 100%):
first edit the Source List
-------------------------------
source list - etc/apt/sources.list
*********************************
deb https://apt.readynas.com/packages/readynasos 6.10.8 updates apps main
deb [trusted=yes] http://archive.kernel.org/debian-archive/debian jessie main contrib non-free
deb [trusted=yes] http://archive.kernel.org/debian-archive/debian jessie-backports main contrib non-free
deb [trusted=yes] http://archive.debian.org/debian/ jessie main contrib non-free
deb [trusted=yes] http://archive.debian.org/debian-security jessie/updates main contrib non-free
------------------------------------------------------------------------------------------------------
after that you need to create apt.conf file in /etc/apt
copy this to apt.conf and save:
Get::AllowUnauthenticated true;
Acquire::Check-Valid-Until false;
----------------------------------------------------------------
Shut down (off) the VPN App in Admin WEB ReadNAS
now you are redy to go:
apt-get update
apt-get upgrade (don't do this, it is not recommended by Netgear and can do damage).
apt-get install nano
apt-get install build-essential
apt-get install make libc6-dev gcc gdb libtag1-dev uuid-dev
mkdir /root/softether
cd /root/softether
wget https://www.softether-download.com/files/softether/v4.43-9799-beta-2023.08.31-tree/Linux/SoftEther_VPN_Server/32bit_-_ARM_EABI/softether-vpnserver-v4.43-9799-beta-2023.08.31-linux-arm_eabi-32bit.tar.gz
tar xvf softether-vpnserver-v4.43-9799-beta-2023.08.31-linux-arm_eabi-32bit.tar.gz
cd /root/softether/vpnserver
make (or "./.install.sh")
1 (skip this - not shows)
1 (skip this - not shows)
1 (skip this - not shows)
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
You can access the VPN WEB Admin Site:
https://ip_address_of_the_vpn_server:5555
- hoogs11Jul 21, 2024Aspirant
Thanks,
Worked like a charm on my old Readynas Pro 6 with OS 6.10.10Although the directory "/apps/vpnserver/bin" did not exist (I had to do a factory reset a while ago),
I was able to make it work ! 😊👍🏻
Related Content
NETGEAR Academy

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