Bit of an uphill fight with captchas everywhere. Do people here conduct all online activity over VPN whenever possible? Only for the sensitive stuff? Or perhaps the inverse because the bank already knows you? Maybe when travelling or getting around region blocking? Something else?

The one provided by my work aside, I realized that I don’t have any consistent rules around using VPN. Except sometimes, you know, when downloading ISO’s for my favorite distos.

  • LlilL@lemmy.zip
    link
    fedilink
    arrow-up
    4
    ·
    2 days ago

    May I ask how you have that setup? I’ve been trying to do exactly that using my Ubiquiti gear in the middle, but I don’t think I Ubiquiti’s UnifFi is capable.

    • MasterBlaster@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      18 hours ago

      I should probably try what the O.P. did as I also have an ASUS router with Merlin. However, in my case, I have a Synology NAS and I set up VPN on that and use that server as my VPN. I have a certificate-based sign-in through a single port on the router.

      I use a Public VPN service when I’m out and about and then connect to my VPN when I need to do stuff on my network, Like syncing my Joplin notes.

    • ohshit604@lemmy.halstead.host
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      19 hours ago

      Picked myself up an Asus WRT router (AX86U) flashed it with Merlin firmware - the custom firmware includes a feature called “VPN Director” which lets me connect up to 5 different WireGuard clients and route my devices through whichever one I choose, given that the Asus WRT router is also capable of hosting its own WireGuard server I created a VPN director rule that routes that server through one of these clients.

      The VPN director has a priority ruleset, so if for example WireGuard client 5 dies it will either kill all outbound connections and wait until it’s back online or fallback to WireGuard client 4, WireGuard client 1 being the highest priority right before WAN.

      I like this setup because it’s my router doing the routing, not a secondary server hosting WireGuard like Tailscale.

      Edit; It also works with oVPN if you prefer that protocol over WireGuard.

      • Squizzy@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        21 hours ago

        Must look into Merlin, I want to stay away from closed source or US companies so Unifi was out.

        Could you have a residential static VPN as one of the wireguard profiles and have it be somewhat local to you so you could use banking apps etc on specific devices? Trying to get this to pass the wife test but if streaming or banking is affected I will have to roll back to no vpn.

        • ohshit604@lemmy.halstead.host
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          16 hours ago

          Could you have a residential static VPN as one of the wireguard profiles and have it be somewhat local to you so you could use banking apps etc on specific devices? Trying to get this to pass the wife test but if streaming or banking is affected I will have to roll back to no vpn.

          Absolutely, my setup I have a catchall rule that captures the entire 10.6.0.0/24 range however I can specify the IP’s individually so if I want to put a remote device behind my WAN and not through another WireGuard tunnel I can do that.

          You can kind of see that in my second screenshot in my previous comment, I have a couple devices individually behind WGC4 and my catchall rule sitting on WCG5, the router will prioritize WCG4 over WGC5.


          Edit: the Asus router also comes with a built in DDNS feature, you can either use Asus’s free domains and associate your dynamic IP with them or setup your own domain, it’ll keep your A records up to date whenever your IP changes.

          For example I use this script to update my Cloudflare record for my domain - https://github.com/clayauld/asus-merlin-cloudflare-ddns