Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
The Internet

Is the Internet Shutting Out Independent Players? 357

ikekrull asks: "After looking to see how I could set up my company's LAN to be multi-homed ? , I found that it would be next-to-impossible for me to do this. 'Providerless' IP addresses are no longer allocated to anybody in this part of the world (New Zealand) by APNIC ? , unless you meet requirements (financial and political) that are pretty much unmeetable by anyone but a large ISP. Does this put control of the entire internet further and further into the hands of large corporate players, and and is anyone particularly interested in changing this situation?"

"ISPs aren't advertizing routes for competing ISPs, and since IP blocks are heavily filtered upstream, this won't do much good anyway. The reasons for this are clear (Routing table growth was getting way out of hand), hence the introduction of CIDR ? , and the allocation of IPs to ISPs, with a resulting lockout on availability of routable IP space to individuals or smaller groups.

With the availabilty of IPv6, and the cost of RAM, I find it somewhat hard to believe that either IP address blocks are scarce, or that the size of routing tables are unmanageable any more. This might have been true with an 8MB Cisco 10 years ago, but surely it would be a negligible cost to put 1-2GB of RAM on even a reasonably budget router at todays prices.

Obviously, IPV6 isn't really here yet, but i would like to think that when (if) it arrives, we will see a more open routing system.

Is anybody working on returning some kind of equal standing to 'the little guys' when it comes to internet routing infrastructure, and how a more 'open' system could work in practice on tomorrow's (or today's) internet?"

This discussion has been archived. No new comments can be posted.

Is the Internet Shutting Out Independent Players?

