Slashdot Mirror


Pakistan YouTube Block Breaks the World

Allen54 noted a followup to yesterday's story about Pakistan's decision to block YouTube. He notes that "The telecom company that carries most of Pakistan's traffic, PCCW, has found it necessary to shut Pakistan off from the Internet while they filter out the malicious routes that a Pakistani ISP, PieNet, announced earlier today. Evidently PieNet took this step to enforce a decree from the Pakistani government that ISP's must block access to YouTube because it was a source of blasphemous content. YouTube has announced more granular routes so that at least in the US they supercede the routes announced by PieNet. The rest of the world is still struggling."

98 of 343 comments (clear)

  1. But how did they do it? by suso · · Score: 5, Insightful

    So the article isn't clear on it. Does this ISP have an AS number that allows them to upload global routes? I would say that they should lose it. I can't think of another way that a single ISP could take out the whole internet's access to something. Pretty crazy.

    1. Re:But how did they do it? by Anonymous Coward · · Score: 3, Informative

      PCCW apparently wasn't filtering prefixes announced by PieNet. Very stupid.

    2. Re:But how did they do it? by rustalot42684 · · Score: 4, Interesting

      A zealous ISP ignorantly decides the best way to comply with the decree is to re-route all of YouTube's IP addresses to whatever site they thought was more appropriate. The first repercussion was that YouTube disappeared from the Internet for almost an hour. I suspect the second repercussion was that Pakistan's Internet access crawled to a halt as all of a sudden they were handling IP requests for one of the busiest sites in the world. So I suspect that they do have an AS number that allows them to upload global routes. I agree they should lose it though; censoring your own country is bad enough, but screwing up the rest of the world is absolutely unacceptable. I need my dancing cats!
    3. Re:But how did they do it? by Aladrin · · Score: 5, Insightful

      Or maybe they aren't as stupid as we think... Maybe, just maybe... They did this on purpose to give global awareness to this censorship.

      Maybe I give them too much credit... But it's possible.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    4. Re:But how did they do it? by suso · · Score: 5, Interesting

      Yeah that is very stupid. Why would you allow one of your customers to modify global routes when they don't have an AS number themselves?

      I imagine that this event will introduce a lot of people to how high level internet routing works. Yes, its that vulnerable folks. Scary, but fortunately these events don't happen often. I think back in late 90s was the time when someone in Pennsylvania introduced a global route for everything to go to 0.0.0.0, which brought everything down for a day.

    5. Re:But how did they do it? by Anonymous Coward · · Score: 4, Informative

      The route was announced by AS17557.

    6. Re:But how did they do it? by Anonymous Coward · · Score: 2, Informative

      Maybe if the article would link to the actual story instead of linking every word to its definition in order to appease the losers who are incapable of tying their own shoelaces or using google, it would be easier to understand for those of us who actually DO have technical know-how and don't need it spoonfed to us.

      http://arstechnica.com/news.ars/post/20080225-insecure-routing-redirects-youtube-to-pakistan.html

      Basically, pakistan telecom blackholed the network using BGP to advertise that all traffic to those destinations should go to a nonexistant router in their network. Then, instead of keeping that in their own network, they "accidentally" (never ascribe to incompetence what can be explained by rabid extremists) published their route publicly, where it was picked up by the rest of the internet, because the rest of the internet just assumes that nobody would ever fuck up something as arcane and complex as BGP, and makes no attempt to determine whether or not the origination of a given routing rule matches with who should actually be in charge of routing that network.

    7. Re:But how did they do it? by Brian+Gordon · · Score: 4, Insightful

      Not to mention that they should keep ALL manner of global routing out of countries that censor the internet.. it's just a no-brainer. Probably should move a lot out of America too..

    8. Re:But how did they do it? by suso · · Score: 2, Informative

      Probably just search for BGP routing and AS numbers on wikipedia.

    9. Re:But how did they do it? by Shakrai · · Score: 5, Informative

      The BGP article on Wikipedia is as good a place to start as any. Beyond that you can do some Google searches for it.

      Basically BGP is the protocol used by routers to exchange route information with each other. A real oversimplification would involve three networks/routers, A, B and C. C receives it's network connectivity through A. C announces the networks it's responsible for to A, whom aggregates them before announcing them (and it's own networks) to B.

      In theory, A shouldn't accept any routes from C for IP addresses not owned by C. Apparently that wasn't the case here though, or Pakistan's little stunt wouldn't have impacted anybody outside of Pakistan.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    10. Re:But how did they do it? by rvw · · Score: 2, Informative

      Probably just search for BGP routing and AS numbers on wikipedia. Here you go: http://en.wikipedia.org/wiki/Border_Gateway_Protocol/
    11. Re:But how did they do it? by Atlantis-Rising · · Score: 5, Insightful

      The problem is that if they did that, they'd have nowhere to put it.

      Unless you want to create an international organization with its own territory (sort of like the UN headquarters) that controls global routing- it can't be subject to any national law because it's got its own extraterritoriality (although international lawyers would tell me it's not true extraterritoriality, blah blah blah).

      But somebody has to control THAT organization, and unless its mandate is simply to maintain the internet routing in a transparent manner between national-level routing domains...

      --
      "It is possible to commit no errors and still lose. That is not a weakness. That is life." -Peak Performance
    12. Re:But how did they do it? by Anonymous Coward · · Score: 3, Funny

      Finally! English!

    13. Re:But how did they do it? by X0563511 · · Score: 3, Informative
      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    14. Re:But how did they do it? by mpe · · Score: 2, Interesting

      Not to mention that they should keep ALL manner of global routing out of countries that censor the internet...

      Thing is that there dosn't appear to be a candiate country to do this. You'd need one without any culture of censorship and a strong enough military (including globally targeted nuclear missiles) not to be pushed around by the countries interested in censorship.

    15. Re:But how did they do it? by seanadams.com · · Score: 2, Interesting

      In theory, A shouldn't accept any routes from C for IP addresses not owned by C.

      If you already know whose IP address are whose, then what do you need the routing protocol for in the first place? BGP inherently depends on the honor system - that is the crux of the problem. There is no "in theory" where this is really solved (yet).

    16. Re:But how did they do it? by Shakrai · · Score: 4, Informative

      If you already know whose IP address are whose, then what do you need the routing protocol for in the first place?

      Because multi-homed networks may wish to have finer control over which links traffic comes in on then allowed for with simple static routes. Because my above example (A/B & C) was a drastic oversimplification and the actual internet involves tens of thousands (hundreds?) of different networks connected in different ways and trying to manage static routes for all of them would be virtually impossible.

      Imagine if the process of connecting a new network to the internet involved having to update static routing tables in every core router on the internet and you'll start to understand why BGP exists. Hell, there are routing protocols meant for internal usage (OSPF), because static routes become unmanageable if you have more then a few routers/netmasks to contend with.

      BGP inherently depends on the honor system - that is the crux of the problem

      Not strictly. The "honor system" should really be limited to the Tier 1 providers. Anybody else really should be filtering the routes that they will accept. There are already provisions in place to remove the "honor system" from consideration -- it seems that Pakistan's upstream provider choose not to use them.

      This really isn't anything new. This kind of stuff has happened before. It's not even unique to the internet either -- the POTS network has a routing protocol used to setup calls/announce which switch is responsible for which number/range. One would suspect that SS7 can be abused by "bad" telcos as easily as BGP can be abused by "bad" ISPs.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    17. Re:But how did they do it? by Shakrai · · Score: 5, Funny

      You'd need one without any culture of censorship

      Sweden!

      and a strong enough military (including globally targeted nuclear missiles) not to be pushed around by the countries interested in censorship

      Oh. Shit. Well, ya had to muck things up with that requirement, huh?

      Wait, I know! The United States can take over Sweden! Then we'll have one country with no history of censorship and nuclear missiles! It's perfect!

      Hmm, free software/movies and Swedish chicks for me..... warmer weather and cheap blue jeans for them. Sounds like a win win for everybody concerned... and if any of those Swedes complain we'll just censor them ;)

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    18. Re:But how did they do it? by Anonymous Coward · · Score: 2, Funny

      But they arent immune from tea parties!

    19. Re:But how did they do it? by DirkGently · · Score: 2, Funny

      I can't seem to get to it. Youtube having issies?

      --

      I keep trying to pick fights, but I can't shake this Excellent karma.

    20. Re:But how did they do it? by bluesky74656 · · Score: 5, Interesting

      Pakistan Telcom does have an ASN number. Just for kicks, try this:

      Head over to this site. It visualizes the BGP routes between different AS's. Click 'Start BGPlay'. The prefix in which YouTube lives is 208.65.153.0/24. Set the start time for about 24 Feb 2008 10:00, and the end time for about 25 Feb 2008 03:00 (times are UTC). Start the simulation.

      You'll see a bunch of ASNs. Two have red circles around them. You can get their name by clicking on the number. On the left is YouTube, and on the right is Pakistan Telcom. Click play and watch what happens.

      For those too lazy to actually watch this: All the routes destined for YouTube head towards Pakistan Telcom instead. Then, midway through, you see PCCW get wise and shut down those routes, and everyone slowly starts finding the actual YouTube. It's pretty neat to watch.

      --
      This page was generated by a Flock of Attack Kittens for you.
    21. Re:But how did they do it? by greedyturtle · · Score: 2, Insightful

      FYI: This YouTube video is just anti-Islamic propaganda, and unrelated to the subjects at hand. Don't waste your time on it, unless you feel like watching yet another technically-true, obviously-slanted video. I've had my fill of those from the election.

      I guess I should mention that if you haven't yet bothered to get a little background on the widely accepted facts of the prophet's political barbarism, you should look into it... just don't do your research with crappy YouTube videos. And you should also be sure to follow up with Christianity's ascent to mainstream popularity.

    22. Re:But how did they do it? by Amouth · · Score: 3, Funny

      First rule of BGP - NEVER advertise a route you don't own.

      --
      '...if only "Jumping to a Conclusion" was an event in the Olympics.'
    23. Re:But how did they do it? by ThreeGigs · · Score: 2, Informative

      Same mistake I'm occasionally still guilty of, which is leaving a trailing slash on the URL, probably because of the example code in the post screen.

      Try it without the slash:

      http://en.wikipedia.org/wiki/Border_Gateway_Protocol

    24. Re:But how did they do it? by rs79 · · Score: 4, Interesting

      "The route was announced by AS17557"

      Youtube had a route for 208.65.152.0/22 (208.65.152.0 - 208.65.155.255), but Pakistan's main ISP in Hong Kong announced a route for 208.65.153.0/24 (208.65.153.0 - 208.65.153.255) to keep youtube off their net. What they didn't understand though is this really needs to be kept as a local routing policy so it only affected Pakistan, but it sorta snuck out and affected the entire network.

      Routing is the soft underbelly of the net.

      --
      Need Mercedes parts ?
    25. Re:But how did they do it? by TMB · · Score: 5, Funny

      Second rule of BGP is you DO NOT talk about BGP!

    26. Re:But how did they do it? by Shakrai · · Score: 4, Funny

      Are you joking?

      Yes.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    27. Re:But how did they do it? by kalirion · · Score: 2, Insightful

      So basically internet routing functions on the honor system?

    28. Re:But how did they do it? by Anonymous+Buzzword · · Score: 3, Funny

      That site doesn't work for me. Could you please upload the video to YouTube or someplace.

    29. Re:But how did they do it? by mikael_j · · Score: 3, Informative

      If you're talking about reverend Åke Green he didn't just say "I think homosexuality is bad", he called homosexuality an "abnormal, a horrible cancerous tumor in the body of society". And he while he did stand trial he was not found guilty of any crime.

      /Mikael

      --
      Greylisting is to SMTP as NAT is to IPv4
    30. Re:But how did they do it? by hullabalucination · · Score: 3, Funny

      ...and a strong enough military (including globally targeted nuclear missiles) not to be pushed around by the countries interested in censorship...

      They may not have nukes, but they DO have the Swedish Bikini Team, which is a powerful force for good. For example, name one time when North Korea has invaded Sweden. Just one. I rest my case.

      * * * * *

      "Buying the right computer and getting it to work properly is no more complicated than building a nuclear reactor from wristwatch parts in a darkened room using only your teeth."
      —Dave Barry

    31. Re:But how did they do it? by Zeinfeld · · Score: 3, Insightful
      No, I doubt that the reason for blocking YouTube was motivated by the purported concern for the prophet.

      Rather more likely is that this has something to do with the recent elections in Pakistan. The Musharaf just lost the election he had hoped would allow him to complete his transition from dictatorship to elected President. Instead he lost control of the process with the assassination of Bhutto.

      Independent TV is a much bigger threat to the regime than independent press. Blogs have rather less credibility than actual video of a demonstration.

      I suspect that the ISP chose this method of blocking the traffic for precisely the reason that it would cause the maximum notice. Implement a local block in Pakistan and the Pakistanis complain. Implement the block in such a way that it affects the whole region and you have so many more people working to circumvent the censorship.

      BGP security has been a big concern for me for some time. In fact it is such a concern that it is one of the issues I did not address in my book on Internet crime precisely because I did not want to give people ideas.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    32. Re:But how did they do it? by Kozz · · Score: 3, Funny

      My ! There's dancing cats on YouTube? What have I been doing with my life?

      --
      I only post comments when someone on the internet is wrong.
    33. Re:But how did they do it? by Fatal67 · · Score: 4, Interesting

      BGP does not rely on the honor system. Every provider has the ability to lock down announcements to the finest of detail. They may choose not to, but that's just piss poor network management.

      Every External BGP session (EBGP) SHOULD be configured with a very specific access list as to what that particular session will be allowed to announce to you.

      Obviously, tracking 20K plus announcements from a provider and creating an access list for it, daily, is a bit tedious. This is why Route Registries were created and many tools that will look up an AS in a route registry and generate the appropriate ACL are already in existence and in use. The problem is a lot of networks do not keep their registries up to date unless forced to by a peer / transit provider.

      A correctly configured session will allow only announcements of the specified address space at the specified length. Any major transit provider that allowed this should be looking at their advertisement policy and figuring out how to prevent it in the future. Solutions do exist and are used by the majority of large providers already.

      How the hell did /25's get propagated anyway? There are still transit networks that allow prefixes that small to be accepted externally?

    34. Re:But how did they do it? by kent_eh · · Score: 2, Interesting

      the POTS network has a routing protocol used to setup calls/announce which switch is responsible for which number/range. One would suspect that SS7 can be abused by "bad" telcos as easily as BGP can be abused by "bad" ISPs. It can and does happen.

      Though it's usually caused by error rather than malice.

      It doesn't take much to screw up call routing, usually by passing traffic to the wrong exchange which then either gets analyzed and sent on to it's correct destination via a longer-than-necessary route or ends up in a routing loop, and eventually chokes up the trunk group before the call fails.
      --

      ---
      "I can't complain, but sometimes still do..." Joe Walsh
    35. Re:But how did they do it? by Shakrai · · Score: 2, Informative

      It doesn't take much to screw up call routing

      Indeed. And I've seen some really great stuff happen since number portability came out. Case in point:

      Friend has Time Warner's "digital phone" VoIP offering. Switches to Vonage to save money and ports her number. Now Time Warner customers are unable to call her number -- they get a generic error message. Everybody else gets through just fine.

      Vonage refuses to do anything about it (their customer service really sucks, doesn't it?) because it's "Time Warner's problem". Time Warner refuses to do anything about it because "You aren't a customer anymore". My friend gets screwed.

      Worst part is, there doesn't really seem to be any appeals process for this type of thing, other then leaving Vonage and going to a provider that would actually enforce her number portability rights. At least with regulated POTS service you could likely file a complaint with the state regulatory agency (the PSC here in New York) and get something done that way. No such avenue for people relying on VoIP products.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    36. Re:But how did they do it? by appleguru · · Score: 2, Funny

      Here ya go :) (Might take a few minutes to come online)

      http://www.youtube.com/watch?v=IBAnCsmf2A4

  2. CBG by Zedekiah · · Score: 5, Insightful

    Worst. Title. Ever.

    --
    What I wouldn't do for the ability to mod "-1, Plain Wrong"
    1. Re:CBG by owlnation · · Score: 3, Funny

      Worst. Title. Ever.
      Closely followed by the award for most incomprehensible summary. I've re-read it twice. I have no idea what is happening. Seems Pakistan has destroyed the internet or something. Although, despite living in the People's Republic of (formerly Great) Britain, my internet seems to be working. I can even access YouTube.

      Unless it's all a cunning plan by my Governemnt to make it seem like I can connect, but reality I'm behind Hadrian's Firewall and surfing the UK Intranet. Which, admittedly, knowing the UK Government is perfectly possible... All I know is living in the UK I'm in no position to criticize the Pakistanis, because their country is much freer than mine.
    2. Re:CBG by Shakrai · · Score: 5, Insightful

      Closely followed by the award for most incomprehensible summary. I've re-read it twice. I have no idea what is happening

      Basically a Pakistani ISP decided to implement the block of Youtube by announcing a new route for the IP addresses owned by Youtube that presumably directed all of that traffic into /dev/null or elsewhere. By accident (one would presume -- there is no reason to do this on purpose) those routes were announced outside of Pakistan by said ISP, whose upstream provider then relayed them to the rest of the internet (sheer stupidity on their part -- their configuration should have prevented this). Said upstream provider then decided to cut Pakistan off until they are able to correct the problem.

      All I know is living in the UK I'm in no position to criticize the Pakistanis, because their country is much freer than mine.

      Yeah, I can't help but remember how Gordon Brown seized power in a military coup and allowed a leading member of the opposition to be brutally assassinated by extremists. It's amazing how far the UK has fallen, isn't it?

      C'mon! As an American I can certainly sympathize with your disillusionment over your own Government's policies but get some perspective. It's not yet that bad. Freedom in the United States or United Kingdom isn't dead until people stop fighting for it and become as apathetic as you sound when you make statements like that.

      Your country gave us the Common Law, the Magna Carta and the foundations of Representative Democracy. You stood alone against Hitler for all those lonely months between the Fall of France and the involvement of the Soviet Union and United States. That stand likely saved Western Democracy from Communism or Fascism. Start fighting for your freedoms instead of whining online about how much better Pakistan is. I suspect that the people fighting and dying for Democracy right now within Pakistan would have zero sympathy for your point of view.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    3. Re:CBG by TheRaven64 · · Score: 2, Interesting

      Although, despite living in the People's Republic of (formerly Great) Britain, my internet seems to be working. I can even access YouTube Did you try yesterday? YouTube was offline yesterday from the UK when I tried from two unrelated ISPs.
      --
      I am TheRaven on Soylent News
    4. Re:CBG by Anonymous+Brave+Guy · · Score: 2, Insightful

      Yeah, I can't help but remember how Gordon Brown seized power in a military coup and allowed a leading member of the opposition to be brutally assassinated by extremists.

      Brown didn't have to seize power in a military coup, as our entirely undemocratic electoral system gave it to him anyway. No-one ever voted for him or his administration, other than whatever internal politics may have happened within his party. His predecessor was elected on one of the smallest proportions of the popular vote in history, and even then it was on the basis of a clear promise that he would serve a full term (and therefore that people were explicitly not voting for a party that would have Brown as leader before the next general election). And yet, despite all of this, Brown now commands an absolute majority in Parliament.

      As for assassination, we don't do that sort of thing yet. Well, unless you get on the Tube, anyway. Then it's OK for the police to shoot you, and face no real consequences. We don't silence government critics, either. Unless you're a long-standing member of the party and Holocaust survivor with the audacity to shout a one-word heckle during your party conference, in which case you must be removed by several heavies and then barred from re-entering as a terrorist threat. But don't worry, if you keep your head down you'll be fine. Unless someone mistakes your mobile phone for a gun, in which case you'll be arrested at gunpoint and have a permanent record placed on file of not only your DNA but also the fact that you were suspected of a firearms offence so if the police ever visit you in future they'll come with guns every time. Fortunately, we have the IPCC to challenge the police when they do abuse their authority, and the effectiveness of that particular check on the power of the elite is clearly demonstrated by the way 100 of their legal team just resigned in protest at the absurd incompetence/corruption in the organisation's leadership. Anyway, those records are just another precaution the government need to take, like wanting the DNA of every citizen on file. That solved a couple of murders this week! And it's never abused, and mistakes are never made with data. Unless you're one of 25,000,000 people whose personal data was lost by the child benefit people, say. That was only enough for any identity thief to completely take over someone's life, but don't worry, we have an Information Commissioner to help ensure personal data is properly handled, even if his department is massively underfunded and when he warns about all these problems with the surveillance/database state people nod but nothing changes. And hey, even if that fails, we can just declare an arbitrary state of emergency, at which point the law says the government can restrict freedom of movement and association, confiscate property without compensation, and all sorts of other things in violation of what we used to call basic human rights.

      So no, it's not really a free country we live in. The state can and has killed people, silenced critics, and instituted quite literally the most privacy-invading surveillance regime in the world. There is way too much summary justice and far too few checks and balances that still carry any real weight if you find yourself on the wrong side of the system because someone made a mistake. And neither the political leaders nor their instruments in the police and security services have any real accountability to the people for any of it. The only difference between the current regime in the UK and some of the more obviously abusive ones in other countries is one of scale.

      For whatever it's worth, some of us in the UK do still care about democracy, privacy, freedom and the like. But the kind of principled leadership that once led to fighting the good fight and establishing basic laws in the interests of justice such as those you mentioned has been sadly lacking of late. Until we can get rid of the current wave of unrepresentative politics,

      --
      If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
    5. Re:CBG by Shakrai · · Score: 2, Insightful

      How, exactly, are citizens of the UK (and less so the USA) supposed to fight for their rights again?

      Maybe by using the freedom of speech that our forefathers died to give us? Maybe by holding our Congressman/MPs accountable to the voters instead of the corporations/lobbyists that donated money to their political campaigns? Maybe by doing what we can to limit the power of the party (be it the Republican/Conservative/Democratic/Labour one) at the expense of the people? Maybe by getting people involved in the process again?

      I'm working with the Barack Obama campaign here in the United States. He has generated a lot of excitement and gotten a lot of new people involved with politics. One of the things that I'm trying to do is encourage all of those people to remain involved with the political process after the election. We can bemoan the state of affairs in Washington/London until we are blue in the face but nobody has bothered getting involved with the process and trying to change that state of affairs. If there is anything that we should have learned from the past it's that our involvement with Representative Democracy does not end at the ballot box.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    6. Re:CBG by Shakrai · · Score: 4, Insightful

      Woah... time to dust off your history book.

      After the French Armistice on 22 June 1940 the UK, alongside the Commonwealth (Canada, New Zealand, Australia and South Africa) was the sole remaining major power that was still fighting Nazi Germany. She did fight alongside the other nations that were invaded (Greece comes to mind) but those nations capitulated fairly quickly, leaving the UK to fight on alone.

      The UK remained alone until the launch of Barbarossa exactly one year (22 June 1941) after the signing of the French Armistice. Even at that, it seemed likely (at the time) that Germany would beat the Soviet Union and Churchill wasn't sure the Allies would win until after Pearl Harbor brought the United States into the war.

      So yes, I give the UK a lot of respect for standing alone against the Nazi War Machine during that period. It was arguably the finest moment in British history and likely saved the Western Democracies from becoming conquered slave-states to Nazi Germany or Communist Satellites of the Soviet Union.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    7. Re:CBG by mike2R · · Score: 3, Insightful
      This is more than a little silly:

      Brown didn't have to seize power in a military coup, as our entirely undemocratic electoral system gave it to him anyway. No-one ever voted for him or his administration, other than whatever internal politics may have happened within his party.

      He's an elected Member of Parliament, and supported by a majority in the Commons, which makes him Prime Minister. He could be turfed out tomorrow if he loses a motion of confidence, and parlimentary elections MUST take place by 2011.

      His predecessor was elected on one of the smallest proportions of the popular vote in history,
      OK, the first past the post system can throw out some weird results, and Labour does happen to get the best of them. Sixteen years of Tory government hints that this isn't a huge issue however.

      and even then it was on the basis of a clear promise that he would serve a full term (and therefore that people were explicitly not voting for a party that would have Brown as leader before the next general election).

      That is an issue of whether the Labour party has broken a commitment - this can be judged by voters at the next election or by MPs any time.

      Well, unless you get on the Tube, anyway. Then it's OK for the police to shoot you, and face no real consequences.

      That was horrendous I agree, and the investigation after it not a great deal better. That said, it did happen 1 day after an attempted suicide bombing of the tube, and 1 month after a successful one. If the police where ever going to overreact it was then.

      Unless you're a long-standing member of the party and Holocaust survivor with the audacity to shout a one-word heckle during your party conference, in which case you must be removed by several heavies and then barred from re-entering as a terrorist threat.

      And will later be featured on national news, and (even before that) receive a grovelling apology from the Home Secretary. The reason that one went away was because the apology was accepted - maybe it shouldn't been but as you said the chap was a lifelong Labour member, and he can make his own decisions.

      Agree with you on the DNA thing, but you don't help your argument by starting off with a badly supported rant.

      --
      This sig all sigs devours
    8. Re:CBG by Cederic · · Score: 2, Insightful


      You mention Bloody Sunday yet omit the Omagh bombing which killed more people. You mention shoot-to-kill yet fail to mention the Australian backpackers killed by an IRA bomb in Holland. You mention internment without trial yet fail to mention kneecapping, the murder of informants, the Remembrance Day bombing of Enniskillen..

      At least share both sides of the story. The British behaviour in Ireland may not be admirable but the actions of the Irish are at least as bad.

    9. Re:CBG by afidel · · Score: 2, Informative

      You must have missed the part of history class where they taught about the Lend-Lease Act. The US was very much involved in the war starting in March of 1941, we might not have had boots on the ground but without our help the UK wouldn't have stood much of a chance. Even before the formal act the US had been sending quite a lot of supplies to the UK under various other programs.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    10. Re:CBG by Shakrai · · Score: 4, Interesting

      You must have missed the part of history class where they taught about the Lend-Lease Act. The US was very much involved in the war starting in March of 1941, we might not have had boots on the ground but without our help the UK wouldn't have stood much of a chance.

      And you must have missed the part of history class where they taught that the Battle of Britain started in June 1940, nine months prior to the passage of Lend-Lease.

      Seriously though even if Lend-Lease/other assistance (destroyers for bases comes to mind) was the sole thing that keep the Brits going, how does that diminish the bravery that they showed in continuing to fight on alone? They could have easily sought an armistice and probably would have emerged better off for doing so (the Empire would have survived instead of being bankrupted). The free world owes them a debt of gratitude for carrying on that fight even when things looked pretty bleak.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    11. Re:CBG by Shakrai · · Score: 2, Funny

      Are you sure you're British?

      Maybe he's been in the states too long?

      Quick, I need all Brits and Americans to fill out the following test to confirm their country of origin. No other nationality need apply -- you don't count anyway ;) (honorable exceptions: Canada, Australia, New Zealand and other members of the Commonwealth of Nations, as well as US and UK overseas territories)

      • Color or Colour?
      • Fries or Chips?
      • Right side of the road or left?
      • TV or Telly?
      • Soccer or Football?
      • New York Post or The Sun?
      • Would rather reconquer: Panama Canal or Suez Canal?
      • Hate metric system because: "My car gets forty rods to the hogshead" or "Beer is sold in pints!"
      • Favorite Former-Colony: The Philippines or India?
      • Favorite Last Stand against the Natives: Little Big Horn or Isandlwana?
      • Most annoying ally: France or France?

      (My apologies to my French friends.... couldn't resist the last one ;)

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
  3. A more technical explanation/discussion is here by br00tus · · Score: 4, Informative

    There is a NANOG thread about this. Apparently a more specific IP route was advertised.

  4. Re:How Does One ISP Poison Everything? by Anonymous Coward · · Score: 2, Informative

    Here's what the BBC have to say about it.
    It goes some way to explaining why YouTube became unavailable, but doesn't go into detail.

  5. Orignal story is outdated by Anonymous Coward · · Score: 3, Informative

    A lot has happened since the original story was written.

    It's too bad that my comment from yesterday, which links to detailed technical information, is still languishing buried.

  6. PieNet fights back by proverbialcow · · Score: 4, Funny

    The PieNet Funding Bill is passed. The system goes on-line August 4th, 1997. Human decisions are removed from strategic defense. PieNet begins to learn at a geometric rate. It becomes self-aware at 2:14 a.m. Eastern time, August 29th. In a panic, they try to pull the plug.

    --
    The only surefire protection against Microsoft infections is abstinence. - The Onion
    1. Re:PieNet fights back by proverbialcow · · Score: 3, Funny

      Sarah: [narrating] Dyson listened while the Terminator laid it all down: PieNet, Judgment Day, the history of things to come. It's not everyday you hear that you're responsible for 3,141,592,653 deaths. He took it pretty well.

      Miles Dyson: I feel like I'm gonna throw up.

      John: Too much pie? Do you need some Redi-chill?

      T-1: Cool Whip, dickwad.

      --
      The only surefire protection against Microsoft infections is abstinence. - The Onion
  7. "malicious" routes by br00tus · · Score: 4, Insightful
    I should also note that while the Slashdot story says these routes were maliciously announced, there is no evidence of this. This type of thing has happened before by accident many times. That it was accidental makes more sense anyhow - which is more probable, that there are a bunch of network wizards in Pakistan with state-of-the-art equipment decided to take out Youtube, or that a handful of overworked and undereducated network technicians in Pakistan were told by management that they had to block Youtube immediately, and in their haste their blocked route accidentally leaked to the outside world? I would say the latter, especially considering that they stopped advertising the route soon after they began getting a lot of complaints.

    I should also point out that while bureaucrats in Pakistan may be bone-headed for blocking content, companies like Microsoft, Yahoo, Cisco and so forth are the ones who built things like the "Great Firewall of China". Lots of Americans like the point their finger at governments like China, whereas they could actually have more of an effect in making companies in their own countries stop building this sort of stuff.

    1. Re:"malicious" routes by STrinity · · Score: 3, Insightful

      I should also note that while the Slashdot story says these routes were maliciously announced, there is no evidence of this. This type of thing has happened before by accident many times. That it was accidental makes more sense anyhow


      Propagating the change to the rest of the world may have been accidental, but the purpose -- to block YouTube throughout Pakistan -- counts as malicious in my book.
      --
      Les Miserables Volume 1 now up with my reading of
  8. Religious purification by TheHawke · · Score: 3, Insightful

    Sounds familiar, right along with the right to sentence to long jail terms, a few victims that got raped, letting the rapists go nearly scot-free.
    They might as well isolate the country, keeping them from experiencing the interwebs altogether, it'll be impossible to keep their youth from being corrupted.

    --
    First rule of holes; When in one, stop digging.
  9. What a REAL oppressive theocracy looks like by goldspider · · Score: 3, Insightful

    To the people here in the U.S. who consider the Bush administration an oppressive theocratic regime, pay attention. This is the sort of thing an ACTUAL oppressive theocratic regime does.

    --
    "Ask not what your country can do for you." --John F. Kennedy
    1. Re:What a REAL oppressive theocracy looks like by Anonymous Coward · · Score: 5, Insightful

      Just because other crap smells worse doesn't mean my own crap doesn't stink anymore. All oppression needs fighting, not just the blatant stuff.

    2. Re:What a REAL oppressive theocracy looks like by lixee · · Score: 5, Insightful

      Tu quoque? This idiotic line is getting old. Yes, we get it. The US is better than the scum of the Earth that is al-Qaeda and their supporters. But for the love of God, quit justifying wars of aggression and other unconstitutional acts by see, it could be worse. It's only works with mentally challenged people.

      --
      Res publica non dominetur
    3. Re:What a REAL oppressive theocracy looks like by Builder · · Score: 4, Funny

      Being the second fattest chick in the bar does NOT make you skinny!

    4. Re:What a REAL oppressive theocracy looks like by Reality+Master+201 · · Score: 2, Insightful

      Actually, your post (and the explanation of it) are a rationalization of the actions of the Bush administration.

    5. Re:What a REAL oppressive theocracy looks like by rhakka · · Score: 3, Interesting

      Has Pakistan wrongfully invaded another country recently when I wasn't looking?

      If not... are you saying that theocratic regimes may censor, but ultimately do less harm than we do?

      I guess I'm confused.

  10. Re:Cue "Islam is evil post" by aicrules · · Score: 4, Insightful

    Islam has various doctrines that are meant to be trials for those who subscribe to that faith. Ramadan is meant to teach patience and improve ones ability to resist temptation. If those temptations are removed by theocratic/governmental policing, the whole point is lost. Yes, a person may not have access to one area of temptation and therefore won't succumb because there's nothing to succumb to, but just like a butterfly emerging from the cocoon; if you see it struggle and decide to help it out, it won't have the ability to survive on its own later. If a muslim never even has the opportunity to face temptation because they are shielded from it at every turn, then on the likely chance that in their adult life they suddenly have multiple temptations blinding-siding them, they will have no internal facility to deal with it other than to cave in. I think the "Islam is evil" thing you're so sure is going to happen is because of how evil the intentions the governmental bodies that try to enforce it are. This is why separation church and state is so important in this respect. It was huge in christianity during the crusades. Fortunately many have seen the light and no longer impose faith as a law.

  11. A Better Technical Explanation by 1sockchuck · · Score: 5, Informative

    Better technical explanations of the event are available from the Renesys blog and Data Center Knowledge. The erroneous IP assignments spread across the net within 1 minute, 45 seconds of its announcement by Pakistan Telecom, according to a timeline by Renesys. It took about 80 minutes for YouTube to inform its providers that the route had been hijacked. YouTube says it is "investigating and working with others in the Internet community to prevent this from happening again."

  12. obQuote by Speare · · Score: 2, Insightful

    Evidently PieNet took this step to enforce a decree from the Pakistani government that ISP's must block access to YouTube because it was a source of blasphemous content.

    The clergy, by getting themselves established by law and ingrafted into the machine of government, have been a very formidable engine against the civil and religious rights of man.
    --Thomas Jefferson
    --
    [ .sig file not found ]
  13. Works for me by weave · · Score: 4, Funny

    "Works for me."

    /ticket closed.

  14. First article (Third link) is not bull by ruinevil · · Score: 5, Insightful

    The telecommunication authorities are claiming in Pakistan that YouTube was blocked for featuring allegedly blasphemous documentaries. While this move if triggered by this motive is as foolish as burning an entire library just because on a page of one of the books someone has scribbled a couple of words against you, it is far from truth. Actually Musharraf is a very self centered and insecure man these days and has recently learned from his sycophants that YouTube carries many videos critical of his government especially his torture on lawyers and political captives and since during this campaign technology played critical role in influencing people he wants to block out every kind of criticism. This is exactly what I'm talking about.
  15. Political, not religious reasons. by Spy+der+Mann · · Score: 5, Informative

    All Things Pakistan points out that this may have a political rather than a "cultural" reason - given that a number of videos of election rigging were posted.

  16. The rest of the world is still struggling .... by YeeHaW_Jelte · · Score: 2, Funny

    Yes, OMG! How am I going to survive this day, the day that youtube.com went down the tubes?

    A bit less hyperbole might have been more apt here, dear editors.

    --

    ---
    "The chances of a demonic possession spreading are remote -- relax."
    1. Re:The rest of the world is still struggling .... by ultranova · · Score: 2, Funny

      Yes, OMG! How am I going to survive this day, the day that youtube.com went down the tubes?

      It's not that you can't survive without YouTube; it's that a lot of people are going to be quite pissed at Pakistan right now. I'm sure that all the major *chans are planning an invasion as we speak, the Pirate Bay is arming torrents of mass destruction, and the botnet owners are bringing their armies to DEFCON 1.

      /b-tards, pirate fleets, and zombie hords; Pakistan is going to feel the full wrath of the Internet. It will retaliate with nuclear weapons before being going down before the onslaught. A long, dark and silent winter will result; and when the first rays of Sun shine through the radiactive clouds and the remains of humanity once again begin the long, hopeless climb on the endless staircase, the memories have turned to myths and myths to legends, and even the legends are long forgotten before the Internet is born again.

      So yes, the world will Break and End. It will End like there was no tomorrow, because there won't be. We'll all die, die and be forgotten, and I'll never find out how Drakuun ends. All is lost.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  17. Just to keep a perspective by pembo13 · · Score: 2, Funny

    Censorship aside, no one should be struggling for YouTube. That's just sad.

    --
    "Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
  18. Re:How Does One ISP Poison Everything? by Shakrai · · Score: 3, Insightful

    I cannot imagine that BGP allows IP-address hijacking

    That's exactly what it allows, if your upstream provider isn't smart enough to filter the routes that you are allowed to announce. In theory your upstream provider won't accept any routes for IP addresses you don't own. In practice that isn't always the case, apparently.

    They don't have any authority over that resource/address-space, so how and why are they allowed to create a black hole affecting the entire net?

    Because their upstream provider is apparently too stupid or lazy to filter the networks they can announce. Once you get to a certain point (peering links between Tier 1 providers for example) it may be easier to just trust the people you are peering with and accept everything -- but to accept all routes announced by a leaf link is just plain stupidity. I'm really kind of surprised that this happened.

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  19. Comment removed by account_deleted · · Score: 5, Insightful

    Comment removed based on user account deletion

  20. Why it broke, in techie by autocracy · · Score: 5, Informative
    I submitted this article yesterday while it was happening, but of course at that time details were even more sparse (speed vs. informative.. oh well). Some of the BGP routing information I captured is printed out on Wikinews. The basic idea is that Pakistan Telecon, BGP Autonomous System number 17557 began being chatty, saying that it owned Youtube's netblock. It did this using a /24 routing prefix, whereas Youtube exports its route as a /22 (which it should...). Because the /24 was more specific, it became the primary route of reference. This is similar to the "AS 7007" incident (Google it... there's no one good link) back in the late 1990s (one of two incidents in the history of the Internet that has brought the entire Internet down, IIRC).

    I'll check back for related questions to fill in any blanks later :)

    --
    SIG: HUP
  21. Blaspheme doubtful by Rampantbaboon · · Score: 2, Insightful

    Pakistan is generally a pretty tolerant country when it comes to matters involving religion. After all, they elected a woman as PM awhile ago. Musharaf is however a hardline dictator who has the power to greatly improve his country by setting a precedent for stepping down gracefully, but apparently like any other dictator, he's going down swinging. The US in praticular has a way of framing any problem with the middle east as a religious issue. It's a region with a whole hell of a lot of problems, religion being just one of them. I'm not defending any actions taken by their gov't, just trying to understand the situation. While not Arab or the first islamic nation to hold free elections, this situation has the potential to set a lot of progressive reforms on the Middle East.

    1. Re:Blaspheme doubtful by colfer · · Score: 2, Insightful

      You got it right, politics is too harsh for people to believe, so they key on superficial cultural stuff.

    2. Re:Blaspheme doubtful by XchristX · · Score: 3, Informative

      Pakistan is generally a pretty tolerant country when it comes to matters involving religion Tell that to these (http://news.bbc.co.uk/1/hi/world/south_asia/6367773.stm) and these (http://news.bbc.co.uk/2/hi/south_asia/2281191.stm http://news.bbc.co.uk/2/hi/south_asia/1625976.stm) religious minorities in Pakistan.

      Statistically, Pakistan has the one of the worst records of religious tolerance in the world, and is listed as a country of particular concern by the USCIRF (http://www.uscirf.gov/countries/countriesconcerns/index.html http://en.wikipedia.org/wiki/1971_Bangladesh_atrocities). Even middle-eastern countries are actually doing somewhat better.
      --
      l'Homme n'est Rien l'Oeuvre Tout: Gustave Flaubert to George Sand
  22. heh. by apodyopsis · · Score: 2, Funny

    still at least the Pakistanis will now the spared the inevitable custard pie and ridicule videos that will now flood youtube parodying this fuck up.

    I'm more in favor of this being motivated by the large number of vote rigging videos and independent news vids floating around youtube that are outside of Pakistani government control.

  23. Re:Cue "Islam is evil post" by RyuuzakiTetsuya · · Score: 4, Funny

    The content of the Quran, as read by the average reasonable person, resembles Mein Kampf in its degree of evil. Godwin's law. 10 yards back, redo the whole play.
    --
    Non impediti ratione cogitationus.
  24. Re:Cue "Islam is evil post" by Anonymous Coward · · Score: 3, Insightful

    If you really follow everything the book says, Islam IS evil, and so is Christianity and Judaism, and Hinduism. Buddhism is okay though, i think.

  25. Re:Am I the only one... by Goffee71 · · Score: 3, Interesting

    Apparently the story behind the story is that Youtube videos were showing evidence of vote rigging in the PAK elections. So this is the perfect Slashdot story, voting fraud and internet denial, surely it deserves some sort of gold star.

    And religion was just a dead herring.

    --
    If he's the Walrus then can I be a penguin please?
  26. Gutenberg by Max_W · · Score: 5, Interesting
    Once the Islam world already did the same error. In 15th century when Gutenberg invented the printing press the Islam countries were a way ahead in science.

    But mullahs forbade printing for 200 years, while in Europe it exploded. Mostly it was silly: religious stuff, cartoons, sex, but it was also maps, mathematics, etc.

    Internet is about the same as an invention of printing was then. And again they are making the same mistake, again due to a fear of mullahs to lose their power.

    Like 500 years ago it will just slow the development of their civilization.

  27. Re:Cue "Islam is evil post" by gardyloo · · Score: 2, Interesting

    just like a butterfly emerging from the cocoon; if you see it struggle and decide to help it out, it won't have the ability to survive on its own later. You know, I'd never heard this analogy before, so I looked it up online. Every reference to it that I can *easily* find has some sort of religious message behind it.
          My own personal suspicion is that one very easily can help a butterfly emerge from its crystalis; if one doesn't damage the wings in the process, the butterfly would probably benefit greatly from not having to struggle free. It's not as though they face great epistemological issues in their daily lives.

  28. Re:Cue "Islam is evil post" by mapkinase · · Score: 2, Insightful

    "If those temptations are removed by theocratic/governmental policing, the whole point is lost." No, it is not. There are natural temptations and there are temptations society could avoid.

    That is why Islam has social laws against bad public behavior.

    --
    I do not believe in karma. "Funny"=-6. Do good and forbid evil. Yours, Oft-Offtopic Flamebaiting Troll.
  29. But how did they do it? by greedyturtle · · Score: 5, Informative

    For those of you who actually want to know "How they did it?" posted from: Renesys Blog
    which was found from Cydeweys which is updating as the story progresses. Both of those sites seem to be running a bit slow, so hesitate before clicking.

    Full text of Reneysys: Pakistan hijacks YouTube.

    A few hours ago, Pakistan Telecom (AS 17557) began advertising a small part of YouTube's (AS 36561) assigned network. This story is almost as old as BGP. Old hands will recognize this as, fundamentally, the same problem as the http://merit.edu/mail.archives/nanog/1997-04/msg00380.html">infamous AS 7007 from 1997, a more recent ConEd mistake of early 2006 and even TTNet's Christmas Eve gift 2005.

    Just before 18:48 UTC, Pakistan Telecom, in response to government order to block access to YouTube (see news item) started advertising a route for 208.65.153.0/24 to its provider, PCCW (AS 3491). For those unfamiliar with BGP, this is a more specific route than the ones used by YouTube (208.65.152.0/22), and therefore most routers would choose to send traffic to Pakistan Telecom for this slice of YouTube's network.

    I became interested in this immediately as I was concerned that I wouldn't be able to spend my evening watching imbecilic videos of cats doing foolish things (even for a cat). Then, I started to examine our mountains of BGP data and quickly noticed that the correct AS path ("Will the real YouTube please stand up?") was getting restored to most of our peers.

    The data points identified below are culled from over 250 peering sessions with 170 unique ASNs. While it is hard to describe exactly how widely this hijacked prefix was seen, we estimate that it was seen by a bit more than two-thirds of the Internet.

    This table shows the timing of the event and how quickly the route propagated (this is actually a fairly normal propagation pattern). The ASNs seeing the prefix were mostly transit ASNs below, so this means that these routes were distributed broadly across the Internet. Almost all of the default free zone (DFZ) carried the hijacked route at least briefly.

    18:47:00uninterrupted videos of exploding jello

    18:47:45first evidence of hijacked route propagating in Asia, AS path 3491 17557

    18:48:00several big trans-Pacific providers carrying hijacked route (9 ASNs)

    18:48:30several DFZ providers now carrying the bad route (and 47 ASNs)

    18:49:00most of the DFZ now carrying the bad route (and 93 ASNs)

    18:49:30all providers who will carry the hijacked route have it (total 97 ASNs)

    20:07:25YouTube, AS 36561 advertises the /24 that has been hijacked to its providers

    20:07:30several DFZ providers stop carrying the erroneous route

    20:08:00many downstream providers also drop the bad route

    20:08:30and a total of 40 some-odd providers have stopped using the hijacked route

    20:18:43and now, two more specific /25 routes are first seen from 36561

    20:19:3725 more providers prefer the /25 routes from 36561

    20:28:12peers of 36561 start seeing the routes that were advertised to transit at 20:07

    20:50:59evidence of attempted prepending, AS path was 3491 17557 17557

    20:59:39hijacked prefix is withdrawn by 3491,

  30. Re:Common law by Shakrai · · Score: 2, Interesting

    Strange thing is, common law no longer applies in Britain.

    Maybe it should. And maybe people should study history more and realize that the rights of the people should not be taken away (by a Monarch or an elected Legislature) for any reason. That was one of the underlying principles of the Magna Carta and the Common Law -- the right to limit the power that the Monarch/Legislature/Government has over us and the idea that Governments derive their power from the consent of the Governed (to quote the US Declaration of Independence).

    It seems that history taught us that we have the right to limit the power of the Monarch but not that we have the right (and necessity) to limit the power of the elected legislature. An elected legislature can trample on your rights as easily as a monarch can unless you take steps to prevent it.

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  31. BBC said outage was only 2 hours. by billstewart · · Score: 3, Informative

    BBC said the outage was only for two hours.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  32. Re: Barack by Shakrai · · Score: 2, Informative

    I debated whether or not to even mention my involvement with him because half of the Democratic Party has yet to accept him, let alone the other half of the electorate.

    I'll have to look into what his positions are on our trampled rights

    FWIW, he was a civil rights attorney at one point in his life.

    because Obama is the kind of "fresh air candidate" who will at least listen to the people.

    He's still going to need help. To quote him "Good ideas go to Washington to die". We'll never see any meaningful change come out of Washington until we decide to hold our Congressman to account for their actions. Nobody does though. How else do you explain that Congress (as a whole) has approval ratings in the 20s, yet people continue to send their existing Representatives back, year after year?

    People are going to need to get involved in the process and speak louder and more forcefully then the special interests/lobbyists that have hijacked Congress. If that happens then I'm actually very hopeful that Obama can manage to unite this country. If it doesn't happen then I still feel that he will be a force for good -- but his grander ideas will probably fall off and die.

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  33. Religion as a cover for Political Censorship by billstewart · · Score: 3, Insightful
    Pakistan isn't a theocracy. Pakistan is an occasional-democracy heavily-tribal state ruled by a military dictator who's in serious trouble trying to retain power when lots of people want to get rid of him. Musharraff is a Muslim, but his religiousity goes about deep enough to get him a Muslim funeral when he dies, if his body doesn't get blown up into too many little pieces to bother burying.


    So if an Islamic court has any authority to order the PTT to block YouTube because of "blasphemy", it's because YouTube is carrying political news about the situation in Pakistan that Musharraff doesn't want people in Pakistan watching. If Iran had tried that kind of thing, that really would be a theocratic problem, but that's not the issue here. If they implemented it in a way that blocks YouTube from the rest of the world, it's because of incompetence, not malice. (That kind of thing happens a lot, usually because somebody does a bad job of router configuration, but usually ISPs filter out incorrect advertisements; their upstream provider didn't do a good enough job here.)


    So in some sense it is similar to Bush in the US - pandering to the religious right wingers as a way to get radical right-wing politics done.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  34. Re: Barack by Shakrai · · Score: 2, Insightful

    he advocates serious restrictions on the exercise of the *only* civil right that ultimately insures the government's observation of all the others.

    Hey, I didn't say he was perfect. I'm generally not in favor of Gun Control at all, which probably makes me an oddity amongst Democrats, but there you go.

    Gun control will probably be one of the easiest issues for the country find common ground on. Most Democrats aren't married to the idea of restrictive gun control as a one-size-fits-all solution for the whole country. Most Republicans probably don't want to see explosive armor piercing cop-killing rounds in general circulation either. As usual an effective solution will require (*gasp*) compromise on both sides and that won't happen unless the citizenry speaks out and marginalizes the extremists on both sides of the issue.

    I'm generally of the opinion that any citizen not convicted of a crime should have the right to own any semi-automatic weapon. I get nervous when the Government decides to go after "assault weapons" as though they are some special class more deadly then others. I get real nervous when the burden is shifted to the citizen to prove that he can own a gun, rather then the Government having to prove that he can't.

    Fully-automatic weapons is a discussion worth having -- anybody with access to a machine shop and some basic skills can turn a semi into a full-auto, so any ban isn't really effective... But the regulation of fully-automatic weapons goes back a few decades and might actually serve a purpose.

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  35. It's Pakistan's main telecom company by billstewart · · Score: 2, Informative
    Pakistan Telecommunication Company Limited is the former government telecom monopoly.
    Just about any ISP is going to get themselves a BGP Autonomous System Number and use BGP to communicate with other ISPs.


    A long long time ago, when the Internet was smaller and more trusting, long enough ago that I've forgotten the names of the guilty parties, some company in Virginia made a mistake in configuring their router, and announced that their T1 was a really really good route to MAE-East, and about 1/3 of the packets on the Internet decided to go use their T1, for a couple of seconds before it melted... Since then, it's become a Best Current Practice for ISPs to filter out routing announcements from their customers, and most ISPs also filter their peering links with other ISPs, though some are more aggressive about it than others (plus they tend to have limits on how specific a route can be announced, just to keep router table sizes from exploding.)


    But even with that, occasional glitches can happen. A couple of years ago, an ISP in South America did a bad job of route summarization (probably using RIP internally, which uses the old Class A/B/C system instead of CIDR), and announced a route for the /8 network that belonged to a major US Tier 1 ISP. Their upstream provider didn't filter it, and it was a couple of hops before you got to the US ISP, so much of Latin America lost connectivity to that US ISP because they were using that upstream. Once the US ISP saw bad route announcements about their space, they announced a pair of /9 routes to cover their /8, which was more specific than the South American route and therefore fixed everything. Many other large ISPs have done the same sorts of things as a defensive measure.


    It's highly unlikely that PCTL was trying to block YouTube access for the whole world, as opposed to just for their country. That doesn't mean what they did was competent, of course, but it's not too surprising that somebody exported a route to their peers that they really only intended for their customers. Their upstream provider probably should have filtered out the announcements as well. But things like this do happen, and if you're likely to be a major target, either of malice or of incompetence, you need to do the extra work to monitor route announcements that include your address space.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  36. Re:Cue "Islam is evil post" by trytoguess · · Score: 2, Insightful

    If a work of literature isn't supposed to be taken literally, who decides what's the "correct" interpretation? I'm sorry, but the views of the extremeists are equally as vaild as the most liberal in any religion. Sure, the liberal views are more moral for us, but what does God think? I dunno, and therin lies the conundrum.

  37. Re:Common law by Shakrai · · Score: 4, Insightful

    I don't think you realise what you are advocating. Or are you an anarchist?

    *sigh*, I think you largely missed the point. Let me spell it out for you using the words of Thomas Jefferson:

    We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness.

    That to secure these rights, Governments are instituted among Men, deriving their just powers from the consent of the governed, That whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it

    (emphasis mine)

    Every law, by its very nature, takes away the rights of the people. The only way for a government not to take away rights is to abolish all laws.

    That's such a blatant oversimplification that I hardly know where to respond. The spirit of our Declaration of Independence (and all those other documents I referenced earlier) is that the Government exists to secure our rights -- my right not to be murdered by you trumps your right to do whatever you want. The Government derives it's power from the consent of the Governed and not the other way around.

    How soon we forget our own history.

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  38. Re:Common law by Shakrai · · Score: 2, Interesting

    Yes, and when the government outlaws murder, they are taking away that right

    I'm sorry, the "right" to murder? Where is the "right" to murder outlined in the Common Law, Magna Carta, US Constitution or any other historical document of note? The whole point of Government is to secure our rights against those that would take them away from us by force. I fail to see how you can make the argument that protecting my right to "life, liberty and pursuit of happiness" is taking away something from you. Your "right" to murder? Are you serious?

    but it is still taking away rights regardless of those facts and regardless of whatever Jefferson has to say on the matter

    Well, if you want to debate our rights being taken away then let's do it. We can start by talking about habeas corpus, the right against self-incrimination, protection from unreasonable search and seizure, the erosion of the Grand Jury, the erosion of gun rights, etc, etc, etc. But it's hard to take you seriously when you shoot down my idealism with the claim that by outlawing murder the Government is taking away one of your "rights".

    While "the government should never take our rights away!" might be a nice-sounding slogan, what it actually means is a hell of a lot different to what (I assume) you intended to express.

    Perhaps. It might have sounded better if I had said "The Government has no right to take our rights away without due process of law". That probably would have been a better statement on my part and more in-line with the traditions and history that I was trying to defend.

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  39. Re:Will somebody please. . . by XchristX · · Score: 3, Insightful

    How many documented civilian deaths since 2003 is Pakistan responsible for Try 3 million in 1971 (http://en.wikipedia.org/wiki/1971_Bangladesh_atrocities), and 500-3000 women a year (http://archives.cnn.com/2002/WORLD/asiapcf/south/12/11/pakistan.women/), and numerous religious minorities. There is a difference between people killed in the exigencies of war (as in US involvement in Iraq), a transient phenomenon, and the pervasive intolerance and violence all across Pakistan, which lasts for decades.
    --
    l'Homme n'est Rien l'Oeuvre Tout: Gustave Flaubert to George Sand
  40. Re:Will somebody please. . . by MarkusQ · · Score: 2, Interesting

    How many documented civilian deaths since 2003 is Pakistan responsible for
    Try 3 million in 1971,...

    Last time I checked, 1971 camr before 2003. So data from 1971 can't be used to answer a "since 2003" question.

    ...and 500-3000 women a year, and numerous religious minorities. There is a difference between people killed in the exigencies of war (as in US involvement in Iraq), a transient phenomenon, and the pervasive intolerance and violence all across Pakistan, which lasts for decades.

    That might look like a snappy rebuttal if you squint at it just right, but add in a few more facts and it doesn't look so pat. Consider:

    • 3000 people a year may sound like a lot, until you compare it to the various estimates of civilian casualties inflicted by the US invasion of Iraq:
      • 15000/year (Bush)
      • 60000/year (US Military)
      • 120000/year (Lancet study)
    • Also consider that, during this time Pakistan has been a US ally--we didn't invade them even though similar claims were floated as a justification of our invasion of Iraq
    • Saying that the US occupation of Iraq is a "transient phenomenon" in contrast to things that "last for decades" is kind of silly when you consider that the US officials in charge of the occupation are pretty much unanimous in expecting it to last decades.

    --MarkusQ