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."
Changing your DNS lookup to fx. opendns.org will solve the technical side of the censorship for now.
So the issue is really the on the censorship itself and where it ends.
They're not even doing that, this is a DNS level block. A few sub domains pointing to 83.140.176.146 should enlighten the Danish judiciary.
First of all the court in question is "Fogedretten" which is I guess somewhat similar to a small claims court. A company can get an injunction against another if they believe the other part is doing something wrong, if the other company decides to roll over and play dead it ends there, else it can go all the way to supreme court.
IFPI decided to attack Tele2 again because they have a reputation of not fighting back, which is most likely the case here (court documents haven't been released yet) - TDC and Telia the main operators here in Denmark have stated they will not implement this unless they lose in court.
Also, the block will be a DNS level block, so it has zero effect since it will only be on Tele2 DNS servers and it wont take long for kids to figure that out.
TPB will have to change their end first. currently, the site redirects you to http://thepiratebay.org/ if you go to their site without thepiratebay.org in the host, e.g. : http://83.140.176.146
you'll have to put thepiratebay.org in your hosts file until they change it.
It's also important for musicians like myself, as well as to the musicians that are members of Jamendo, which distributes Creative Commons-licensed music via BitTorrent and eMule.
A struggling musian who distributes his work via HTTP can easily be bankrupted if one of his songs suddenly becomes a hit. P2P filesharing, via BitTorrent and other protocols, provides an affordable alternative.
In discussing P2P with other people, and especially with your legislators as well as your ISPs, it's important to stress the legal uses of it. Otherwise they will only see it as a source of lawbreaking and copyright infringment.
Request your free CD of my piano music.
No, it can't. Both your post and the one I originally replied to show a lack of understanding of how BitTorrent works. There are 2 layers of indirection, the tracker and the .torrent file, and they are separate.
.torrent file is a file containing all the necessary metadata about a torrent. Names of files, hashes, and how to contact the trackers for that torrent.
.torrent file. All this tells you is how to contact the trackers. It does not contain sufficient information to actually contact peers and download the torrent.
.torrent file, can actually be used by clients to contact peers for download. As such, its level of facilitation in the download and sharing process is much higher.
.torrent and a tracker are necessary for BitTorrent to function. Sites providing searching or caching, like Google, can provide the .torrent -- they cannot provide the tracker. Simply having a cached .torrent file provided by Google, if the trackers it references are shut down, would do you no good.
The actual file (or rather, chunk) copies are held by peers, and transferred only between peers. In order to be able to get chunks, though, you need to know who the peers are, so that you can communicate with them.
The identities of those peers are provided by a tracker. Trackers are the equivalent of BitTorrent servers -- a client contacts them and, using the BitTorrent protocol, they inform the client of how to contact other peers.
A
An indexing site, or Google, can readily provide you the
A tracker, given a
Both a
(PEX and such complicate matters.)