Comments Filter:
  • by coko ( 512615 ) on Friday November 30, 2001 @01:15PM (#2637147) Homepage
    it is indeed difficult to obtain your own "private" block, but you can definetely become multi-homed using non-portable block(s) from one of your ISPs. Just make sure you notify all your upstream providers of the netblocks you have been assigned, that way they will not be filtered by BGP ACLs..

    jorge
  • Old routers? (Score:5, Informative)

    by kneecap ( 4947 ) on Friday November 30, 2001 @01:18PM (#2637163)
    Even the in new Routers from Cisco you can't put 1 to 2 Gigabytes of RAM in them, most top out at 256 or 512MB. RAM for PC's might be cheap but most of the RAM for routers and such have not come down in price like the RAM for PC's.

    Here in the US there is similar requirments, BackBone providers often filter routes at a /19 level. ARIN's minimum block size is /20 or for Multi-homed ISP's that qualify for a /21 also get a /20. But if you want you routes (and IP's) to be globaly distributed with no problems, then you need a /19 or bigger.
  • by yakfacts ( 201409 ) on Friday November 30, 2001 @01:21PM (#2637183)
    One real problem is that IPv6 is still not ready
    for prime time.

    There are many high-end routers that cannot deal
    with IPv6 and will not be able to without a hardware upgrade, as they use ASICs to store tables of IP addresses and those ASICS expect four bytes.
  • IPs for the elite? (Score:5, Informative)

    by Thornbury ( 540039 ) on Friday November 30, 2001 @01:24PM (#2637205)

    It's true, you can't get portable IPs of your own anymore. The advent of CIDR and the segregation of netblocks were in an effort to reduce global routing tables.

    Putting in 1-2Gb of memory in a router is still incredibly prohibitive. It just can't be done in the mainstream (common) routers.

    You can still be multi-homed with netblocks from one ISP to be received by another. This happens this way in the US, and I'm sure it happens with APNIC and RIPE-issued blocks. You get the same effect, without all of the hassles of truly having your own blocks. At least we don't have the /19 barrier for advertising that used to be prevalent in larger ISPs. There is some give and take. The give on that is that the larger ISPs have gone to regional aggregates.

    For instance, I don't want to have to pay for my addresses in the US now thanks to ARIN. (Don't get me started.) My ISP takes care of that. The justification process of getting addresses isn't fun, but it's a lot better than the Inquisition your provider has to go through. I'm not saying that economy is bad, but it's a fact of life with IPv4.

    It's possible that controls will be loosened in an IPv6 world, but I don't think so. We've been down that path before. With tiny fragmented blocks of IPv6, we're creating a nightmare of routing tables the likes of which we've only imagined with IPv4. Aggregation is here to stay, and I beleive the days of the portable netblock are long gone.

    Of course, if you can justify your need for your own blocks, you can go directly to your registry. If not, isn't it enough to have your networks SWIPed to you?

    The days for "vanity" addresses are long gone. Maybe you should think up a clever .com domain name instead while you still can.

  • by Anonymous Coward on Friday November 30, 2001 @01:27PM (#2637227)
    More memory??? For what?? Gig of RAM in a Cisco? WHICH MODEL?? Mine max out at about 512MB, 7500s mind you. The ENTIRE BGP routing table can be stored in 64MB of memory. We multi-home 2 DS3s and run them on 7200s with 256MB of memory. Memory isn't the issue, the address space is. It almost humors me to read some of these stories.
  • Use a WAN (Score:3, Informative)

    by the_2nd_coming ( 444906 ) on Friday November 30, 2001 @01:30PM (#2637251) Homepage
    If I understand your needs correctly,
    Why waist an entire set of IPs when you can NAT off your network and pay the local phone company o connect bothe sites over a leased line then you can have access to the 10.x.y.z reserved IPs. then you can have as big a network as yuou want. you could also put another NAT at the other end so as not to over load the first.
  • Sounds a bit silly (Score:2, Informative)

    by rnicey ( 315158 ) on Friday November 30, 2001 @01:32PM (#2637265) Homepage
    Are you really sure that competing ISPs over there are not advertising others routes?

    I've just had some first-hand experience of this with Worldcom, ESpire and AT&T. Worldcom were more than happy to allocate us a 'class C' so we could run BGP without getting filtered upstream. (This appears to be the smallest block that gets routed these days.)

    Each and every one of these ISPs sold us dedicated connections boasting how many peering arrangements they had with each other and when it came time to route, no problem.

    Maybe that's the cutthroat ISP biz in the US, I'm quite surprised that it's not the case in NZ.

    The size of routing tables is quite big. In fact you generally require the entire use of a T1 just to manage the updates of a full table. That's why it's typically ISPs that do this kind of thing.

    One other solution they all put forward was to purchase connectivity from each of them and let them do the BGP over the lines. I thought this was quite cooperative of them, to send your traffic via another provider if their link went down.

    Hmmm.
  • by Jordy ( 440 ) <{jordan} {at} {snocap.com}> on Friday November 30, 2001 @01:39PM (#2637316) Homepage
    Oh so many answers, so little time.

    First of all, one should note that IPv6, while supported in newer versions of Cisco IOS, has the slight problem that in BFRs, the hardware accelerated routing hardware has four times more work to do to look up a 128 bit IP address making performance somewhat of a problem. Add to the fact that a lot of the routers out there simply can not be upgraded past 128 MB of RAM and you run into a slight problem when you go to make your $150k router IPv6 capable.

    Then there is the little problem of client operating systems and the "migration" to IPv6. As there are only a handful of people on this planet who use IPv6 exclusively, routers will have to support both until all the client software of the world moves over. Now, it is bad enough getting full IPv4 BGP updates, but getting them *AND* IPv6 updates?

    Of course, next comes all the little hardware out there. From the terminal servers people dial up to, to the layer 4 load balancers, there is a lot of hardware that doesn't support IPv6.

    So, as a large network service provider, one would have to justify the costs associated with IPv6 against the benefits. The benefits are pretty slim right now unfortunately. Ideas like a single roaming IP (pipe dream if you ask me), mandatory multicast/anycast support, fixed sized headers and IP level security are all fine and dandy, but when you are talking about replacing (or at least suplementing) millions of dollars in infrastructure to allow a handful of people to use IPv6 for years until the REST of the world follows, it starts becoming hard to justify.

    Don't get me wrong, IPv6 has some lovely attributes, but until Cisco enables IPv6 by default on all the hardware they make, everyone upgrades their copies of Windows and MacOS to support it and all of a sudden the terminal servers of the world (remember dialup still exists) all start learning how to route IPv6 packets, it is an uphill battle.

    So the question really becomes, how long will it all take? IPv6 really needs a killer application to the general public aware that they *need* it and ask their providers to provide it. Once enough demand is generated, ISPs will start asking their upstreams for it and the ball will start rolling.

    The same problems have plagued multicast for some time and still, very few providers support it and even fewer have customers who use it.

    Of course, that's just my opinion, I could be wrong.
  • multihoming defined (Score:5, Informative)

    by mdouglas ( 139166 ) on Friday November 30, 2001 @01:46PM (#2637350) Homepage
    for those of you who are confused about the nature of multihoming :

    multihoming involves connecting to 2 or more isps and BGP publishing your ip space through both of them. this (ideally) involves having your own ARIN assigned ip space & AS number.

    the point of multihoming is to address redunancy for inbound as well as outbound connections. you can use 2 isps + nat + creative outbound routing to handle outbound traffic, but that does nothing for a potential web server you're trying give multiple inbound paths to.

    read the multihoming faq :
    http://www.netaxs.com/~freedman/multi.html
  • by cowboy junkie ( 35926 ) on Friday November 30, 2001 @01:57PM (#2637421) Homepage
    There's a good article at onlamp [onlamp.com] that talks about where all the IP's went and why things have gotten so stingy. A sad story about misallocation in the early days of the net (do companies like GE or Xerox really need 16 million addresses?)
  • by apilosov ( 1810 ) on Friday November 30, 2001 @02:04PM (#2637462) Homepage
    This was an extremely oversimplified view, more like "I think I need to have bar want to do foo, but I'm clueless what anything else".

    There are many issues at work:
    a) Assignment of PI (Provider-Independent) addresses:
    Back in '94, as an end user, you were able to get a netblock directly from ARIN. Then, this block could be advertised (by BGP4) by your upstream[s], and thus you got connectivity. The problem here lays that these IP addresses were nonaggregatable and led to exponential growth in routing table size. (see http://www.telstra.net/ops/bgptable.html up to 1994). Thus, CIDR was born, and hierarchical assignment became the rule. Your upstream (call it foo) gets the IPs from their upstream (call it bar), and the whole internet sees needs only one routing table entry to reach all of bar's customers.

    b) ingress filtering (filtering of traffic from customers to make sure only the source IP that are assigned to them are used). Yes, most ISPs do ingress filtering now, and it is now considered a BCP (best current practice) to do this (there's an RFC on that). Again, this is for a damn good reason: Without filtering, DoS attacks cannot be traced to their source, if one is spoofing the source addresses. With filtering, at least you know that the source IP address is likely to be the one attack is launched from (or one of 0wned machines attacking you).

    Its well known that ingress filtering makes multihoming harder, as your upstream has to open up their ingress filter for the IPs that are assigned to you by entities OTHER than your upstream (say, your other upstream).

    Since apparently you intend to advertise your network via BGP4, all ISPs who will talk BGP4 to you will have no problem relaxing their ingress filters. If all you have is a DSL line, you'll have fat chance of getting your upstream to talk BGP4 in the first place. See below for strategies to do this without BGP.

    c) Even if you managed to get your upstreams to turn off ingress filtering and advertise your network via BGP4, you still may run into problems because many ISPs do not listen to network announcements less than /20 (Sprint and Verio are two notable cases). (Thus, if you have an IP range IP_A from ISP A and IP range IP_B from ISP B, and both ISPs advertise both ranges, you can still run into problems when one of htem goes down). Fortunately, lately, the wind started to change, and I think sprint already relaxed their requirement to /24.

    Bottom line is: if you want to have your "own" IP address range, you must advertise it via BGP4. If you can get your upstream to do that, you can get them to relax their ingress filters, thus your original complaint is silly.

    Now, if all you have is two DSL lines and no cooperation with your upstream you can do the following (sometimes called DNS-based multihoming), _for inbound traffic_:

    You set up two nameservers (A and B), one on each of the IP ranges that you have (range_a and range_b). Make all of the entries given out by nameservers have TTL of 5 minutes.

    Make each nameserver have a DIFFERENT zone, containing only IP addresses on that range. (Ex, nameserver A will have an entry for www pointing to an IP from range_a, nameserver B will point to an IP from range_b.(both nameservers can actually run on same machine, bound to different interfaces).

    Then, whenever someone tries to reach www.yourdomain.com, they'll hit one of the nameservers. If the one they hit first is down, they'll hit the other one, and get an IP address from the _working_ network. Voila, you are still reachable when one connection goes down.

    Then, if you don't want your servers to actually have two IP addresses (one on each net), you can do some trickery with iptables/ipchains to redirect traffic to a single IP (probably on private network).

    For the outbound traffic: All you have to do is to NAT your traffic to the correct interface/IP range (the one that's currently working). That is not very hard to do with a bit of shell scripting.

    Actually, things are a bit more complicated because of this: Your machine (main firewall or whatever) that contains all these interfaces, normally has one routing table. Choosing of the correct interface is done by lookup of DESTINATION IP. Now, assume a packet comes over to IP_B. You _must_ make sure that it will go out BACK on interface B (if you send a return packet with an IP_B source address over ISP_A, it'll discard it because of ingress filtering). This is hard: again, remember, routing does not depend on your _source_ address, it depends only on destination address.

    So, how do you solve it?
    Luckily, Linux has policy routing, which allows you to have multiple routing tables and choose between them based on some criteria, in your case, it will be source IP. You'll set up two routing tables, one with default route pointing to ISP A, one to ISP B, and a rule saying "If a packet has a source on IP_A, use routing table A, if not, use routing table B"

    (see iproute2 documentation for details)

    Well, I think I should write a HOWTO on that...I glossed over quite a lot of details here.
  • Router Memory II (Score:3, Informative)

    by NetJunkie ( 56134 ) <jason DOT nash AT gmail DOT com> on Friday November 30, 2001 @02:07PM (#2637479)
    Router memory is cheap, UNLESS you buy it from Cisco. Viking and Kingston both make excellent memory for Cisco routers at a *MUCH* cheaper cost than Cisco. It's not like Cisco memory is anything amazing, it's just OEM memory.
  • by steelrecluse ( 540234 ) on Friday November 30, 2001 @02:12PM (#2637502)
    Juniper routers can all handle IPv6 fine. The latest release of JUNOS (5.1) includes support for this, and it runs on any M series router (Juniper router) without any hardware upgrades necessary. So when you say many high-end routers can't handle IPv6 you must be referring to Cisco :-)
  • Re:uhm... (Score:2, Informative)

    by boog3r ( 62427 ) on Friday November 30, 2001 @02:12PM (#2637509)
    you are a webhosting company and you need a /16?

    holy crap! have you guys ever heard of http1.1? the reason you have such a hard time getting ips is that arin wants to cut down on webhosting companies that do not use http1.1.

    i have to agree with arin on that too, with correct dns handling, http1.1 is a very viable method for webhosting and reduces both need and use of ip addesses.

    btw, ipv4 is not exactly running out of ips soon. the ips are still there. they are running out of _allocatable_blocks_ of ips. if you look at the lower networks (4.0.0.0/8 is one) the utilization of ips is horrendous. older companies and organizations have been camped on huge amounts of ip addresses for the last 10-15 years. if arin bit the bullet and forced these internet first-comers (and heavy wallets) to relinquish ip space we would see the 'ipv4 crisis' go away.

    like you said, "Research before whining to /."
  • by Anonymous Coward on Friday November 30, 2001 @02:16PM (#2637536)
    It's not an issue of route table size. With the route aggregation that takes place these days, 512M is more than enough RAM for route tables. Here's the BGP summary info from one of my routers that gets "full" BGP routes from one of my upstream providers:

    This particular router happens to be advertising only a 22 bit summary to it's BGP neighbors, so that's it's not being used as a transit device by any of the three different ISP's to which it's connected.

    103595 network entries and 103629 paths using 13779359 bytes of memory
    18103 BGP path attribute entries using 943332 bytes of memory
    15624 BGP AS-PATH entries using 404444 bytes of memory
    0 BGP route-map cache entries using 0 bytes of memory
    0 BGP filter-list cache entries using 0 bytes of memory
    BGP activity 12591567/28215562 prefixes, 16206716/16103087 paths, scan interval
    15 secs

    As you can see, even 128M is more than enough for route tables using a basic BGP configuration such as the one on this router.

    However, route table size can be an issue, especially with slower routers. A router can only hold a packet in queue for so long before it has to drop the packet from the queue. During this packet hold time, the router must find the destination address in the packet, match that against the longest prefix in the routing table, apply any policy routing decisions, decide which interface to forward the packet to, then forward the packet out of the router to the next hop.

    Obviously, the longer this process takes, the fewer packets make it through the router in any given time period, decreasing overall performance.
  • Yep. For example... (Score:2, Informative)

    by Wntrmute ( 18056 ) on Friday November 30, 2001 @02:30PM (#2637604)
    older companies and organizations have been camped on huge amounts of ip addresses for the last 10-15 years. if arin bit the bullet and forced these internet first-comers (and heavy wallets) to relinquish ip space we would see the 'ipv4 crisis' go away.

    I'll say...

    arachne:ckloote {101} whois -a 40.0.0.0
    Eli Lilly and Company (NET-LILLY-NET)
    Lilly Corporate Center
    Indianapolis, Indiana 46285
    US

    Netname: LILLY-NET
    Netblock: 40.0.0.0 - 40.255.255.255

    Coordinator:
    Eli Lilly and Company (ZE16-ARIN) hostmaster@lilly.com
    317-277-7000

    Domain System inverse mapping provided by:

    DNS1I.XH1.LILLY.COM 40.255.22.1
    NS1.IQUEST.NET 198.70.36.70
    AUTH40.NS.UU.NET 198.6.1.18
    AUTH62.NS.UU.NET 198.6.1.19

    Record last updated on 17-Jul-2001.
    Database last updated on 29-Nov-2001 19:56:47 EDT.

    Yeah, Eli-Lilly is a big company, but please tell me why they need their own class A? They don't, but they managed to get it back in the early days, and won't give it up. I'm sure there are many more cases like this.
  • by Anonymous Coward on Friday November 30, 2001 @02:31PM (#2637610)
    How does having your kids with cellphones make you more technologically advanced? Anyone in the US can get a cellphone from a variety of providers, a lot of parents are just not stupid enough to get their teen a phone.

    Our corporations comprise the greatest portion of the internet, and nearly all of the world's news and content comes from the US.

    Our universities are the best in the world. MIT, Stanford, Cal Tech, etc are unequaled outside the US.

    In the US you can get a residential highspeed internet connection just about anywhere, thanks to satellite.

    The US SOCIETY has given more in the order of technology to the world than Norway, or any other country. Take your anti-americanism and shove it, its nothing but bullshit.
  • Re:uhm... (Score:3, Informative)

    by AaronW ( 33736 ) on Friday November 30, 2001 @02:38PM (#2637644) Homepage
    PC133 RAM is only part of it. As a developer of routers I know of at least several methods for storing the routing tables in the data path.
    High-end routers do not use DRAM due to its high latency. DRAM works well for localized access, but is terrible for random access. In this case, SRAM is used. Now for routers, it is likely that Content Addressable Memory will be used. The largest CAMs I am aware of are 9Mb (megaBITS) and the largest ZBT SRAMS currently available are 36Mb (4MB). Granted, multiple chips can be used, but only so many chips can be placed on a memory bus before loading becomes a factor. A 133MHz bus can only have so many chips connected to it.

    A high-end router today should be able to store upwards of 1,000,000 routes. With IPv6 this becomes far more difficult due to the 128 bit length of the IP addresses.

    Also note that a router does a longest match lookup. Some use a hash table and populate entries when there's a miss by using the slow path, but even that becomes difficult since you don't want too many collisions.
  • Not that simple... (Score:5, Informative)

    by jbroom ( 263580 ) on Friday November 30, 2001 @02:43PM (#2637674) Homepage
    I'm Tech Director for a Caribbean ISP, so I know the problems in getting bandwidth AND multihoming.

    To be multihomed correctly you will generally need:

    -a decent router that can do BGP.
    -more than one connection to providers who will talk BGP with you.
    -your own AS number and an allocated block of IP addresses

    The expensive part is not really "paying the fees" of (ARIN, RIPE, APNIC), or complying with their conditions, but in fact having someone tech enough that also understands the POLITICS (yes POLITICS) involved in running BGP, and the ongoing cost of keeping your network in fact running in this type of situation.

    You are just looking at the tip of the iceberg and saying "wow that's expensive JUST for a block of IP's", which on the surface might look correct, however:
    -just about anyone can say "gimme a block please" (cheap).
    -checking on who can actually utilise them or not is expensive.

    Memory in routers is easily scalable (it isn't but lets pretend it is), but the problem is not lack of memory, but actually wading through all those blocks of IP addresses.
    Most of the main tier 1 providers have serious filters in place to avoid filling their routing tables up with junk due to mistakes or due to people who just haven't made a transit deal with them, so even if you were "given" a block of addresses, it wouldn't always be that easy for you to get it routed.

    My advice: as you are "small" (compared to a Tier 1 provider), my guess is that there are ISPs down there that will do a better job than you for getting redundancy. Spend a bit more money on linking up to one of these, and backup your link to them somehow, and trust THEM for your link instead of trying to do it yourself. It will probably cost you just about the same, but your uptime will probably be HIGHER, because when you do BGP yourself, you are adding in extra weak spots that you may at this moment not be thinking of (your internal routing policies and how they get propagated, the people you will need to make sure this runs, etc...).

    Just my own opinion. Add salt.
  • Re:NAT? (Score:3, Informative)

    by GiMP ( 10923 ) on Friday November 30, 2001 @02:46PM (#2637689)
    What you are looking for is speed, not multihoming. What you are talking about is having 2 ips, one for each connection... and then balancing the load across them.

    Linux can do this, it has the ability to "shotgun" ethernet connections into a larger one.

    However, this is not what this person wants. The problem is IP addresses and routing. In your configuration, if one of your connections die you use an IP address. If one of the connections in a multi-homed environment dies, you still want the traffic for the ips on the 2nd line to be routed to your network.

    What this means is, you need cooperation by your ISPs if you wish to be multihomed. Sure, for a home-connection where you are just looking for speed, shotgunning your data is fine.. but it just isn't the solution this person needs.
  • by jroysdon ( 201893 ) on Friday November 30, 2001 @03:19PM (#2637862)
    As nice as it is to have Provider Independant IP Space, as you've found out it's virtually impossible to get without paying through the nose (you can just BS how many hosts you have, if you want to fork over the cash to pay US$2,500/year for a /20 block from ARIN [arin.net] here in the USA). Then there are less clueful orginizations that don't even know they have some, because the current IT staff didn't get along with their predecesor (for instance this block [switch.ch] I found for my own local City).

    However, it's not required to multihome. Really what you require to multihome is an Autonomous System Number (ASN [arin.net]) and a /24 block from either traditional Class C space, or the 63/8 or 64/8 Class A blocks that were returned a bit ago. No one with a clue should be filtering a /24 from either location.

    The biggest downside to using your upstream providers IP space is that it pins you to a single ISP as you must use their IP space, and leaving them requires renumbering (but can be done without downtime within a reasonable transition timeframe of a few days). What we did was pick the largest ISP out there (UUNET [uunet.com]), and then one of the top 10 (Sprint [sprintlink.net]) and use both IP space (although we could have chosen to only use UUNET's). We use both provider's IP space on any important box (email, mainly) so that if we were to disconnect from one ISP (not likely), we only have to remove their IPs from our DNS, and the other IPS's IPs are already there and live (plus it gets around odd local routing problems outside of our control, where one remote site can reach one ISP but not the other).

    We announce both blocks out both ISPs (to announce UUNET's blocks out Sprint and have them come back the shortest route, we had to get UUNET to "punch a hole" in their larger block and announce the smaller block we had so that both UUNET and Sprint would be announcing equally specific blocks for us... same is true of Sprint announcing their own assignment to us more specifically so they'll route to Sprint or UUNET, as if we only announcing the smaller block out UUNET, then all traffic would go that way unless our UUNET connection was down).

    Anyway, not to write a HOW-TO (see Halibi's Internet Routing Architectures [bookpool.com] ISBN: 157870233X), but that's how to do it.

    You don't need a huge router to be multihomed. Even a 2501 would work (as you just take default routes announcements from both ISPs, with the point being to advertise out your own blocks). If you want to take full routes from two ISPs, a 2650 with 128mb of RAM will work fine. If you want to take defaults + ISP-direct-customers, a 2610 with 64mb of RAM will work (it handles ISP-direct-customers from Sprint and UUNET just fine for us).

    Lastly, never forget that site redundancy is just as important as internet redundancy. If a backhoe takes out the fiber or copper pairs going to your neck of the woods, more than likely it'll be both ISPs.

    Normally I'd never mention my certs, but here they're relevent:
    I'm a CCNP (next step past CCNA) and CCDP (next step past CCDA). I've been working for an IT Consulting/Integrater firm for 4 years (help desk positions 3 years before), and we also have our own little ISP [switch.ch] on the side. I've worked with all the top 10 ISPs (and plenty of the Tier2/Tier3 folks), and set up a couple hundred of multihomed sites, so I'm not just quoting what I read in a book somewhere.
  • by figment ( 22844 ) on Friday November 30, 2001 @03:50PM (#2638002)
    Thank you. All the comments i am reading are confusing that PI-space is required to run BGP. That is not required, all you need are two semi-coooperative isps, one that's willing to punch holes in it's aggregate and the other that'll relay your advertisements.

    Again, just as he said:
    You can still be multi-homed with netblocks from one ISP to be received by another.

    PI-space only makes it a bit easier in transition, but it doesn't make it anywhere near as impossible as the question implys.
  • by Thundar ( 29149 ) on Friday November 30, 2001 @07:08PM (#2639030) Homepage
    I can think of two Tier 1 providers (C&W and Sprint) who will deaggregate your /24 routes from their /19 if you ask nicely.
  • by sysop ( 126289 ) on Friday November 30, 2001 @09:38PM (#2639635)
    And yes, my opinions are based on fact - as observed by me as well as by my acquaintances. Australia's problem is because of the size of the country and the low population density, it is hard to deploy land lines all over the country. Cellphones are a much better solution.

    What are you basing this on? Did you make those facts up?

    In the 80's Australia had the world's most advanced phone system. Even today there is better coverage with copper lines than there is with mobile phones. Cell phones (actually we got rid of cells years ago, its all GSM and some CDMA now) aren't a solution at all in most parts of the country, specifically because of the low population density.

    Australians like Mobile phones because they're convenient, and they work well because that's what we've come to expect from our phone system. There used to even be advertising on Australian TV where an aussie Tourist in the US finds the mobile phone system there so appalling when compared to home.

Nothing is finished until the paperwork is done.

Working...