Wireguard is blocked in my country, so I no longer can use Tailscale or other Wireguard-based solutions. My home server is behind a NAT. What other ways of secure private connection can I use?

  • hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    42
    ·
    edit-2
    9 days ago

    https://github.com/erebe/wstunnel seems like the obvious solution.

    Or maybe OpenVPN over normal TLS on port 443.

    You could try to run Wireguard on a different port which would be otherwise used by some very common service, maybe there’s some general exemption for port 21, 22, 53, 80, 443…

    • myszka@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 days ago

      Wow, wstunnel seems to be a very elegant solution, thanks! However I still need to figure out how to get to my server behind a NAT

      • hendrik@palaver.p3x.de
        link
        fedilink
        English
        arrow-up
        7
        ·
        9 days ago

        I’m not really an expert on VPN, but I believe solutions like Tailscale, Netbird, Pangolin all leverage the Wireguard protocol.

        • FedX@quokk.au
          link
          fedilink
          English
          arrow-up
          4
          ·
          9 days ago

          Yeah, WG is by far the best way to do this kind of networking.