First: this is NOT about how to connect to my Home Assistant OS from outside. I know how to do this. This is a different use case:
- I’m running Home Assistant OS on a RPi4 on my home network, with the usual devices (entities) connecte via LAN or WiFi. I also run a solar PV system - everything works well.
- I have a 2nd PV system running on another site in another city. This system offers connectivity via a simulated ModBus serial interface on TCP/IP (EPEver Wifi Dongle).
- Now I want to create a VPN tunnel from my home to the remote site (via its router) so I can get the data from this EPEver WiFi Dongle.
- The VPN needs to be IKEv2/PSK or L2TP (I would not prefer that). Because that’s what the other router supports.
All the documentation I have found were about having VPN servers on the OS, but now how to get a VPN client running. I tried the way I would do it on Debian, via nmcli etc, but the network-manager for ikev2 is not pre-installed.
I’m not sure if HassOS allows any packages to be installed at all. I understand that would kind of defeat the purpose of HassOS. But is it possible?