|
Prev: How to force card speed ?
Next: NFS root problem
From: Doug Laidlaw on 18 Apr 2008 06:34 There is much fuss about IPv6. Predictions seem to be to bring it in about 2 years hence. But a search at my ISP's site returned not one match. What are the latest guesses? Will Australia with its smaller population have IPv4 longer? (We are just closing down DCMA cellphone networks.) Doug.
From: Moe Trin on 18 Apr 2008 15:48 On Fri, 18 Apr 2008, in the Usenet newsgroup comp.os.linux.networking, in article <i3amd5-bl9.ln1(a)dougshost.douglaidlaw.net>, Doug Laidlaw wrote: >There is much fuss about IPv6. Predictions seem to be to bring it in >about 2 years hence. But a search at my ISP's site returned not one >match. IPv4 is getting scarce. As of mid-week, there were 2633858304 (2.6e9) addresses assigned or allocated by the five RIRs (allocated = available for sub-assignment; assigned = assigned to an end user entity), which is 71.06 percent of the non-reserved (RFC3330) address space. A month earlier the numbers were 2609197794 and 70.40%, while at mid-December it was 2564407724 and 69.19%. While the five RIRs are still handing out chunks of IPv4-land as large as a /12 (255.240.0.0, or a 1e6 addresses), this is getting pretty rare - I see a LOT more new blocks smaller than a /19 (255.255.224.0, or 8192 addresses). IPv6 is getting more common, but is still the rare bird. The RIRs are handing out _huge_ IPv6 blocks (there are 6 /64s world wide, each /64 being 7e9 times as large as all of IPv4-land, and the next smallest IPv6 block is a /48 which is 16 times wider), but there simply aren't that many of them. Here's an interesting statistic: RIR blocks IPv4 addresses blocks IPv6 addresses x 10e30 AFRINIC 1269 19566080 49 3.328 APNIC 14749 453129728 559 1917.837 ARIN 38863 1565847552 591 33.277 LACNIC 2088 70929920 99 10.379 RIPE 28782 524385024 1090 2608.667 Most of those IPv6 blocks in APNIC are in Japan (210), Korea (84) and Australia (44), while in RIPE it's Germany (168), GB (129), The Netherlands (81) and France (64) for a similar percentage. >What are the latest guesses? Can't help there - but there's only roughly a billion IPv4 left. As you are interested in what's happening in Oz, you might have some luck talking to ausregistry.net.au. Anecdotally, I heard from a network admin in Sydney who is involved in moving a server facility. freeing up a /24 for use elsewhere in their system. Someone else had submitted a claim with ausregistry trying to take over the entire /19 block (that the /24 was in) as being "unused". Like I say, IPv4 is getting scarce. >Will Australia with its smaller population have IPv4 longer? Why not? Lessee, you've got four blocks (2 /20s and 2 /24s) out of ARIN, and the rest... [compton ~]$ zgrep AU APNIC.gz | cut -d' ' -f3 | sort | uniq -c | column 6 255.248.0.0 44 255.255.128.0 339 255.255.248.0 12 255.252.0.0 73 255.255.192.0 461 255.255.252.0 11 255.254.0.0 258 255.255.224.0 947 255.255.254.0 288 255.255.0.0 265 255.255.240.0 3170 255.255.255.0 [compton ~]$ out of APNIC - that's 34,915,840 IPv4 addresses total in 5878 blocks. Oz also has 44 IPv6 allocations/assignments [compton ~]$ zgrep AU IPv6.current.data.gz | cut -d' ' -f3 | sort | uniq -c | column 2 20 2 33 5 35 24 32 2 34 9 48 [compton ~]$ and one of those small /48 is 1.208 x 10e24 which gives 5.85e16 addresses for _each_ person in Oz (2006 population of 20.68 million). IPv4 is not going away tomorrow, next week or even next year. Next decade might be another story - but that's a ways out there. >(We are just closing down DCMA cellphone networks.) Yeah, but that's so they can offer new/improved/more-expensive stuff to the locals. (If you think IPv4 address space is tight, go try to get a 10 MHz wide channel in the 1-18 GHz bands used for satellite or cell-phone services.) Old guy
From: D. Stussy on 18 Apr 2008 17:22 "Doug Laidlaw" <doug(a)dougshost.invalid> wrote in message news:i3amd5-bl9.ln1(a)dougshost.douglaidlaw.net... > There is much fuss about IPv6. Predictions seem to be to bring it in about > 2 years hence. But a search at my ISP's site returned not one match. > > What are the latest guesses? Will Australia with its smaller population > have IPv4 longer? (We are just closing down DCMA cellphone networks.) For some of us, 3+ years AGO. ;-) Why wait? Upgrade your systems now - because you can.
From: Moe Trin on 18 Apr 2008 23:23 On 19 Apr 2008, in the Usenet newsgroup comp.os.linux.networking, in article <slrng0ik52.gcv.rogblake10(a)moog.netaxs.com>, Roger Blake wrote: >D. Stussy wrote: >> For some of us, 3+ years AGO. ;-) >For some of us, never. I wouldn't go so far as to say "never", but certainly the mad rush to the future isn't effecting us yet. Several years from now, perhaps. >> Why wait? Upgrade your systems now - because you can. I don't control my upstream. Most people using Linux are using a distribution somewhere close to modern (IPv6 has been included in many distributions for over 6 years), and thus there is no need to update anything local for that reason alone. >Because I have no interest in it. I disable IPV6 on every system >that I work with. A lot of people have no direct IPv6 access, and the most common problem is an ISP run name server[s] that ignores a 'AAAA' record request, rather than immediately returning a NOTIMP or REFUSED result. The result is a 5 to 15 second delay before your resolver decides things aren't working and then tries a 'A' record request. It's possible to set a lower timeout in /etc/resolv.conf, but this is often a bad idea. The better solution is to swear at the idiots who configured your DNS, and disable IPv6 on your systems. Bitching to the ISP is usually useless, as the script-monkey you get to talk to only knows what's in his manual, and couldn't spell IPv6 if asked. Even if you know how to look up the SOA record, or try an address like 'noc(a)example.com', your chance of contacting the correct idiot to inform that his DNS is b0rked is rather poor. Old guy
From: Doug Laidlaw on 19 Apr 2008 20:54
Moe Trin wrote: > On 19 Apr 2008, in the Usenet newsgroup comp.os.linux.networking, in > article <slrng0ik52.gcv.rogblake10(a)moog.netaxs.com>, Roger Blake wrote: > >>D. Stussy wrote: > >>> For some of us, 3+ years AGO. ;-) > >>For some of us, never. > > I wouldn't go so far as to say "never", but certainly the mad rush > to the future isn't effecting us yet. Several years from now, perhaps. > >>> Why wait? Upgrade your systems now - because you can. > > I don't control my upstream. Most people using Linux are using a > distribution somewhere close to modern (IPv6 has been included in > many distributions for over 6 years), and thus there is no need to > update anything local for that reason alone. > >>Because I have no interest in it. I disable IPV6 on every system >>that I work with. > > A lot of people have no direct IPv6 access, and the most common > problem is an ISP run name server[s] that ignores a 'AAAA' record > request, rather than immediately returning a NOTIMP or REFUSED > result. The result is a 5 to 15 second delay before your resolver > decides things aren't working and then tries a 'A' record request. > It's possible to set a lower timeout in /etc/resolv.conf, but this > is often a bad idea. The better solution is to swear at the idiots > who configured your DNS, and disable IPv6 on your systems. Bitching > to the ISP is usually useless, as the script-monkey you get to talk > to only knows what's in his manual, and couldn't spell IPv6 if > asked. Even if you know how to look up the SOA record, or try an > address like 'noc(a)example.com', your chance of contacting the correct > idiot to inform that his DNS is b0rked is rather poor. > > Old guy I have ipv6 disabled at the moment. My real question was: when will I need to turn it on again? A "host" lookup yesterday gave addresses in both formats. Doug. |