Hi all, I’m about to visit Mexico for 3 weeks. Currently in my country, I can download torrents and other stuff without VPN. Is it the same over there as well? I’d be using Wi-Fi over there.

  • infinitesunrise@slrpnk.net
    link
    fedilink
    English
    arrow-up
    34
    ·
    edit-2
    3 days ago

    Why don’t you access your home computer over VPN from Mexico, manage your transfers on that machine per usual, and just pull whatever you need in Mexico directly from your home machine via your VPN? That way you can continue to torrent and seed without burdening someone else’s connection.

      • cmnybo@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        Just install a VPN server on your computer or router. That’s all you need unless you’re stuck on CGNAT.

        • Trailblazing Braille Taser@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          8
          ·
          edit-2
          2 days ago

          You can also “simply” raw-dog Wireguard. It’s built into the Linux kernel, so you barely have to install anything besides the userspace tools.

          Basically, I objected to being reliant on the generosity of a for-profit company. “We do these things not because they are easy, but because we thought they would be easy.”

          This is a rough sketch:

          • Create a Linux server. It can even be a VM/container if you get the networking right.
          • Create a Wireguard interface and pick a private IP address subnet that won’t conflict with your home subnet: https://www.wireguard.com/quickstart/
          • Define PostUp and PostDown rules in your Wireguard config that modify iptables to masquerade traffic from the Wireguard subnet
          • Also set net.ipv4.ip_forward=1 with sysctl. (There is probably an IPv6 equivalent but I live in the past.)
          • Generate keypairs and configs for each device you want to use
          • Set up dynamic DNS, e.g. https://freedns.afraid.org/
          • Forward UDP port 51820 to your server
          • Install the Wireguard app on your client devices. If Linux, you can just write a client config containing the necessary magic words and start it up with wg-quick.

          Boom. Tailscale’d.

          I’m sure I’ve forgotten some steps. I have some janky automation that’s broken in a new way every time I try to use it.

        • Sorse@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          3
          ·
          3 days ago

          Also a bit annoying to set up in Russia, it works just fine, but the windows installer crashes trying to get an up to date version because of error 451. On iOS if you downloaded it before then it works (you redownload from the purchases page), have not tried on Linux yet

    • hunt4peas@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      I’m going to take my laptop over there. Anyway, I’d go with a paid VPN for an additional peace of mind.