Comment on Getting Started with Proxmox
modeh@piefed.social 6 days agoI have a couple of publicly accessible services (vaultwarden, git, and searxng). Do you place them on a separate subnet via proxmox or through the router?
My understanding in networking is fundamental enough to properly setup OpenWrt with an inbound and outbound VPN tunnels along with policy based routing, and that’s where my networking knowledge ends.
abeorch@friendica.ginestes.es 6 days ago
anamethatisnt@sopuli.xyz 6 days ago
Unless you wanna expose services to others my recommendation is always to hide your services behind a vpn connection.
modeh@piefed.social 6 days ago
I travel internationally and some of the countries In been to have been blocking my wireguard tunnel back home preventing me from accessing my vault. I tried setting it up with shadowsocks and broke my entire setup so I ended up resetting it.
Any suggestions that is not tailscale?
anamethatisnt@sopuli.xyz 6 days ago
I find setting up an openvpn server with self-signed certificates + username and password login works well. You can even run it on tcp/443 instead of tcp/1194 if you want to make it less likely to be blocked.