Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Panama Decrees Block To Kill VoIP Service

Posted by timothy on Sun Nov 03, 2002 10:33 PM
from the what-part-of-free-market-don't-you-understand dept.
An anonymous reader writes "In an apparent attempt to stem telephone company revenue losses due to Internet telephony, the government of Panama has decreed that 46 UDP ports be blocked by all Internet service providers. The ports include ones that are commonly used for voice over IP as well as some that are used for other purposes, apparently with the idea that these, too, could be used to circumvent the POTS (plain old telephone system, a term of art) in making telephone calls."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • Different Ports (Score:5, Insightful)

    by hoagieslapper (593527) <pezhead@bwsys.net> on Sunday November 03 2002, @10:35PM (#4591918) Homepage
    How difficult could it be to write some software to use VoIP on port 80 or some other commonly used port?
    • Not hard at all... (Score:5, Interesting)

      by Da VinMan (7669) on Sunday November 03 2002, @10:46PM (#4591987)
      In fact, I think it would be a piece of cake to cobble together a proxy server that did just that. The clients wouldn't even have to change their software other than to point to the intermediate proxy server.

      The problem here though comes in talking to the rest of the world. The above-mentioned servers have to direct the traffic to the destination servers at some point. Those servers are completely outside the control of the subversives to be. Those servers have to know that the traffic being received is actually VoIP and deal with it appropriately.

      It can be done, but it will require servers outside of Panama to cooperate with the scheme.

      Of course, once the Panama government locates those sites (shouldn't be hard) they'll start gopher whacking them with a variety of tactics: legal shutdowns through warrants, DOS attacks, etc. Vendors from outside of Panama will also rush to fill the void, and that software will also subsequently be outlawed.

      The bottom line though is that the government will not be able to control the VoIP "problem" entirely without just pulling the plug on all Internet activity. That would be a steep price and they will face economic pressure to not do it.

      Oh well, they'll learn this one the hard way I guess.
      [ Parent ]
      • Re:Not hard at all... (Score:5, Insightful)

        by LarsG (31008) on Sunday November 03 2002, @10:57PM (#4592041) Journal
        The bottom line though is that the government will not be able to control the VoIP "problem" entirely without just pulling the plug on all Internet activity.

        Too true.

        I'm actually more worried about collateral damage here - if the news report is correct then any traffic passing _through_ Panama would be subject to the filters - stopping any application that just happens to use one of the ports mentioned.
        [ Parent ]
        • Re:Not hard at all... (Score:5, Insightful)

          by F.Prefect (98101) on Monday November 04 2002, @02:43AM (#4592845) Homepage
          any traffic passing _through_ Panama would be subject to the filters

          Although realistically this is unlikely to be a problem for any significant percentage of Net traffic. Topologically, Panama is most probably a spur on the Internet, rather than a hub. Most of the western hemisphere's traffic passes through the US west coast on its way to anywhere. By the time a given packet hits Panama, I'd lay good odds its actually bound for an endpoint in Panama.

          [ Parent ]
      • Re:Not hard at all... (Score:5, Insightful)

        by rodgerd (402) on Sunday November 03 2002, @11:02PM (#4592064) Homepage
        You've kind of missed the key point, though: once it starts becoming harder and requiring more knowledge to do it, the phone company will be safe again. The danger comes from pervasive, easy to use VoIP services which anyone can use. If the decree can drive it back to the point where only a few geeks are doing VoIP it's all a success for the telco.
        [ Parent ]
      • Re:Not hard at all... by Anonymous Coward (Score:3) Sunday November 03 2002, @11:05PM
      • Re:Not hard at all... (Score:4, Insightful)

        by bigsteve@dstc (140392) on Sunday November 03 2002, @11:06PM (#4592090)
        The bottom line though is that the government will not be able to control the VoIP "problem" entirely without just pulling the plug on all Internet activity. That would be a steep price and they will face economic pressure to not do it.

        If the Panamanian government gets serious about this, they could put a stop to VoIP by making it illegal to use VoIP in Panama. Many countries have done this kind of thing in the past. In the UK 20 or so years ago, it was not possible to set up a public internet because of government rules.

        [ Parent ]
      • Re:Not hard at all... by Anonymous Coward (Score:2) Sunday November 03 2002, @11:08PM
      • Re:Not hard at all... (Score:4, Funny)

        by lostchicken (226656) on Monday November 04 2002, @12:17AM (#4592375) Homepage
        If TCP became a problem, I'd be happy to sell them a raft of these [sears.com] to take care of all their problems...
        [ Parent ]
      • Re:Not hard at all... by yy1 (Score:1) Monday November 04 2002, @03:05PM
      • Re:Not hard at all... by Da VinMan (Score:2) Monday November 04 2002, @06:06PM
        • 1 reply beneath your current threshold.
      • Re:Not hard at all... by Mikeytsi (Score:1) Monday November 04 2002, @07:57PM
      • 2 replies beneath your current threshold.
    • Re:Different Ports by fwankypoo (Score:1) Sunday November 03 2002, @10:48PM
    • Re:Different Ports (Score:5, Interesting)

      by rusty0101 (565565) on Sunday November 03 2002, @10:49PM (#4592001) Homepage Journal
      port 80 as used for http is a tcp port, not a udp port.

      Some of the protocols that will eventually have to be blocked as a result include tftp, whois++, bootp/dhcp, ntp, udp portions of netbios, snmp (ISPs and large businesses, including the phone company, will love that one.) hsrp, (another favorite of large businesses) quake, traceroute, both MySQL and Postgres, and a few others that may not have tcp vairents, or who's tcp varients are too expensive in network bandwidth to use politely.

      Additionally, there is nothing preventing users from building a ppp, ssh, httptunnel or other tunnel over tcp and completely bypassing the UDP blocks from their workstation. It may even become a part of the software for DialPad or other platforms.

      -Rusty
      [ Parent ]
      • Re:Different Ports (Score:5, Insightful)

        by agentZ (210674) on Sunday November 03 2002, @10:55PM (#4592036)
        Additionally, there is nothing preventing users from building a ppp, ssh, httptunnel or other tunnel over tcp and completely bypassing the UDP blocks from their workstation. It may even become a part of the software for DialPad or other platforms.

        It could, but there's a reason why they avoided TCP in the first place. For phone calls, it doesn't matter if the data gets there two seconds after it was sent (ie. the reliable communication offered by TCP.) The data needs to get there now, or not at all. It's okay to have a quarter-second drop in a phone call.

        I also worry that the computational overhead of these protocols, especially ssh, could be problematic for a real-time communication. But hey, processors are getting better all the time...
        [ Parent ]
      • Re:Different Ports by pxpt (Score:1) Monday November 04 2002, @02:56AM
      • Re:Different Ports by jjackson (Score:1) Monday November 04 2002, @04:37AM
      • Re:Different Ports by yesod (Score:1) Monday November 04 2002, @05:09AM
      • Re:Different Ports by Zocalo (Score:3) Monday November 04 2002, @08:52AM
      • Re:Different Ports by BitterOak (Score:2) Monday November 04 2002, @06:33PM
      • Re:No UDP/TCP specific ports by cameldrv (Score:3) Monday November 04 2002, @01:20AM
      • Re:No UDP/TCP specific ports by rusty0101 (Score:2) Monday November 04 2002, @01:43AM
      • 3 replies beneath your current threshold.
    • Re:Different Ports (Score:5, Interesting)

      by Mister Transistor (259842) on Sunday November 03 2002, @11:18PM (#4592155) Journal
      It's already been done. The VoIP software "Fobbit Fone" is public domain or shareware, I can't remember which - freely available, anyway... It works with the Creative VoIP blaster and one of the configuration settings is to use TCP only and you pick the port. It uses port 80 (normal HTTP) for initial access, then goes to the same port as it normally would but uses TCP instead of UDP if configured that way. I'm using it sucessfully TCP only because I'm lazy and only wanted to turn on one port in my firewall :) Seriously, it does make it easier to connect through a firewall when using TCP only. In fact that software is the only choice if you are behind a firewall, as the stock Creative Labs driver and UI software doesn't work at all thru the firewall.
      [ Parent ]
    • They have it... by thoolie (Score:1) Sunday November 03 2002, @11:41PM
    • Re:Different Ports by Ron Bennett (Score:3) Monday November 04 2002, @12:08AM
      • 1 reply beneath your current threshold.
    • Re:Different Ports by VC (Score:2) Monday November 04 2002, @12:08AM
    • by billstewart (78916) on Monday November 04 2002, @12:51AM (#4592532) Journal
      There are *lots* of things wrong with H.323, including its relationship to a bunch of baroque badly designed ISDN signalling protocols which don't look much like Internet approaches to problem-solving. (SIP is rather better-behaved.) One of the most critical problems is the lack of encryption, leaving the whole system open to eavesdroppers, with or without warrants. In this case, the obvious right choice is to use ipsec to tunnel the VOIP traffic, which takes care of C&W's anti-competitiveness as well as taking care of most wiretappers. (You can't stop all the wiretappers, because the telco side of the interface is still tappable, but it reduces many of the opportunities.)


      It's not perfect - Compressed RTP does a CSLIP-like elimination of most of the IP, UDP, and rTP overhead, but doesn't work over IPSEC or most other tunneling protocols.) That means bandwidth is pretty tight over 28.8-upstream dialup modems (especially if you don't always get full speed), but I'm not aware of any better tunneling solutions.
      It'd be nice to have some tradeoffs like putting more than one voice sample per IP packet, which is not so hot for quality but cuts the packet overhead in half, and the protocols *ought* to have encryption as a standard feature, so you don't need tunneling for the general case, but it's a good start.

      [ Parent ]
    • Re:Different Ports by Anonymous Coward (Score:1) Monday November 04 2002, @03:45AM
    • Re:Different Ports by drkmstr (Score:1) Tuesday November 05 2002, @04:56PM
    • 4 replies beneath your current threshold.
  • This is ridiculous (Score:3, Funny)

    by SargeZT (609463) <pshanahan@mn.rr.com> on Sunday November 03 2002, @10:35PM (#4591920) Homepage
    Banning VoIP? Whats next? Possibly banning email to help the USPS?
  • There are 65534 other ports wich can be used for VoIP, they must block them too!
  • Suggestion to Panama (Score:4, Funny)

    by j1mmy (43634) on Sunday November 03 2002, @10:38PM (#4591945) Journal
    Please adapt.
  • by XJoshX (103447) on Sunday November 03 2002, @10:39PM (#4591949) Journal

    People have tried to fight progressive technological evolution for ages and it has yet to ever work once. Any country making laws forcing its citizens to live behind the times is only hurting itself. What if panama had outlawed the original telephone because it hurt the post office? Granted, Voice IP isn't quite as drastic a step, but it is progress and it will succeed on its own merit, laws or no laws.
  • But... But.... by David Walker (Score:1) Sunday November 03 2002, @10:40PM
  • Port change... (Score:3, Interesting)

    by dvk (118711) on Sunday November 03 2002, @10:40PM (#4591956) Homepage
    I'm not sure what they decided the competition would be...
    If person2person chat programs with voice capabilities, then whoever provides the software (I know Yahoo messenger and ICQ can do that, although it's not VoIP) should be able to make it switch ports easily.
    If companies (such as the one I use to call Russia if/when I ever do :) - then the company can easily change ports on its system too - it's not like anything is using some sort of public infrastructure which is all set to UDP port 46 (like, say, you could actually break mail by blocking port 25, I suppose, because any mail transport depends on gazilion computers listening on 25, and not only sender/reciever pairs).

    Or is my logic flawed somewhere and the port block like that would achieve the desired effect?

    Cheers,
    DVK

  • In a Folow Up News Release (Score:5, Funny)

    by Quirk (36086) on Sunday November 03 2002, @10:41PM (#4591960) Homepage Journal
    The Panamania Government has decreed all citizens are to wear tin foil hats to block telepathic circumvention of POTS.
  • Logical Conclusion of VoIP (Score:4, Interesting)

    by CatWrangler (622292) on Sunday November 03 2002, @10:42PM (#4591963) Journal
    Ok. Everybody gets wired up. Everybody learns that it is cheaper to make calls over the internet. What exactly do the phone companies do then? You can't exactly ask them to follow the Linux model.

    The obvious solution is going to be a transmission tax on VoIP calls. Cheaper than the old way, but it will begin to cost you money. Hate them you might, but the phone companies have real expenses in physical property, technical services, and customer service. They need to get paid. It will be less than they are used to, but they won't be giving it away for free much longer.

    • Re:Logical Conclusion of VoIP by DAldredge (Score:1) Sunday November 03 2002, @10:47PM
      • Re:Logical Conclusion of VoIP by CatWrangler (Score:2) Sunday November 03 2002, @10:52PM
        • Re:Logical Conclusion of VoIP by Rasta Prefect (Score:2) Sunday November 03 2002, @11:06PM
        • Re:Logical Conclusion of VoIP by Sycraft-fu (Score:2) Sunday November 03 2002, @11:18PM
          • Voice on Cable Modems (Score:4, Insightful)

            by billstewart (78916) on Monday November 04 2002, @01:40AM (#4592701) Journal
            Most of the voice-over-cable-modem deployment isn't VOIP - it's analog 4kHz connections pulled off the analog side of the signal space, before anything digital gets done. These get connected to a traditional 5ESS or Nortel DMS phone switch, which was much easier organizationally for the telcos to implement quickly and scalably, without having to reinvent things like billing. It's theoretically possible to use the digital signalling on digital cable, but that's really the Mos Eisley of the telecom standards world - you'll never see a more wretched hive of scum, villainy, and creeping featurism. VOIP over the cable modem space will probably win out eventually - we'll see if the competitive impact of the AT&T Broadband sale to Comcast breaks some of the organizational barriers (plus a couple extra years of VOIP technology development and Moore's Law.)

            Two of the problems of VOIP over cable are service reliability and reliability during power failures. The easiest way to fix the latter is to integrate some cheap cellphones into the equipment. Service reliability's a bit harder - the economics of the cable TV business assume that you need enough technicians and trucks to take care of most failures, so customers are happy and you don't need to rebate their bills for downtime very often, but that fundamentally it's just television, and if it goes down for the weekend in bad weather, your customers can read a book or go watch videotapes until you can get it fixed.

            [ Parent ]
          • Re:Logical Conclusion of VoIP by vandy1 (Score:1) Monday November 04 2002, @09:10AM
        • Re:Logical Conclusion of VoIP by phunhippy (Score:2) Monday November 04 2002, @12:10AM
        • Moore's Law for Beer and Telecoms (Score:4, Interesting)

          by billstewart (78916) on Monday November 04 2002, @01:24AM (#4592645) Journal
          Two decades ago, our 1 MIPS Vax11/780 cost about $400K. Right now, the cost of a BogoMIPS is about a quarter, if you're buying PC-flavored motherboards. If you're buying DSPs, it's a lot cheaper than that. In the PC world, the market adapted somewhat by using MSBloatware and Gamez so that people need machines that are twice as fast every year or two, but you Evil Linux Weenies Attempting To Gain Total World Domination are busting the curve by letting people use their old machines for several years longer, and by encouraging people to use GNU/Emacs or at most HTML editors instead of Word2004. The business model for buggy whips looks pretty bad too.


          A decade or so ago, when Joe Nacchio was working for AT&T before he started Qwest, he gave us a talk at Bell Labs where he drew a curve on the screen that showed the market price of long-distance voice telephone minutes. It took a steep dive, settling down asymptotically toward zero; given the prices of the time, he was showing it going from a quarter to a dime to a nickel to a penny. What could we do about it? Well, the choices were adapt or die. Use technology to cut costs, and use lower prices (plus advertising) to get people to make more phone calls.

          Many countries' PTTs were abusing their monopoly positions by charging excessively non-cost-based prices for their service, ripping off their customers and damaging their overall economies by interfering with international communications and therefore international trade. In the past couple of years, they've been taken down not only by callback companies, but by wholesalers using VOIP technology to keep their costs much lower than the PTTs costs. Everybody wins from that, except the greedier PTTs, and most of them were using excess international prices to cross-subsidize local calling.

          What's the next step? What happens if VOIP drops costs to the equivalent of $0.001 per minute? The most likely big impact turns out not to be the costs, but the fact that you no longer need a gigantic expensive #4ESS telephone switch to route large numbers of calls - internet routing technology works quite well for that, with something DNS-like to help with end-user location. Unlike those of you who aren't in the telephony business, yes, we do care that our last several business models have gotten the chairs kicked out from under them, but the problem of proposing new business models for telcos is ours, not that of the people who are trying to make us obsolete.

          [ Parent ]
      • Re:Logical Conclusion of VoIP by rodgerd (Score:2) Sunday November 03 2002, @11:13PM
        • 1 reply beneath your current threshold.
    • Re:Logical Conclusion of VoIP by ajakk (Score:2) Sunday November 03 2002, @10:48PM
    • Re:Logical Conclusion of VoIP by broken_bones (Score:1) Sunday November 03 2002, @10:53PM
    • Re:Logical Conclusion of VoIP (Score:4, Insightful)

      by sammaytg1 (608758) on Sunday November 03 2002, @11:00PM (#4592057)
      Your logic seems flawed to me. When you make a call using voip you totally bypass the phone comapny. YOu aren't costing them anything. THis is like saying that it's wrong to listen to indie band because the riia spent money on the latest release. THe phone companies time ma have come. Just because they were the only way to make calls 30 years ago doesn't mean that now. If voip is a beter alternitive for the people(sound quality and realibilty in exchange for cost) then good for them.
      [ Parent ]
    • I got a better solution (Score:5, Insightful)

      by bogie (31020) on Sunday November 03 2002, @11:05PM (#4592083) Journal
      Adapt or die. There is no rule that states established businesses get to do business "the old" forever. If a better cheaper way of doing things comes along, oh well, tough cookies. There were once a lot of blacksmiths as well. So to the phone companies I say, Adapt or Die, better yet just die.
      [ Parent ]
    • Re:Logical Conclusion of VoIP by rodgerd (Score:2) Sunday November 03 2002, @11:10PM
    • Re:Logical Conclusion of VoIP by oGMo (Score:2) Sunday November 03 2002, @11:12PM
    • Re:Logical Conclusion of VoIP (Score:4, Insightful)

      by Spy Hunter (317220) on Sunday November 03 2002, @11:16PM (#4592144) Journal
      What are you talking about? You pay for internet access. If the phone companies can't make enough money off of providing Internet access to pay for the access itself, then *that* is the problem. Internet access costs should go up. Specifically charging for VoIP is the Wrong Thing to do.

      I fear that in the future the Internet will actually move this way. You want to use Kazaa? Pay a per-hour fee for the privilege. You want to use VoIP? Pay per call. This would kill innovation in Internet services. Would P2P have ever developed if this kind of infrastructure was already in place? No, nobody would have been able to use it because of limits on what they could send over the Internet. The whole point of the Internet is that it is this great 2-way communication medium with nearly infinite possibilities and no limits on what kind of information can travel on it. When you limit what can be transmitted to a few well-known protocols you kill that. Firewalls have already done enough damage to innovation on the Internet. I don't want to be using HTTP to browse HTML webpages served by media conglomerates and POP3 to read the same old e-mail 10 years from now just because ISPs have become complacent and not allowed anything new to develop. I want to be using Freenet and Jabber and other protocols that haven't even been invented yet.

      [ Parent ]
    • Re:Logical Conclusion of VoIP by WolfWithoutAClause (Score:2) Sunday November 03 2002, @11:16PM
    • Re:Logical Conclusion of VoIP by bgeer (Score:2) Sunday November 03 2002, @11:33PM
    • Re:Logical Conclusion of VoIP by chevybowtie (Score:2) Monday November 04 2002, @12:04AM
    • Re:Logical Conclusion of VoIP by Alsee (Score:2) Monday November 04 2002, @08:47AM
    • 4 replies beneath your current threshold.
  • Censorship = Damage? by agentZ (Score:2) Sunday November 03 2002, @10:43PM
    • Re:Censorship = Damage? (Score:5, Interesting)

      by xean (443223) on Sunday November 03 2002, @10:53PM (#4592023) Journal
      What this article really demonstrates - and it's something that has been demonstrated before on countless occasions - and that is that most governments of the world believe the internet is something tangible and easilly controllable.

      This has been demonstrated here in Australia with the federal goverments push to sensor content and make ISP's liable for content that is served up from their service.

      It's been demonstrated by the Chineese government with their sensorship and blocking of sites like google.

      It has been shown by the USA's government in their restriction of encryption technology export.

      All of these things are easilly worked around by even the most non techsavvy user.

      Those of us who understand what the internet is and how it works understand that this sort of filtering will not work. These type sof things just show that until governments actually gain an understanding of the things they are trying to control they will continue to make fools of themselves. (btw: I'm surprised they dont want to block tcp ports 25, 110 & 143 (smtp,pop,imap) as people might send electronic mail rather than using the snail mail service).

      [ Parent ]
      • 1 reply beneath your current threshold.
    • 1 reply beneath your current threshold.
  • Block _all_ UDP? by Megane (Score:2) Sunday November 03 2002, @10:45PM
  • I think this is "Just Cause" for... by SuperMario666 (Score:2) Sunday November 03 2002, @10:46PM
  • The Internet must be a pain in Panama by Anonymous Coward (Score:1) Sunday November 03 2002, @10:47PM
  • by Polo (30659) on Sunday November 03 2002, @10:48PM (#4591996) Homepage
    I would assume that there will soon be:

    VODNSOIP
    VOHTTPOIP
    VOICMP

  • Most of these ports are unassigned anyways! by tim0thy (Score:1) Sunday November 03 2002, @10:50PM
  • by Anonymous Coward on Sunday November 03 2002, @10:50PM (#4592008)

    Example: I buy a new tool. It is a clawhammer. For some reason, this deprives the company making nail removers of money, especially considering their old nail removers were overpriced.

    So, the government affiliated nail remover maker goes and makes buying clawhammers illegal.

    This is immoral. You can't just rent-a-law because your overpriced technology is being smashed by a preferrable alternative.

    I mean, just because you can buy laws (ie: riaa), doesn't mean it should be allowed to happen..
  • Hello? Big business? by Anonymous Coward (Score:1) Sunday November 03 2002, @10:51PM
  • Unbelievable by Citizen of Earth (Score:2) Sunday November 03 2002, @10:54PM
  • As a courtesy... by EvilAlien (Score:2) Sunday November 03 2002, @10:54PM
  • Wow, move to Costa Rica by Facekhan (Score:1) Sunday November 03 2002, @10:55PM
  • More genius from those 'in charge'. by digitaltraveller (Score:2) Sunday November 03 2002, @10:58PM
    • 1 reply beneath your current threshold.
  • There isn't any point to this because... by tim0thy (Score:1) Sunday November 03 2002, @10:58PM
  • by 3-State Bit (225583) on Sunday November 03 2002, @11:00PM (#4592055)
    the U.S., as well as many other countries, already do, albeit in a different industry. When the U.S. says: "You, as a citizen, are not allowed to circumvent insuring your automobile, say by having infinity cash [sic] that you're willing to use to pay for any damages that you might inflict, but must go through a PRIVATE, government regulated insurance agency in order to use the public roads..."
    Except for satellite and other wireless communications, ALL VoIP in Panama (as elsewhere) goes through wires that sit on the Government's land (that would be everything). If I can't use a public road except by playing by the rules of regulated private companies, (even if I know of a cheaper alternative), why should Panamians be allowed to use data lines going through public land, except by playing by the rules of a regulated private company?

    Okay, that's the most contrived example I could think of. I don't think there's a closer equivalent -- some candidates were Edison (the electric company) - run public schools (look it up -- but you're not required to go to one, since you can homeschool) and private appraisals mandated in certain cases by the government.

    Anyway, uh, yeah, HOW DARE THEY.
    • by rc-flyer (20492) on Sunday November 03 2002, @11:05PM (#4592086)
      Actually, you're wrong. If you have enough cash and can prove it (by posting a bond for example), in many states you can avoid purchasing insurance. Essentially, you are self-insuring yourself. Whether that is a smart thing to do is another question entirely.
      [ Parent ]
    • Re:This isn't really all that different from what. by furchin (Score:1) Sunday November 03 2002, @11:52PM
    • small picky point (Score:4, Informative)

      by zogger (617870) on Monday November 04 2002, @12:50AM (#4592519) Homepage Journal
      --side issue here. You CAN do an indemnity personal bond for car insurance, just most people don't and it's little known about. It's also expensive, goes by state minimum liabilites, and you'd of course want more than those minimums any more with the cost of cars and people in the hospital, etc, but if you got it you can do it and keep your wealth unless it's needed by your proven negligence.

      Got a neighbor periodically goes to panama for his oil business stuff, he sez the government there is roughly equivalent to say chicago in corruption levels, ie, total top to bottom. I imagine them mucking with the internet only applies to peons, that if you are at least a semi connected fatcat and pay the correct bribes you can do whatever you want, but at that level you could afford long distance so the point is moot. Most (not al, generally speaking here of course) civil laws in regards to anything but fraud in it's various forms more or less exist to protect the already wealthy's status quo. No different here than in panama, not really.

      I'll give you an example I am running into locally here where I live. I'm in the market for a small piece of property to have a home on. My income level for this would be in the uber cheap range. Anywho, this county a few years ago decided on a minimun acreage size for new homes, 1.5 acres. Well, ok, fine and dandy..... trouble is, for the decades preceding this, they "allowed" smaller than that to be deeded up as lots and now exist in undeveloped abundance by the hundreds or thousands really, like 1.1 acre, etc. These lots are now useless except for growing weeds and trees, people are stuck with them now, no one wants to buy them, you can't do anything with them, but they are still taxed. This benefits the more recent richer arrivals who took the county over(lotta cash under the table money gets spread into country government is the popular notion) and don't want it to be farming/light manufacturing, they want it to be yet another yuppie retirement/second home vacation place.

      Poorer people are untermenschen here, you can WORK here, but they would rather you to live over real far away some other place and commute, please go home at quitting time, no riff raff. It sucks but that's another example of a civil statute enforced by their bureaucrats and hired badged mercenaries to benefit the more wealthy.
      [ Parent ]
    • Re:This isn't really all that different from what. by nomadic (Score:2) Monday November 04 2002, @02:23AM
    • Re:This isn't really all that different from what. by schon (Score:2) Monday November 04 2002, @01:31PM
    • Re:This isn't really all that different from what. by sayerofno (Score:1) Monday November 04 2002, @03:42PM
    • 1 reply beneath your current threshold.
  • What it will also kill.. (Score:3, Interesting)

    by sakusha (441986) on Sunday November 03 2002, @11:02PM (#4592063)
    On the positive side, this should kill the Windows Messenger popup spams, which propagate over UDP ports.
    On the negative side, it will kill Quicktime, which needs UDP ports for negotiating a connection.
  • In case site gets /.'ed (Score:5, Informative)

    by tim0thy (585890) on Sunday November 03 2002, @11:02PM (#4592067)
    In an apparent attempt to stem telephone company revenue losses due to Internet telephony, the government of Panama has decreed that 46 UDP ports be blocked by all Internet service providers.

    The ports include ones that are commonly used for voice over IP as well as some that are used for other purposes, apparently with the idea that these, too, could be used to circumvent the POTS (plain old telephone system, a term of art) in making telephone calls.

    In the decree, the Panamanian government requires "that within 5 days of publication, all ISPs will block the 46 UDP ports used for VoIP and any other that could be used in the future (which could end up being all UDP ports)," according to a reporter and computer consultant there, and that "the ISPs will block in their firewall or main router and in all their Border routers that connect with other autonomous systems."

    This "unequivocally decrees that all routers, including those not carrying traffic from Panama, but that might be traversing Panama, have the 46 UDP ports blocked."

    The significance of the government action affects areas far beyond that nation. Due to its geographical location, numerous undersea cables connect in the country, making it a substantial hub for international IP traffic.

    Among the services that are to be disrupted are NetMeeting, Dialpad, and Net2phone, which labels itself "communication without borders," a claim which apparently will no longer be true if one of those borders is Panamanian or communication is between two countries whose IP traffic passes through Panama.

    The decree is apparently rooted in complaints by Cable & Wireless Panama (Motto: "If you're worried about your data, voice, or Internet service provider, we're here to help"), which says it is losing money due to users employing the Internet to make otherwise expensive internetional telephone calls -- calls that would otherwise be listed on Cable & Wireless bills.

    The UDP ports involved include: 1034, 1035, 2090, 2091, 5000, 6801, 6802, 6803, 9900, 9901, 12080, 12120, 12122, 22555, 26133, 30582, 35061, 38000, 38100, 38200, 47563, 48310, 51200, and 51201.

    The decree was published October 25.

    Among the services that employ some of those ports are "nlockmgr," the NFS lock manager responsible for rpc.statd and rpc.lockd, which in turn are responsible for crash recovery functions for locked files and for processing file locking requests, respectively; telnet; and numerous VoIP services.

    In addition to those who wish to save on their phone bills, the government order blocks the perfectly lawful use of those ports by businesses that have legitimate VoIP applications allowed in the country.

    There were reports late Sunday that Panamanian ISPs were planning a demonstration aimed at exhibiting their displeasure with the government action.
  • Possible reasons for this move? (Score:5, Interesting)

    by uncleFester (29998) on Sunday November 03 2002, @11:03PM (#4592068) Homepage Journal
    Out of simple curiosity, I plugged 'panama phone company' [google.com] into Google.. after all, what could this little pissant country have in the way of phone companines? And what are the first two links to pop up?

    Privatization - Phone Company: [alphaluz.com] and A Case of Privatization Gone Wrong: Panama's Wires Crossed [worldpress.org]. Perhaps this is the start of some revenue-generating stunt to pull some dumbass decision-maker's ass out of a fire somewhere?

    -fester (capt. conspiracy?)

    ps.. I'm sure Panamanians by and large dislike this as well.. the 'pissant' is directed at the governmental representation of Panama, which right now looks suspiciously like a boil on someone's ass.
    • 1 reply beneath your current threshold.
  • This is crazy. by fearincontrol (Score:2) Sunday November 03 2002, @11:05PM
  • by anto (41846) <ajw.pobox@com> on Sunday November 03 2002, @11:06PM (#4592089) Homepage Journal

    People have been saying for years we need transparent encryption of internet connections (OK mabee I've been saying it) Once 'important' countries like Panama start playing routing games like this it becomes even more important.

    Such heavy handed actions might be just what projects like FreeSwan [freeswan.org] need to get more universal acceptance. That all being said does anyone honestly belive that panama will be able to block *all* UDP traffic, while they are at it is might be a good idea to block ICMP and TCP - both of which could potentially carry voice data as well.

  • Cable & Wireless of "Panama" (Score:5, Interesting)

    by Augusto (12068) on Sunday November 03 2002, @11:10PM (#4592109) Homepage
    This is very embarassing, but not a surprise.

    This is yet another example of our British friends at Cable & Wireless adapting to the local culture of the country which they're sucking the blood out of. They obviously have quickly learned the Panamenian way of politics and have paid off all the necessary politicians, which can often be bought very cheap.

    Cable & Wireless is privatization gone totally wrong. The previous phone company was a government owned company called INTEL, and Cable & Wireless beat US GTE and took over the phone system of Panama. The results have been horrible.

    Local calls in Panama used to be like in the US, you paid your minimal fee and could talk all the minutes you wanted. Cable & Wireless brought the wonderful European model of paying for each minute for local calls.

    If that wasn't enough, they also charge you per minute (I think) for calls from a land line phone in your house to a cell phone. That is, you pay for calling a cell phone and the person on the cell phone pays too. I had to find this the hard way after making a few calls to some friends from my grandmothers house.

    So, people are fed up with them, and the internet savy are using Voice over IP a lot. I used to receive a lot of calls from a cousing over dialpad.com (when it was free). This was the ideal system to make a call to the US, dialpad was for US calls only, but the funny thing is that this worked great if you lived in another country.

    Here's a good article on the whole mess Cable & Wireless is creating;

    A Case of Privatization Gone Wrong - [worldpress.org]
    Panama's Wires Crossed
    • Re:Cable & Wireless of "Panama" (Score:5, Interesting)

      by bastion_xx (233612) on Sunday November 03 2002, @11:41PM (#4592244)
      Cable & Worthless has done this in other portions of the Caribbean too. Basically they will land fiber of put up the satellite up/downlink infrastructure, but in turn, require a monopoly on all international communications (assuming there is a local telco provider). Normally, savvy governments will get a percentage of the profits. Or even more "esoteric" monetary "arrangements" like the Cayman government had in place a few years back.

      The good news is that the move towards packet based services (i.e., the Internet) has thrown a kink in their business model.

      In Bermuda, a local ISP started offering VoIP back in 2000 on a DS3 provisioned into the US. Per minute charges via C&W: $1.10/minute. VoIP: $0.40/minute. Quality? A fuckload better on average than C&W. Now that the ISP has enabled SS7 for true 1+ dialing, the other traditional carriers have had to reduce prices.

      Once the service was made available to the public, they were then threatened with termination of the DS3 by the submarine cable provider (not C&W, although they were in on trying to regulate out the use of VoIP except by the international carriers).

      It was even worse when C&W mandated no other fiber systems could be brought into a country. They could set pricing on voice and data cicuits to milk the subscribers. Back in 96' a DS1 (T1) from Bermuda to NYC ran $85K... a month. Now it's down to a reasonable $17-22K/month (rack rate).

      Sorry for the rant, but I had a bad week with C&W. Dropped a production frame circuit and when calling the Bermuda NOC I was told that it was a US problem and to call them (altough I contract and pay the Bermuda office). US had dropped our email addresses (all 5 of them) from the announcement emails they send out. Some good service for over $100K per year in circuits.

      Grrrrrrr.
      [ Parent ]
    • Re:Cable & Wireless of "Panama" by skeedlelee (Score:1) Monday November 04 2002, @12:03AM
    • Re:Cable & Wireless of "Panama" by Technician (Score:3) Monday November 04 2002, @03:17AM
    • Simple Solution An Internet Cut off for C&W Pa by realxmp (Score:1) Monday November 04 2002, @06:53AM
    • Cable & Wireless of Cayman by Anonymous Coward (Score:1) Monday November 04 2002, @09:25AM
    • I Lived in Panama for 5 years by egommer (Score:1) Monday November 04 2002, @04:24PM
    • 1 reply beneath your current threshold.
  • The more things change... (Score:5, Informative)

    by Doktor Memory (237313) on Sunday November 03 2002, @11:12PM (#4592130) Journal
    ...the more they stay the same. The third-world telco monopolies have been fighting a similar battle against long distance "callback" companies [wired.com] for over five years now, and for the most part they've been losing badly. They've known for a while that VoIP services were the next big threat, but it doesn't look like they have any better idea how to deal with them.

    One detail that usually gets left out of these articles, though: the "local third world telco monopoly" is not in any way a homegrown Panamanian entity. No, the citizens of Panama, like most of their neighbors in the carribean, are getting royally screwed by our dear friends at Cable and Wireless. [americasnetwork.com]
  • How much did the phone companies pay the gov? by eyefish (Score:2) Sunday November 03 2002, @11:13PM
  • In other news... (Score:3, Funny)

    by Bytal (594494) on Sunday November 03 2002, @11:14PM (#4592141)
    The government of the United States passed a new law prohibiting the manufacturing of internal combustion engines in order to protect the extensive investments of the horse-and-buggy industry against the encroachment of "automobiles". A new 50% tax increase is also planned on the steel and rubber industries as the products of these industries are used extensively in the manufacturing of "automobiles"
  • What next? by Multics (Score:2) Sunday November 03 2002, @11:17PM
  • Age-Old Dilemma by limekiller4 (Score:2) Sunday November 03 2002, @11:25PM
  • POTS? by Col. Panic (Score:2) Sunday November 03 2002, @11:31PM
  • BFD .. by bizitch (Score:1) Sunday November 03 2002, @11:33PM
  • The IPSEC era draws ever-closer. by rayd75 (Score:2) Sunday November 03 2002, @11:37PM
  • innovate, or regulate? by Nmonic (Score:2) Sunday November 03 2002, @11:38PM
  • Translation... by AyeRoxor! (Score:1) Sunday November 03 2002, @11:42PM
  • In other news... by denisonbigred (Score:1) Sunday November 03 2002, @11:54PM
  • In Other News... by karmavore (Score:1) Sunday November 03 2002, @11:56PM
  • This thing is..... by xoul (Score:1) Sunday November 03 2002, @11:57PM
  • New protocol by Skapare (Score:2) Monday November 04 2002, @12:00AM
  • Anybody consulted David Lee Roth about this? by secretvampire (Score:1) Monday November 04 2002, @12:10AM
  • Why does this surprise anybody? by Newer Guy (Score:2) Monday November 04 2002, @12:15AM
    • 1 reply beneath your current threshold.
  • Block DNS too? by AlexCV (Score:1) Monday November 04 2002, @12:16AM
  • Typical of Panama in general. (Score:5, Interesting)

    by PrimeNumber (136578) <PrimeNumber@exLA ... m minus math_god> on Monday November 04 2002, @12:23AM (#4592400) Homepage
    I lived in the country in the Mid-90s (after Manuel).

    And it once again sounds like the corrupt workings of their ruling junta.

    Typical situations:

    Transito (traffic cops) targetting rich foreigners for some BS violation, so they could receive bribe money. It was so common, that my friends always planned on taking extra cash to pay corrupt traffic cops.

    The railroad system turned over by the US (at the time already "turned over" to the Panamanian govt) which in a few years had became totally non-operational due to local inept management.

    Many reliable stories of gov't for hire (much like the US) where the politicos where bought off, not by campaign contributions, but people bought by large amounts of cash for personal gain.

    All in all the ordinary people of Panama were friendly and had the attitude: oh well it happens, might as well be happy. (Papas e chulatas) Potatoes and bacon. oh well.

    Personally I am surprised the Canal still operates. But one thing most Americans don't realize is that a provision in the treaty stipulates the US can reclaim it if it becomes non-operational. That in my opinion, is the reason the canal hasn't followed the fate of everything else "turned over" and ruined by its corrupt govt.
  • Congress vs Progress by Nemesus (Score:1) Monday November 04 2002, @12:24AM
    • 1 reply beneath your current threshold.
  • I see your UDP block by Flower (Score:1) Monday November 04 2002, @12:24AM
  • Yay for enlightenmenned Panamanian democracy by fortinbras47 (Score:2) Monday November 04 2002, @12:37AM
  • Hmmmm by sconeu (Score:2) Monday November 04 2002, @12:52AM
  • But this GPL'd internet phone isn't blocked.. by nadaou (Score:2) Monday November 04 2002, @01:10AM
  • Panama vs Verizon Wireless by Veovis (Score:2) Monday November 04 2002, @01:24AM
  • Boycott C&W ! by pugs (Score:1) Monday November 04 2002, @01:28AM
  • ok... by Stonent1 (Score:1) Monday November 04 2002, @01:30AM
  • You know what I'd do?!? by Kaz Riprock (Score:2) Monday November 04 2002, @01:51AM
  • Pretty effective I bet by Joe5678 (Score:2) Monday November 04 2002, @02:17AM
  • This is so ridiculous by PinkX (Score:1) Monday November 04 2002, @02:27AM
  • Sounds Like a Senator Richard Alston plan to me... by vandan (Score:2) Monday November 04 2002, @02:33AM
  • I have a very long term solution (Score:5, Interesting)

    by mark-t (151149) <markt&lynx,bc,ca> on Monday November 04 2002, @02:34AM (#4592822) Journal
    We can take this to its natural conclusion today...

    They want to block UDP ports that *can* be used for VOIP? Why not *make* 'em block all UDP and let them find out how screwed that actually leaves them? Wanna see a government backtrack on a previous decision really quick?

    Unless Panama wants to block all web browsing...

    Bear with me while I explain

    UDP is used for VOIP because TCP is a streaming protocol and as such isn't particularly useful for real-time data transmission -- as said by another poster elsewhere, it's preferable to just simply lose a packet every now and then rather than to have the connection pause suddenly while TCP handles congestion control.

    So... what I imagine is this: a system running VOIP listens to a randomly chosen UDP port rather than a specifically chosen one. The exact port to try to connect to is found by connecting to the system via the TCP port 80, and the VOIP system responds to the connection request letting the caller know which UDP port to actually use, and then the TCP connection is closed. The caller can then use the UDP port it was informed about. Since the system can be listening on ANY UDP port, possibly even one that would normally be used for some other well-known service, the government would have no choice but to create a ruling that would unilaterally block all UDP.

    Seriously... I think it would be close to hilarious to see what they would come up with to try to stop that.

  • has happened elsewhere. (Score:3, Informative)

    by rplacd (123904) on Monday November 04 2002, @03:14AM (#4592914) Homepage
    Panama is, unfortunately, not the only country to try this. Pakistan, for example, has one telco company handling all outgoing internet traffic (telco monopoly until dec 31 2002). They blocked various VoIP sites *and* MSN voice chat last month.
    This was done unilaterally, with support from the supposedly independent telco regulation authority.
    People complained, ISPs took out ads in papers and made press releases about it, and it's now looking like the sites will be unblocked by the end of the week. Hopefully.
  • Speak Freely lets you choose the port by MichaelCrawford (Score:2) Monday November 04 2002, @03:45AM
  • Artificially Jacked Up Phone Prices by SailorBob (Score:2) Monday November 04 2002, @05:22AM
  • SSH by jaavaaguru (Score:1) Monday November 04 2002, @05:28AM
    • Re:SSH by Junta (Score:2) Monday November 04 2002, @09:10AM
      • Re:SSH by jaavaaguru (Score:1) Saturday November 09 2002, @05:30AM
  • Blocking VoIP does have one good side effect by Viol8 (Score:2) Monday November 04 2002, @05:44AM
  • IRC steals AT&T's money! by Anarchofascist (Score:2) Monday November 04 2002, @07:01AM
  • Email by barry_williams (Score:2) Monday November 04 2002, @07:39AM
    • Re:Email by t_allardyce (Score:2) Monday November 04 2002, @01:18PM
  • Isn't the solution obvious? by Merls (Score:1) Monday November 04 2002, @07:41AM
  • Wrong approach to a non-problem (Score:3, Interesting)

    by z_gringo (452163) <z_gringo@[ ]mail.com ['hot' in gap]> on Monday November 04 2002, @07:52AM (#4593476)
    Although John Dvorak was speaking about copyright law when he said this, It still sounds appropriate:

    What's happened, and the point I keep trying to make, is that technology has changed the economics of these industries.

    This is indeed true of teh VOIP scene. What a pathetic lack of understanding of the technology the Panamanian governement has displayed. Many of those ports are just as easily used by many apps that they definately don't want to ban. Exchange Sever is one example, but there are many more.

  • Very easy to circunvent... by Kindaian (Score:1) Monday November 04 2002, @08:04AM
  • Ha! by mattr (Score:2) Monday November 04 2002, @09:41AM
  • This seems familiar... by olympus_coder (Score:2) Monday November 04 2002, @11:12AM
  • But VOIP from Panama sucks... by coljac (Score:2) Monday November 04 2002, @12:25PM
  • How and why? by t_allardyce (Score:1) Monday November 04 2002, @01:30PM
  • I'm not surprised by geekee (Score:1) Monday November 04 2002, @02:40PM
  • I love it by machine of god (Score:1) Monday November 04 2002, @02:54PM
  • governments forcing technology to remain stagnet by wessman (Score:1) Friday November 08 2002, @03:58PM
  • VOIP Ports in Panama by RGUDUR (Score:1) Saturday November 16 2002, @02:51PM
  • Re:Revolt! by wotevah (Score:2) Sunday November 03 2002, @10:43PM
  • Re:It's ok - Panama sucks by agentZ (Score:1) Sunday November 03 2002, @10:45PM
  • Re:damn mexicans by Anonymous Coward (Score:1) Sunday November 03 2002, @10:50PM
  • Re:Port 80? by malice (Score:1) Sunday November 03 2002, @10:50PM
    • 1 reply beneath your current threshold.
  • Re:damn mexicans by Alex Belits (Score:2) Sunday November 03 2002, @11:03PM
  • Re: Inefficient Transportation by PinkX (Score:1) Monday November 04 2002, @12:25PM
  • 27 replies beneath your current threshold.
(1) | 2