I’m currently looking for a VPN solution to make devices on the Balena device’s local network available to users on their laptops. A classical VPN use case that looks basically like this
<[n]local network devices e.g. in 192.168.0.0/24> - <[1]Balena device> - <[1]VPN Server> - <[n]end user laptops>
There’s no shortage of VPN solutions for that. However I was wondering if it’s possible to set that up using the already existing Balena openVPN. Routing to provide routes between Balena’s openVPN and the local network devices should be possible, but is there an easy way to connect to the Balena openVPN from a laptop and get access to a certain device? SSH is a bit tricky since it should be an abstract solution working for all kinds of ports and for users with little IT/networking knowledge.
I don’t expect the Balena openVPN to be capable of that since it’s clearly not designed for this use case but I still wanted to check before setting up a separate VPN.