Also at @me@social.k3can.us on Mastodon. Blog is at blog.k3can.us

  • 0 Posts
  • 6 Comments
Joined 3 years ago
cake
Cake day: June 21st, 2023

help-circle

  • If you’re talking about remote access specifically, I use tiers.

    “Public” is open, but goes through crowdsec and anubis, and is on a DMZ network. This is my website, blog, Fediverse, etc.

    “Private” is either secured with mtls or wireguard. This is stuff that’s only for me or family, like media or home assistant.

    “Sensitive” is wireguard only. This is infrastructure management, Paperless, etc.



  • Oh, maybe I misunderstood? It sounded like he didn’t understand what advantage a “tunnel” could provide.

    If your server is behind CGNAT, you need a TURN-style “tunnel” to allow incoming connections. If you have your own remote server with a public IP, then you can absolutely use that and create the tunnel using wireguard (or openvpn, ssh, etc).

    I just mentioned CF in my blog post because it’s probably the most popular solution.

    The point is, if you have CGNAT, you need to create that “tunnel” somehow if you want to allow incoming connections.