What is the difference between cellular data being used on my phone and cellular data being used on my notebook? Data is data.

  • @owenfromcanada@lemmy.world
    link
    fedilink
    English
    243 months ago

    A less complicated method that I used for years:

    • Install SimpleSSHD on your phone
    • If you’re running Windows, install PuTTY on your PC
    • Connect to SimpleSSHD through PuTTY/ssh and set a parameter for dynamic forwarding (CLI option is -D 8888)
    • Set your web browser or application to use SOCKS5 proxy at localhost port 8888

    It doesn’t redirect all traffic (you’d want to avoid system updates, for example) but might be easier than messing with iptables.

    • @dan@upvote.au
      link
      fedilink
      English
      3
      edit-2
      3 months ago

      It may be easier to just run a VPN on the phone and route the traffic through it? WireGuard runs on Android. I’ve never tried configuring it to forward data through it though, but it should work.

      • @owenfromcanada@lemmy.world
        link
        fedilink
        English
        33 months ago

        I tried that, the carrier could still differentiate it from local traffic (or at least my speed test results were vastly different).

        • @dan@upvote.au
          link
          fedilink
          English
          23 months ago

          It’s possible they’ve gotten smarter these days.

          I don’t know how ISPs are allowed to do this when it’s a very obvious violation of net neutrality.

          • @owenfromcanada@lemmy.world
            link
            fedilink
            English
            13 months ago

            If I recall correctly, they justify it by claiming they need to do deep packet inspection to balance traffic. There’s a fuzzy line between them needing to optimize their network equipment and respecting privacy, and the rulings seem to favor the former.