Slashdot Mirror


Courts Force Danish ISP to Block Torrent Tracker

Pirate writes "A Danish court ruled in favor of the IFPI, and ordered the Danish ISP Tele2 to block all access to the popular BitTorrent tracker. The Pirate Bay, currently ranked 28th in the list of most visited sites in Denmark, is working on countermeasures."

19 of 145 comments (clear)

  1. they don't get it. by B00yah · · Score: 4, Interesting

    Sure, they're blocking traffic to that specific tracker, but that doesn't really fix the "issue". Torrent trackers are like hydras, cut off one, and two will grow back in its place. Focusing on TPB will not end piracy via torrents, just as shutting down the original nova didn't over a year ago, and all the other trackers that have been closed down in between.

    1. Re:they don't get it. by owlnation · · Score: 2, Interesting

      Quite correct. Likely the only outcome of this is that the ISP in question starts bleeding 1,000s of customers per day.

      Proxies, alternative sites, usenet, etc. etc. Plenty of alternatives. They will never win with this approach. All they are doing in criminalizing the majority of their population. Which is foolish since politicians are supposed to represent their citizens and not the interests of overseas companies.

      Not that any of them do truly represent the majority of citizens of course.

    2. Re:they don't get it. by orclevegam · · Score: 4, Interesting

      Quite correct. Likely the only outcome of this is that the ISP in question starts bleeding 1,000s of customers per day.

      Proxies, alternative sites, usenet, etc. etc. Plenty of alternatives. If past cases in Denmark are in indication Tele2 is just the first ISP to block access, all other ISPs in Denmark will soon follow. In short, if you live in Denmark, there really will be no alternatives. That being said however, there are other ways of establishing access other then switching ISPs (such as proxies as mentioned above). I'll be watching this closely as I can't wait to see the creative solutions that are going to be devised to prevent his sort of blocking in the future. Maybe we should take some notes from the botnets and see if there's a way to rework some of the tech like fast-flux DNS in a positive way to circumvent censorship.
      --
      Curiosity was framed, Ignorance killed the cat.
    3. Re:they don't get it. by Anonymous Coward · · Score: 1, Interesting

      Yes, how very true. The MAFIAA should realise that waging war against trackers is futile. Perhaps they should look at this graph to see their lack of success.

    4. Re:they don't get it. by rmccann · · Score: 4, Interesting

      Nope. It's easier than that. If I have a domain example.com, then I just need to point piratebay.example.com to the pirate bay. Then people can type in piratebay.example.com into their web browser and voilà, it's the pirate bay. This is advantagous because it means thousands of people all over the world can do it.

    5. Re:they don't get it. by BSAtHome · · Score: 4, Interesting

      Tele2 doesn't give a rats ass for its customers. They recently "upgraded" many customers to higher bandwidth because they are under pressure for competition, but they made a mistake that cause a large userbase to be downgraded instead. Tele2's support admitted the mistake and admitted that they _did_not_ actively went out to fix this. Each and every customer has to detect their degraded line themselves and then call support (and then wait 5 days until it is fixed). Tele2 has recently been bought and I do not give them very long anymore with their absolutely sub-standard service.

    6. Re:they don't get it. by orclevegam · · Score: 2, Interesting

      True for now, but if it becomes common for people to bypass the restriction like that they'll be forced to implement other forms of blocking. Most likely they'll block the IPs that the DNS record maps to, which of course can be gotten around in other ways. It's an arms race and as I said before, it will be interesting to see the blocking and counter-blocking tech develop.

      --
      Curiosity was framed, Ignorance killed the cat.
  2. IFPI by snowraver1 · · Score: 5, Interesting

    "It's very frightening that IFPI can get through the courts with something like this. In Turkey and China its the state that decides what information the people can access and what should be censored. In Denmark its apparently the record industry,"

    I think that sums it up quite nicely.

    --
    Copyright 2010. All rights reserved. This comment may not be copied in any way including, but not limited to caching.
  3. Good for the goose... by techpawn · · Score: 4, Interesting

    If you're going to block one tracker, you have to block them all yes? What rank is Google? I can type in "insert torrent here" tor and get back a pretty solid list of torrents that way too...

    --
    Ask not what you can do for your country. Ask what your country did to you
  4. Power by Mushdot · · Score: 2, Interesting

    It amazes me how much power the music and film industry can wield. If I recall, Sweden has a law against being pressured by outside interests? Maybe other countries should follow suit and pass their own similar laws before Hollywood becomes the law.

  5. p2p tracker by v_1_r_u_5 · · Score: 2, Interesting

    why not use a p2p approach for the tracker itself, with multiple entry nodes into the network? it's simple, elegant, resilient, robust, and powerful.

  6. Re:what's next? by techpawn · · Score: 2, Interesting

    You mean Google runs a tracker...
    No, but I believe the GP is getting at the fact that Google can be USED like a tracker and because of the cached links they provide those are somewhere on their servers. If that's the case shouldn't they be held to the same standards as the pirate bay?

    Just because a gun maker makes a gun for general "sport" doesn't mean it shouldn't be held to gun laws. Even if the laws are for a gun that you know is just for killing someone.
    --
    Ask not what you can do for your country. Ask what your country did to you
  7. Re:what's next? by david.given · · Score: 1, Interesting

    No, but I believe the GP is getting at the fact that Google can be USED like a tracker...

    How? Does Google's cache software support the Bittorrent tracker protocol? If so, how do I use a .torrent that's been configured to use a different tracker server to use Google's instead?

  8. Re:what's next? by ACMENEWSLLC · · Score: 5, Interesting

    I always wondered why folks didn't use other Internet technologies such as DNS to get around the "blocking" issue?

    What's to prevent all the tracker information from being put into a master DNS server with a low TTL, and building up torrent search software which queries DNS?

    You could store this into TXT records and query DNS to find the results;

    "Thomas-Edison-The-Lost-Chord-1888" IN TXT a9cd93da939d9c9

    The TXT being a unique code which again is looked up in DNS

    a9cd93da939d9c9.subdomain.domain.toplevel

    And the result is a list of IP's that are currently seeding the torrent,
    and thus BT can subscribe to. I can do a dynamic DNS update to
    add my client to the list of machines seeding the torrent.

    So there is no HTTP traffic involved in this exchange. The DNS is
    typically provided by the ISP, so caching would be in effect. So
    you want TTLs to be low. The clients will be querying against the ISP's
    DNS server. Dynamic DNS would be to the parent DNS server. The ISP could
    blackhole the zone by putting in a dummy record, but that can be overcome
    by using the root DNS servers or using any of the many open DNS servers.

    Anyway, my thoughts on the subject. ICMP would be another protocol one could
    potentially use to get around this too.

  9. Re:Well... by Haeleth · · Score: 2, Interesting

    the decision will become completely invalid and worthless in the space of 20 minutes, and for very little cost (basically - however long it takes for the average Joe Dane to find and learn how to use TOR).
    Hardly. The average Joe Dane is going to switch to a different tracker site, or a different P2P system. Even if they manage somehow get TOR working (e.g. by finding one of the simple-to-use repackaged versions) they're unlikely to find it particularly usable -- it crawls. Seriously, I just tried using it to do a web search, and it took about five minutes, compared to five seconds without TOR. That is a technology that might appeal to a dissident in fear of his life, but your average low-attention-span teenaged pirate is hardly going to put up with a sixty-fold slowdown!

    Forget the fact that rights are being trampled for a minute
    Yes, they are, but at least this ruling will reduce that for a little while until the pirates find another way to trample on the rights of the authors and musicians whose hard work they are appropriating.

    Oh, wait, did you mean the pirates' rights? Do please elaborate; I don't recall seeing a "right to download other people's IP for free" in any laws recently.

    Sorry, but there is no defense in this case. Blocking BitTorrent per se would be trampling on people's rights, because BitTorrent is a neutral technology that is used for many legitimate purposes. But The Pirate Bay is not like that. There's a hint in the name, see? The Pirate Bay is openly and unashamedly dedicated to supporting and promoting illegal activity. Pirate Bay apologists are constantly telling us that the website itself is legal, and it's only the people who use it who are violating copyright law. Well, if that's the case, what exactly is wrong with stopping people from using it to violate copyright law?
  10. Re:what's next? by Anonymous Coward · · Score: 1, Interesting

    Duh. The ISP can and will block outbound DNS to anything != their own server.
    Don't underestimate the ability of consumer-focussed ISPs to violate every RFC in existance with impunity, as long as Joe Sixpack can access hotmail and youtube :)

  11. Re:You don't even need a proxy by snl2587 · · Score: 2, Interesting

    it almost looks like an empty gesture to satisfy the courts while not changing anything for real

    That's not such a bad thing, and it beats the alternative.

    For example: where I work we recently implemented a basic web filter (using Barracuda). Because we didn't feel like blocking all traffic (and for us it's impossible) we simply mandated that all traffic using IE go through a proxy into the Barracuda filter. This satisfied the requirements, but all a smart user, or even an average user, has to do is use another browser without the proxy settings. Net result: we did next to nothing, and the higher-ups got off our backs.

    Did we fix the problem? No, and neither did the Danes. But we did the bare minimum (blocked something) and now we can go about in peace.

  12. Re:what's next? by IgnoramusMaximus · · Score: 2, Interesting

    Clients supporting the trackerless torrent feature can become ad-hoc trackers on demand and they can be found by other peers via the DHT protocol which is also part of the trackerless torrent scheme. DHT is essentially a search engine which can locate trackers/peers via the "hash" checksum of a given torrent.

    A common trick for websites listing torrents is to identify such (potentially) trackerless torrents via a "magnet" url which is essentially an ASCI-friendly version of the torrent "hash" instead of a link to a .torrent file. That way even the .torrent file is stored in a distrubuted manner.

  13. Re:Well... by Anonymous Coward · · Score: 1, Interesting

    There is no reason people should be encouraged to consume.
    People should be encouraged to be smart with their money, not toss it away on stupid shit. People will invent if incentives are there and our patent system doesn't continue to get trashed further away from inventions and as they allow "concepts" and methods.
    Greed is damaging to a person and that person's materials. No person is responsible to spend their money on the economy. Thats why some people are self sufficient and live off their land, or only purchase what they need.

    Greed is not good, in any form. My kids will be taught that.

    Convenience and invention doesn't mean profit was the intent. Profit was the result. It's not our job to buy into someone else's pocketbook. Welcome to capitalism sir. Manufacturers continually lower costs to actually maintain a business. Its called evolve or die. In simple forms manufacturing processes are never as expensive down the road as when they started (alternatives, more efficient methods, improved materials, etc). Greed is what keeps the price high on these things. It applies to businesses just as much as any physical organism.