Hello,
Since i can’t get a public IP with a SIM card for a reasonable cost (my ISP assigning to RUT240 a private IP like 10.xxx.xxx.xxx), I want to setup ProtonVPN in RUT 240 router, in order to allow communications between my LAN equipment and its remote WAN server.
I follow this guide from ProtonVPN : https://protonvpn.com/support/how-to-set-up-protonvpn-on-openwrt-routers/
Step 1 tell me to install 2 packages in RUT240 : « openvpn-openssl » and « luci-app-openvpn » .
Available version of « openvpn-openssl » package on openwrt website is 2.4.11-1 .
Available version of « luci-app-openvpn » package on openwrt website is git-21.107.58152-c19c716-1 .
I checked already installed version of them by the following commands :
~# opkg list |grep openvpn-openssl
openvpn-openssl – 2.4.5-3
~# opkg list |grep luci-app-openvpn
luci-app-openvpn-tlt – trunk+svn+teltonika+u1-1
So, i have to upgrade openvpn-openssl package from 2.4.5-3 to 2.4.11-1 version .
But, the already installed « luci-app-openvpn-tlt » package and its version « trunk+svn+teltonika+u1-1 » are differently entitled from those available on openwrt website (« luci-app-openvpn » and « git-21.107.58152-c19c716-1 ») .
Question 1 : What are the differences between the already installed « luci-app-openvpn-tlt » package, and the available « luci-app-openvpn » package on openwrt website ?
Question 2 : have i to install the « luci-app-openvpn » package available on openwrt website using the command « opkg install luci-app-openvpn » OR, have i to upgrade the already installed « luci-app-openvpn-tlt » package using the command « opkg upgrade luci-app-openvpn » ?
Thanks for your support,