This is an continuation of my last post, specifically a comment from @rufus@discuss.tchncs.de:

It will never get recommended. It’s bad for the network and bad for your privacy.

Excluding that doing so is bad for the network, why it is “private” using VPN but not Tor, inferring from common consensus. The main point in the blog post is a protocol level problem:

apparently in some cases uTorrent, BitSpirit, and libTorrent simply write your IP address directly into the information they send to the tracker and/or to other peers

Tor and VPN are both transports what wrap other traffic within. If that statement is true, no transport can save the information leaking nature of the BT protocol itself.

  • rufus@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    23
    ·
    edit-2
    7 months ago

    Both work quite differently. TOR routes you over several layers, obscures your IP and changes the IPs around occasionally so you can’t be tracked.

    With Bittorrent you want lasting connections to other peers to be able to receive and send all the data. This doesn’t align with the ever changing IPs and stuff.

    A VPN gives you one IP that you can have for hours.

    A VPN supports UDP connections, TOR doesn’t.

    Connecting your Bittorrent client to the Socks-Proxy of a TOR client is a different setup than it just sending normal packets through a VPN tunnel.

    TOR is slow (by design), a VPN is fast.

    If your client or something leaks your IP it happens anyways, if you route it over one node or seven. All the extra energy is just wasted.

    And bittorrent puts even more strain on the TOR network the way it works. Making it slower for anybody else. And (ab)using the resources volunteers provide. (And which are meant for better use-cases.)

    • umami_wasabi@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 months ago

      If your client or something leaks your IP it happens anyways, if you route it over one node or seven. All the extra energy is just wasted.

      Yes. That’s how I see the problem.

      And bittorrent puts even more strain on the TOR network the way it works. Probably making it slower for anybody else.

      I understand and agree.

      In the context of this question, I don’t really cares if the IP changes or if UDP supported or the network degraded. I’m asking a more fundamental one: when the data in the BT protocol contains sensitive information, then why VPN/I2P is acceptable but Tor (or other transport) are not? That sensitive info is still being transmitted. If that Tor blog is true, then no matter what we use, it is still bad for privacy.

      • rufus@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        7
        ·
        edit-2
        7 months ago

        Well, I don’t know the exact reasons. I read somewhere that it’s been a frequent issue. That has either to do with the way the torrent client is programmed and it doesn’t pay attention to the specifics for that case. Or the users frequently get the config wrong.

        For example: Since Tor doesn’t support UDP, if your torrent client sends out a UDP packet, it goes over your normal internet connection, immediately revealing your real IP. Whereas if you used a VPN, the packed had been tunneled and that would disguise you.

        Also the Socks-Proxy setup is more complicated. Seems to be the case there are just many more possibilities to get it wrong.

        I don’t know any reason why you couldn’t theoretically get it watertight. But you have to pay close attention to do it right.

        There could be specifics to torrent traffic that expose you in some way. I’m not sure, you’d need to ask a security expert about this. But a torrent download is another kind of data stream than the web-surfing Tor was made for. I know there was research done on Tor. I can only speculate.

  • sir_reginald@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    ·
    7 months ago

    apparently in some cases uTorrent, BitSpirit, and libTorrent simply write your IP address directly into the information they send to the tracker and/or to other peers

    These are just bad practices by shady bittorrent programs. Choose a good client and you’ll avoid those issues.

    The reason why is that Tor doesn’t support UDP and it’s just harmful for the network to do bittorrent over it.

    • rufus@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      7 months ago

      It’s probably more they either optimize for speed or for privacy. You sometimes can’t do both. Including IPs is usually done to find the best and direct connection between peers. It’s not shady per se. But it’ll harm you if it’s the default.

  • antlion@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    7
    ·
    7 months ago

    Tor routes through relays, which could be run by digital rights holders or government entities. Presumably they could trace with some effort. VPN is an encrypted connection to some trusted party who is accepting your money. Some VPN providers have policies about keeping no logs of your network traffic. Presumably the VPN provider needs good lawyers to know they can safely discard and ignore all the copyright notices. If the VPN provider did keep logs, and if they were legally compromised in some way, the VPN would no longer be protective.

    • rufus@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      7 months ago

      The relays don’t have access to the content, it’s encrypted. But the exit-nodes can see what you’re transmitting. They just don’t know who you are because they got your data forwarded by the relays.