Matteo Guglielmi
Regular Contributor
Dear forum,
despite the router not being supported anymore by merlin's fw, I would need to update the version of my openvpn server.
I noticed that I could install openvpn 2.5.X from entware:
and that openvpn seems to be started using a simple symbolic link which currently points to merlin's openvpn:
Is there a way to update such link so that it will point to entware's openvpn binary?
Thank you.
despite the router not being supported anymore by merlin's fw, I would need to update the version of my openvpn server.
I noticed that I could install openvpn 2.5.X from entware:
Code:
admin@BRTO3:/tmp/home/root# opkg list openvpn-openssl
openvpn-openssl - 2.5.4-1 - Open source VPN solution using OpenSSL
and that openvpn seems to be started using a simple symbolic link which currently points to merlin's openvpn:
Code:
admin@BRTO3:/tmp/home/root# ps | grep openvpn
784 admin 5592 S /etc/openvpn/vpnserver1 --cd /etc/openvpn/server1 --config config.ovpn
786 admin 5244 S /etc/openvpn/vpnserver1 --cd /etc/openvpn/server1 --config config.ovpn
2803 admin 4728 R grep openvpn
admin@BRTO3:/tmp/home/root# ll /etc/openvpn/vpnserver1
lrwxrwxrwx 1 admin root 17 Mar 28 03:02 /etc/openvpn/vpnserver1 -> /usr/sbin/openvpn*
Is there a way to update such link so that it will point to entware's openvpn binary?
Thank you.