added eclipse-mosquitto

This commit is contained in:
2022-11-17 23:57:30 +01:00
parent 7ce3c4f6a9
commit e545a7d823
8 changed files with 31 additions and 4 deletions

View File

@@ -1,6 +1,15 @@
# Setup OpenVPN
## Intro
OpenVPN is used for the connection between the home-server and the home network.
It can be easily set up using [this link](https://pivpn.io/)
OpenVPN3 clients can easily be downloaded and installed using the
[following link](https://openvpn.net/cloud-docs/openvpn-3-client-for-linux/)
## To Do
Make sure that the home-server is always reconnecting to the VPN when starting up.

View File

@@ -3,6 +3,7 @@
I used 2 VPNs in my home setup
1. Unify VPN
2. WireGuard VPN
2. OpenVPN (= PiVPN)
Reason being that Unify VPN is not easy to set up for an ubuntu machine, and I was not able to configure my VPS with it. That is why I set up a wireguard VPN to connect my local network to the VPS.
Reason being that Unify VPN is not easy to set up for an ubuntu machine, and I was unable to configure my VPS with it.
That is why I set up an openVPN to connect my local network to the home-server.