The Italian Job blows doors off Swedish pirate ship

happygeek 0 Tallied Votes 263 Views Share

Italian Internet Service Providers have been ordered to block access to the Pirate Bay file-sharing Bit Torrent tracker site in Sweden by a judge in the Northern Italian town of Bergamo.

This is the same judge, who has not been named, which only last month closed a leading Bit Torrent site in Italy and is due to hear charges against three of its administrators.

Colonel Alessandro Nencini of the Italian police squad specialising in finance matters is currently investigating a total of four people who stand accused of being administrators of Pirate Bay and breaking copyright laws in Italy.

The Pirate Bay is a hugely popular file-sharing service, with as many as 20 million visitors happily trading music and movies each and every month.

The action is being taken following formal complaints from the Milan-based Federation against Musical Piracy.

The Swedes, meanwhile, have suggested that unhappy Italians should use an OpenDNS system to get around the ISP blocking after calling the Italian action nothing less than an assault on freedom of speech.

"We're quite used to fascist countries not allowing freedom of speech. A lot of smaller nations that have dictators decide to block our site since we can help spread information that could be harmful to the dictators" a Pirate Bay spokesman stated.

Dani AI

Generated

Note: these posts are from August 16-17, 2008. Laws, ISP practices and circumvention tools have changed since then. The short primer below is a practical, macOS-focused explanation of how ISP blocks are usually implemented, how to diagnose them, and safe options — not legal advice.

The debate in the replies (for example and ) mixes legal and technical points. Technically there are three common blocking methods: DNS-level blocking, IP-level routing/firewall blocks, and HTTP/S inspection or proxying. Diagnosing which one is in play is the first step before trying any workaround. Quick Terminal checks on macOS (replace the domain with the site you are testing):

# run in macOS Terminal, replace example.com with the site
dig +short example.com
traceroute example.com
ping -c 4 example.com
curl -I https://example.com

If the DNS lookup fails but the site IP is reachable then DNS is the likely culprit. On macOS you can change DNS system-wide via: Apple menu > System Preferences (or System Settings) > Network > select your active interface > Advanced > DNS > add servers > OK > Apply. Common alternative DNS addresses (examples) are:

208.67.222.222
208.67.220.220

Cautions and practical notes: changing DNS only defeats DNS-level blocks. IP-level blocks or deep inspection will still prevent access. VPNs or Tor can tunnel around many technical blocks but have privacy, performance and legal implications; using them to access copyrighted material can carry risk. If the goal is to contest a court order or ISP policy, pursue legal or regulatory channels rather than technical evasion. This post fills a technical gap left by the original thread: how to test the block, how to change DNS on macOS, and realistic cautions about each approach.

jwenting 1,905 duckman Team Colleague

so now crime is "freedom of speech"?
What's next, defending murder as "freedom of expression"?

Aia 1,977 Nearly a Posting Maven

>What's next, defending murder as "freedom of expression"?
No need, we have other terminology: "self-defense war"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.