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

  • solrize@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    If it’s an android phone, enable dev mode, install adb on your laptop, run an sshd under termux on the phone, and you should be able to set up iptables to forward packets from the laptop through the phone. The phone won’t know that it’s being used for tethering. Although I hadn’t seen the stuff about packet TTL before. Maybe it’s as simple as just adjusting that.

    • owenfromcanada@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year 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.

      • Tacostrange@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        The ISP shouldn’t care what kind of traffic is going through the network and show it down by type. It should be neutral to it

  • Praetorian@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Try plugging your phone on via the USB instead of a WiFi hotspot. It may not detect it as a hotspot.

      • yeehaw@lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        I wonder if a VPN would make any difference? I have tasker set up to kick on wireguard any time I leave my wifi network. They’d only see my WG port.

        • justinthegeek@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          It hasn’t made a difference for me, I’m on Verizon if that matters. I’ve got Wireguard set to always on and all traffic but I still get the usage notifications. IIRC there’s a separate apn for any traffic that goes through the hotspot or tethering connection and that’s how it’s monitored. The traffic will be encrypted, but they can still see it.