Posts: 14,325
Threads: 327
Joined: Mar 2018
Reputation:
589
I'm sure a VPN option could be integrated and its come up before but no one has done any investigation into what packages and configuration are needed to make it a feature.
I don't have any experience with VPN software so maybe another dev will take an interest.
Posts: 1,447
Threads: 25
Joined: Jun 2022
Reputation:
51
a VPN is no magic...
Only thing: you need a server in the UK to connect to...
Posts: 6,334
Threads: 187
Joined: Apr 2018
Reputation:
256
The openvpn package is already installed in RaspiOS Lite so we're part way there.
The Linux OpenVPN client appears to be compatible with many public VPN services. However, each service has its own website, collection of VPN servers around the world, and, of course, its own login credentials.
It would seem to me that a moOde VPN configuration screen would have to
- get* the user's chosen VPN service (triggering a download of that service's list of servers behind the scene. This "list" is a collection of .ovpn files to be stored in an openvpn subdirectory.)
- get the user's login credentials for the chosen VPN service
- configure OpenVPN with the credentials
- allow the user to select from a pull-down list which server in which country
- allow the user to start/stop the VPN connection.
Or something like that. No doubt I'm overlooking something (UDP vs TCP comes to mind).
I subscribe to a VPN service and use that service's app on my phone and my tablet to choose the server and start/stop the VPN connection. I've never tried to connect to the service from a Linux box. Looking at the man page, there's a huge number of options for the OpwnVPN client. If I get time I'll try to see what is the minimum I have to do to get a VPN connection.
No way I'm going to attempt crafting the PHP and JS for an interactive moOde screen.
Regards,
Kent
* there are so many of them that I'm not sure a pull-down list is feasible, nor do I think we want to be endorsing any, but each has its own FQDN and procedure for getting the server list, etc.
Posts: 2,088
Threads: 45
Joined: Mar 2020
Reputation:
99
And then you find the BBC maintain a list of known VPN end-points and black list them when they can precisely to stop this sort of thing.
----------------
Robert
Posts: 1,447
Threads: 25
Joined: Jun 2022
Reputation:
51
03-19-2025, 05:25 PM
(This post was last modified: 03-19-2025, 05:25 PM by Nutul.)
I re-jump in just to say... would configuring your router to an OpenVPN server, and then choosing that connection, offer the same benefits?
Then, just select that VPN in moOde... I don't know, never tried... could this be done without a reboot?