IPv6 Ready For A Spin 193
ibjhb writes: "Sprint and WorldCom are itching to launch the IPv6. This will provided us with the 'zillions' of extra addresses not provided by the current IPv4. There's other capabilities, including increased sercurity. ZDNet carries the story ..." Seems like we've been talking about IPv6 for as long as I've been using IPv4.
No, it's the right solution (Score:1)
Sorry, but we really do need more public addresses. As you note, public servers need public addresses. And if you want to receive incoming calls on your IP cell phone, it'll need one too. There are 6 billion people on the planet and only 4 billion IPv4 addresses. So even if we could get good utilization of the IPv4 address space (a hopeless cause), there's no where near enough.
IPv6 provides a large enough address space to give several thousand addresses to every square inch of the earth's surface. Switching to IPv6 really will save the day.
Re:Tad paranoid aren't we? (Score:1)
And complete together with the maniacal laughter.
Re:Karma Whoring^H^H^H^H^H^H^H^H^H^H^H^H Links (Score:1)
Re:Backward Compatibility? (Score:1)
Well, since he's the author of the kernel, he gets to name the kernel, but I think RMS, head of GNU, who created the OS, gets to name the OS, and he calls it GNU.
RMS *AND* Linus refer to GNU/Linux as GNU/linux
If I replace just the kernel with HURD it becomes GNU/HURD
If "Linux" supports something, you're referring to the kernel. Linus used GNU before Linux was around. He created Linux WITH GNU and used GNU as the OS for the Linux kernel.
GNU can be used as the OS for MANY kernels.
GNU was not made for linux, linux was made for GNU. GNU was made for HURD, Linux is being "borrowed" by GNU untill HURD is finished.
Its in the manifesto, read it, its on your LINUX cd, along with the GPL'ed GNU OS.
Re:Will DHCP die? (I hope so) (Score:3)
The combination of DDNS (Dynamic DNS) and DHCP could be very cool. You'd never have to do any TCP/IP configuration on your machine (thanks to DHCP), but you'd still get the luxury of having the same DNS name all the time (even if the actual IP address changes from time to time).
Re:What's in it for ISPs? (Score:2)
For example, if you were to get T1 service and it were to go down at 2 am, you could call them up and have them run a diagnostic on your line while you on the phone and get them to come out in the middle of the night and fix it if there was line trouble.
Also, several providers have different guarantees and quality of service ratings between their business and residential packages. Some go as far as to build a completely seperate network which has a lower saturation rate for business customers than residential customers.
As far as DSL is concerned, consumers typically get ADSL while businesses get SDSL. While bandwidth might be bandwidth, the latency differences between the two types of circuits is much different. Telcos have been running HDSL in place of T1 circuits for some time now when it's cost effective to do so (SDSL is sometimes referred to as HDSL-2).
Also note that more IPs given to a customer implies that the customer will have more machines on their network acting as servers and more bandwidth usage on average. It's a cheap way of doing accounting.
Re:What's in it for ISPs? (Score:2)
but if they want a TLA (/48), it's gonna cost them $20,000 per year. For a /35 or anything less, it will cost $2,500.
That's reversed! the number is the number of bits in the network number. The subnet gets the rest. So a /35 costs $20000.
At any rate, a /48 is a huge space to work with (80 bits)! That's 2^48 entire internets!.
In practice, that is sub-divided into 16 bits for subnets (an entire class B sized space) and the rest is per-host (enough to comfortably hold the entire current internet 2^32 times!).
At that rate, they DO grow on trees.
The easiest way to engineer that is to buy a /48 and divide that into 16232 regional offices. Each office then can feel free to accept as many customers as it wants (and has capacity for) since the 64bit host address is guarenteed to be unique worldwide.
The real question is which providers will be stingy and try to screw the customer for every last penny, and which will just provide the bandwidth without hassels. Since it is a compeditive industry, the former won't last long.
Re:I'm not really an expert... (Score:1)
Re:I'm not really an expert... (Score:1)
Re:The *REAL* problem, as I see it (Score:3)
Sounds like elitism to me. How many Grandmas, Grandpas, and 'redneck lusers' do you know that actually set their IP addresses? Most get them via DHCP. Most of these machines are Windows-based machines, which soon will quite easily support IPv6 (Windows ME) and may already (anyone know if Win98 supports it?). If anything, ISPs (who these end-users are connecting to) can mass e-mail their customers and say, "Look, we're moving over to IPv6. If you're running this version of this operating system, be sure to upgrade with files found here." Send that out over the course of a prep period (say, 4-6 months) and then when the time is up, just start migrating, leaving one bunch of lines using IPv4 addresses mapped to IPv6. It's not that hard.
And, I mean, that's just one very painful solution. You could also map IPv6 addresses on your end to a block of IPv4 addresses you keep for machines that specifically need them, making the entire process.
The whole, "Older users will be alienated!" is a cry of the alarmist. The true implementers will find a way around this. Yes, with all technology upgrades, a select few will be obsoleted, but don't you trust that the people who want to implement this have thought of ways to get around possible roadblocks?
Re:IPv6 Resources (Score:1)
Re:IPv6 Resources - Question (Score:1)
Roughly, total area of Earth == 5.11e14 m^2 (if I've done my calculations right).
Total number of IPv6 IPs available == 3.40e38
IPv6 density == 6.66e23/m^2
Total number of IPv4 IPs available == 4.29e9
IPv4 density == 8.40e-6/m^2
So with IPv6, you will get an IP density 7.29e28 (or 73 nonillion for Americans; 73 sexiard (?) for Europeans) times greater.
Re:What's in it for ISPs? (Score:1)
Re:IPv6 Resources (Score:1)
When an ISP assigns you an "IP", however, it doesn't assign you a single IP. It assigns you a block. It might assign you 048a:3092:1a8e:ff44:3900:x:x:x. This gives you 2^48 separate IP addresses to use. The idea is that the remaining 48 bits correspond to your MAC address, so that as long as each computer you have connected has a different MAC, it will have its own IP. This also has the added benefit of making routing painfully easy (routing at the Ethernet level is much easier than routing at the IP level).
I'm sure I've got something mixed up, but that's the basics behind it.
Re:What's in it for ISPs? (Score:2)
Re:Backward Compatibility? (Score:3)
Re:Even the slowpokes are ready (Score:1)
Even the slowpokes are ready (Score:4)
However even MS now runs with IPV6 if neaded. Cisco, IBM Sun all have support. Linux of course has had it since 2.0.x
Re:Demise of casual firewalls? (Score:1)
On the other hand, NAT usually prevents using end-to-end authentication with IPSEC (also part of IPv6), as a changed IP header will invalidate the signature over the IP packet.
Re:Backward Compatibility? (Score:1)
SuSE 6.4 is announced to be IPv6 ready.
PLD (http://www.pld.org.pl/ [pld.org.pl]) already is.
The current rawhide contains at least basic IPv6 functionality (both ping and traceroute are there).
Re:Why 128 bit IPv6 addresses? (Score:2)
There are several factors for going completely overboard with the addressing.. It is better to err on the side of overkill (when it dosen't effect preformance) in that as our need for the internet starts to expand into more areas of our life, we risk getting into the situation where we are now. That being internet addresses being a scarse resource that must be concerserved.. When your wristwatch, pda, laptop, tv, vcr, coffee maker, etc, etc, are all connected, the last thing we want to have to deal with is lack of address space.
Granted, all that is a damn long way off. And people will have to start to get damn serious about their network security before I am going to be able to start a pot of coffee at home from an atm machine or someting wacked like that.
Remember, when ipv4 was concieved, noone thought it would ever run out of addresses. Yet its right around the corner...
...
. ""The future masters of technology will have to be lighthearted and
. intelligent. The machine easily masters the grim and the dumb."
Re:IPv4 to IPv6 (Score:1)
Re:Will DHCP die? (I hope so) (Score:2)
It doesn't just set your IP address. It sets your default gateway, your DNS server(s), your WINS server(s), extra routes, time server(s), domain name... all sorts of things. From working quite a bit with Microsoft DHCP, I think that particular implementation offers about 80 possible settings that can be transmitted to the clients. This is most likely documented in an RFC, but I haven't a clue which one offhand.
It's EASIEST from a network-admin standpoint to have everyone use floating IPs. However, the existing DNS structure is not really set up to support the concept of hostnames that can change on an hourly basis. There are modifications to it that are starting to get into production, mostly spearheaded by Microsoft. (and I personally DO NOT suggest you trust your DNS infrastructure to that company -- any foothold you give them into your central infrastructure will someday be used against you as they fight to eliminate all other operating systems from your network.) BIND, the gold standard of DNS, does now support dynamic updates, but I haven't tried to get this working yet.
If you don't have an updateable DNS server, you can get around that problem by using DHCP reservations. I use them a LOT. They do take a bit more work, but I think the payoff is worthwhile. You end up mapping a particular IP address to a particular MAC address -- essentially tying an IP address to an Ethernet card. (which means that IP addresses follow cards, not machines, which you have to be aware of.) But you set the client to full-automatic DHCP. It THINKS it's a floating client. It doesn't know that it will always get the same IP number.
This lets you push big changes out in X/2 time, where X is your DHCP renewal interval. (clients renew their lease when 50% of the duration expires). Instead of having to visit every client to adjust their WINS settings if a server goes down, you just adjust it at the server and the whole network soon knows about it without you needing to do anything else. You can also tell everyone to do an 'ipconfig
Because of all these niceties, it's unlikely DHCP will go away as we transition to IPV6. The concept of automatically-configured network settings is just too useful to go away. It will undoubtedly morph over time, and Microsoft will probably rename it at some point to make it sound new so they can sell it to you again, but the basic concept is here to stay.
Why 128 bit IPv6 addresses? (Score:2)
Great switching day (Score:1)
The best solution would be a 'great switching day' (like with the switching from the many different european currencies to the euro on jan. 1 2002). However, due to the architecture of the internet (no one controls it) I don't see that happen.
Backward Compatibility? (Score:2)
Seems like we've been hearing about IPv6 for forever now.
---
Bahh! And you call yourself a nerd! [NT] (Score:1)
--
Re:Will DHCP die? (I hope so) (Score:1)
Ethan
Re:Backward Compatibility? (Score:2)
Actually, the newest iputils packages have ping6, traceroute6, etc. and many other packages (e.g. OpenSSH) can be compiled with ipv6 support with relative ease. (Note that I realize OpenSSH is originally from a *BSD and I recognize and respect their support for IPv6 - but Linux *does* also have it)
As I'm sure countless others have pointed out, there is excellent information on transitioning (borrowed word from a friend of mine at school... I'm not sure it's a real word, but hey...) to ipv6 at the ipv6.org [ipv6.org] site, as well as a Linux HOWTO [bieringer.de] with some easy-to-follow instructions.
At this point, I recommend checking out some RFCs if you're wanting to set up an IPv6 box... It has all kinds of nuances IPv4 didn't have that you need to know at this point. Once it is widely deployed, IPv6 has fabulous autoconfiguration methods; however, if (like most of us) you will have to be tunneling through IPv4 to get to the nearest IPv6 host, you'll hafta set a lot of that stuff up yourself.
That said, you know that as soon as I can get a working IPv6 tunnel at school I'll have it in a heartbeat. ;-)
EthanRe:Will DHCP die? (I hope so) (Score:2)
All of this is taken care of for you in IPv6 as well, albeit in a different sort of way. The subnet mask is handled by "Router Advertisements", DNS is handled by an "All DNS Servers" multicast (if I remember correctly, I could be wrong - this may be an advertisement as well), etc. IPv6 is truly a next generation protocol in *many* ways. There is a DHCPv6 spec, but I doubt that many (if any) installations will have to use it as all of the functionality in DHCPv4 is automatic in IPv6 via its 'stateless autoconfiguration'.
For more information, see:
Every IPv6 RFC I've read (that I can remember) has been a good read, so check 'em out. :-)
EthanAs a zen master once said... (Score:1)
:)
PS: Yeah, I noticed the recursion. Did you?
Re:Questions about multicasting (Score:2)
NASA is already using multicasting on some of their internal networks to efficiently send high-rate spacecraft telemetry streams to multiple destinations.
Karma Whoring^H^H^H^H^H^H^H^H^H^H^H^H Links (Score:1)
Oh, and the Linux HOWTO [bieringer.de].
Re:Soon I hope... (Score:1)
Ideally, because if they don't you'll go to their competition and they won't get any more of your money. (Ideally...)
Re:Slow down? (Score:1)
The time to turn a name into an address would be proportional to how many names there are, not how many addresses they are. (Actually, it's more likely to be proportional to the log of the names, or even faster if hashing or some other structure is used. Don't worry, you'll know what all this means very soon. :-)
Anyway, I wouldn't worry about that. You have a lot more to worry about from proliferations of domain names than a proliferations of addresses. And frankly, I bet the system in place can pretty easily handle that as well. It's very distributed and parallizable.
---
Demise of casual firewalls? (Score:3)
Right now, NAT is pretty popular since it's a good way for a bunch of machines to share the single little IP address that the ISPs typically hand out. A side benefit of NAT is that you almost always get a firewall as well. They just go together, ya know?
But when ISPs that handing out IP addresses by the thousands, I think more people (especially people who aren't security conscious -- that's 99% of the population) won't need NAT. So they'll just simpler routing, which will likely pass all traffic.
I have a feeling that a lot of people's LANs are going to be wide open to attacks when IPv6 becomes widely used.
---
Re:Why 128 bit IPv6 addresses? (Score:2)
So yes, there is a use for 2^128 bits
7734 - color-coordinated (Score:1)
Re:Backward Compatibility? (Score:2)
The credit for "making the OS" has to go to the people who actually produced a usable system.
The whole debate comes down to Stallman's sour grapes as he realizes, years after the fact, that he probably *should* have put the famous Berkeley "advertising" clause in.
Re:The day this happens... (Score:1)
Re:What's in it for ISPs? (Score:1)
Business DSL offers secondary MX service, usenet feeds, domain registration, and primary and secondary dns for your domains. Oh yeah. And the deal about coming with a
Re:What's in it for ISPs? (Score:2)
Pacbell hasn't even ventured into deploying IPv6 yet, but if they want a TLA (/48), it's gonna cost them $20,000 per year. For a
But then you need to ask yourself the real question: 'What am I smoking and why do I think that ISPs depend on the revenue from "selling" IP blocks?'
spin? (Score:3)
Looks like there's little bit of spin going on all right. When the spin gets intensive it'll look like this:
Sprint is charging ahead with IP v6 technology. IP v6 will let us provide unparalelled performance to our customers. Our leadership in this area makes us the only choice.
MCI/Worldcom will of course issue the exact same press release.
You can gauge the health of a technology by measuring the amount of corporate spin it generates.
--Shoeboy
Re:How are the blocks going to be allocated (Score:1)
Content-free article (Score:1)
Re:IPv4 to IPv6 (Score:1)
IPv6 deployment will hardly be "just there". Even if all your devices are IPv6-capable, this is a far cry from enabling it, configuring everything correctly (like ensuring DNS gives out v6 addresses), and getting v6 service from your ISP.
Re:Backward Compatibility? (Score:2)
Re:IPv4 to IPv6 (Score:2)
Compare this with using IPv4-to-IPv4 NAT. NAT is more widely deployed and understood, and probably easier to put in place than converting your entire network or setting up lots of v6-over-v4 tunnelling. Sure, you don't have globally visible addresses for each of your hosts. But new services have to be designed taking NAT into account anyway.
Until there are enough IPv6 hosts to make speaking IPv6 useful, there's no incentive to upgrade networks and hosts. The claims of increased security and QoS over v4 are, in my opinion, vastly exaggerated--- just because v6 has a "flow identifier" field doesn't mean anybody's decided something useful to do with it.
See "I'll stick with IPv4 for now, thank you" [nwfusion.com] from Network Fusion for a "testimonial" from a network administrator who's just as happy not upgrading his network...
Re:What's in it for ISPs? (Score:1)
I'm not smoking anything. Money is money, and when the only difference between several of PBI's Consumer and Business DSL packages is the size of the subnet, instead of bandwidth, then I think they make money from renting larger subnets. Duh.
Kevin Fox
Re:What's in it for ISPs? (Score:1)
I understand though, how experience can often be confused with stupidity, especially if you're the sort who always believes what you read, even from PBI.
Kevin Fox
Re:What's in it for ISPs? (Score:1)
Witness the (until recent) stagnation of ISDN and DSL, in favor of higher cost T-1 and fracT-1 lines, astronomical gas prices in the western states, and airfare wars.
The free-market model doesn't hold well in this particular instance because for IPv6 to really take hold will require its implementation
(at some level) by ISPs.
Kevin Fox
Re:What's in it for ISPs? (Score:1)
Your in-depth factfinding mission was based on the assumption that I only have one domain name, fury.com. That assumption is incorrect.
If you had dug a little deeper, you'd have noticed that fury.com was registered before anyone offered DSL service, and before PacBell offered dialup internet service at all.
If you dug deeper than that, you'd notice that I have three domain names registered, and that two of them fulfill all the criteria you mentioned, except for the backup MX records. As I said on my earlier post, I don't use PBI for backup MX service.
To respond to your final query, anyone who wonders why someone might choose to use two ISPs for their business isn't someone I'd want in my IS department.
The point I was making in my original post, since you obviously missed it, is that for those people who want more than 5 IP addresses, regardless of other services, PBI grants no other option than to step up to a level of service that costs a great deal more.
That this expanded service offers more bells and whistles is immaterial to those consumers who don't need them, and serve only to distract managerial boneheads from the fact that they're being forced to pay a great deal more for what, in their case, amounts only to more static IP addresses.
I hope this answers your questions.
Kevin Fox
What's in it for ISPs? (Score:3)
If I pay PacBell nearly twice as much so I can have 5 IPs instead of one, or pay five times as much for a 32-address subnet, will they still be able to justify charging more for multiple IP addresses when they grow on trees?
Will the switch to IPv6 end up costing them a good deal using this revenue model, or will we all switch to (horror of horrors) a per-byte revenue model?
Kevin Fox
my questions (Score:1)
How many IPs fall into the lowest level "block?"
If I buy a block from NSI or whomever, can I "symbolically link" it to say, a SW Bell DSL line?
Just little things I'm wondering about, I'm not too versed in internet architecture.
Re:IPv6 (Score:1)
Re:Questions about multicasting (Score:1)
Really good for the power breakers :-)
16 quintillion should be enough for anyone. (Score:4)
Re:IPv6 Resources - Question (Score:1)
Not a flame, but if we keep adding IP's in proportion to the number of users (unrealistic) then it won't be that long at all before numbers are getting tight again.
Or has this all been adressed before?
Re:IPv6 Resources (Score:2)
Re:Great! (Score:1)
The 29A is 666, but I don't have a clue what 7734 is - it's 30516 in decimal, but what signifigance could 30516 possibly have?
Re:Great! (Score:1)
Re:Great! (Score:1)
the 666 seems obvious, but the 30516 stumps me, it's sorta similar to 3:16 but it obviously isn't. oh well.
Re:Great! (Score:1)
Re:Questions about multicasting (Score:1)
BRTB
Re:More security, but... (Score:1)
BRTB
Re:Why 128 bit IPv6 addresses? (Score:2)
Because that's not the way it works. You don't take 16 quintillion computers and number them from 0 to 16 quintillion minus one.
Instead, you take the number of bits in your address and you hand out these. So you decide, say, that the top 3 bits will be equal to such a value (say, 001) for such an addressing scheme, under which the next 13 bits will be used for the top-level aggregators (top-level ISPs), and the next 8 will be reserved because we don't know in which direction things will grow, and then another 24 will be shared between the next level aggregators (lower-level ISPs), and then the next 16 to the site-level aggregators, and the last 64 bits will be equal to the interface ID. (This example is the aggregatable global unicast address format, which, IIRC, is the latest chosen addressing scheme.)
The whole point of having a large address space is fragmenting it in bits little rather than doing the very dubious reassembly of little fragments that we've been doing with IPv4.
Otherwise, 32 bits would be enough. We still don't have 4 billion computers in the world right now.
Re:Will DHCP die? (I hope so) (Score:1)
Will the ability to give a fixed address to anyone on the planet who wants one be embraced
The way I see it, you could only have a fixed address with one ISP. If you change ISP's, your IP's would have to change to keep the routing tables consistant.
In the future, I believe that conventional computers will take up only a tiny bit of the used IP's. The other used IP's will be assigned to appliances of some sort or the other.
Which do you think would be more likely to be accepted by the mass consumer market, a refrigerator that you had to telnet into and setup networking parameters (that you don't even understand) after you purchased it, or moved it, or changed ISP's; or one that you just plugged in that got the necessary configuration info from your ISP automagically?
What I do see is a proliferation of the DYNAMIC DNS services that match up your "common name" with the current IP that you are assigned.
icebox1.myidentifier.pers.us => 248:183:53:3:221.128.105.18
When I move and my refrigerator gets a new IP, I can be assured that the Dynamic DNS gets informed of this behind the scenes without me even thinking about it.
Most users won't even know that there is any sort of number behind the name that they use to access their refrigerator.
Re:Will DHCP die? (I hope so) (Score:1)
Of course I could be wrong on this but this is my interpretation of the RFC's.
What if we go to space? (Score:1)
Re:IPv6 (Score:1)
Release "it"? What's it? IPV6 in the wild? The specs have been out there for a long time, and people are already running it. It's not as if now, after a long and tiring process, Sprint and Worldcom are saying, "Here it is! ipv6!"
Re:IPv4 to IPv6 (Score:2)
Soon I hope... (Score:1)
Ender
Re:Soon I hope... (Score:1)
Actually, they're not... I'm not paying them... just using IPMASQ... it just makes it a little more inconvenient for things like hosting Diablo II games... :(
But you're right... they aren't terribly likely to stop doing something that makes them money.
Ender
Re:IPv6 Resources (Score:1)
IPng supports addresses which are four times the number of bits as IPv4 addresses (128 vs. 32). This is 4 Billion times 4 Billion (2^^96) times the size of the IPv4 address space (2^^32). This works out to be:
340,282,366,920,938,463,463,374,607,431,768,211
This is an extremely large address space. In a theoretical sense this is approximately 665,570,793,348,866,943,898,599 addresses per square meter of the surface of the planet Earth (assuming the earth surface is 511,263,971,197,990 square meters).
Re:IPv6 Resources (Score:1)
Could you give a breif description on what ICMP is and how it works? If not, any clues on where I can read up on this?
Thanks,
Gregg
Re:Demise of casual firewalls? (Score:1)
-gregg
IPv6 Resources (Score:5)
http://playground.sun.com/pub/ipng/html/INET-IPng
http://www.6bone.net/misc/case-for-ipv6.html
As far as compatibility goes, they (Internet Engineering Task Force (IETF)) have really worked hard on making a solid set of standards for this. The Sun.com resource I posted goes into pretty good detail on how this will all come together.
Before reading this article, I was totally under the impression that the ONLY need to go to IPv6 was due to lack of IPv4 addresses but that is not the case at all. IPv6 has a ton of nifty add-ons as far as the extension headers and the size of this new header is really only about twice the size of the IPv4 header. The new extension header includes:
Routing - This is considered Extended Routing which is based somewhat on the IPV4 source routing steps.
Fragmentation- This will allow headers to be fragmented and be able to reassemble itself back together.
Authentication- This will include integrity and authentication checks to enable better security over the IPV4 standard.
Encapsulation- This also deals with security and enables the packet to be kept Confidential.
Hop-by-Hop Option- this will allow hop-by-hop processing.
Destination Options- Optional information that will be examined by the destination node.
Also some cool facts:
The issue of the number of addresses availible for IPv6 works out to be around:
340,282,366,920,938,463,463,374,607,431,768,211,4
And this breaks down to about 1,500 IP addresses for each square meter on the surface of Earth and that an estimated fifteen percent of the address space for IPv6 would be used in the initial switchover from the old standard to the new standard.
-Gregg
Will DHCP die? (I hope so) (Score:1)
Does anyone here think that, when the whole of the Internet has moved to IPv6, DHCP-like autoconfiguration will die? Of course DHCP helps when a large group of intermittently-connected hosts share a small block of addresses, but will this ability be needed when IPv6 gives enough bits to address every atom on the planet?
The problem I see with DHCP is that it is a hindrance to the little guy, a way to enforce unnecessary ISP pricing structures, and even somewhat of a barrier to free speech. When an ISP makes its users configure their hosts with DHCP, they keep that host from having a permanent address. It is somewhat more difficult to run a public Internet server when the server's address changes constantly. Services exist to dynamically point a DNS name to a DHCP-configured host (I use tzo.com [tzo.com]), but this still represents a hassle and undermines the reliablility of the server's network connection. Plus, if your ISP gets tired of your practice, you may be faced with an ultimatum: lose your account or upgrade your connection to the highway-robbery level. That's right; if you wanna play, you gotta pay -- even though you're paying an arm and a leg more for the same technology as before.
So what will it be? Will the ability to give a fixed address to anyone on the planet who wants one be embraced, or will dynamic addressing still be enforced on the lowly ISP subscriber?
Re:Will DHCP die? (I hope so) (Score:1)
I read it. Thanks for the information. I'm actually using DHCP (I have a cable modem), not PPP, but your information has helped out nonetheless.
Thanks everyone, for setting me straight about DHCP. :)
Re:my questions (Score:1)
Don't you mean will NAT die? (Score:1)
Re:The *REAL* problem, as I see it (Score:1)
Windows 98 does not support it out of the box, and neither does Windows 2000, for that matter. It is possible, though, to download the Windows 2000 patches from here. [microsoft.com]   An Intro into Microsoft's take on Ipv6 can be found here [microsoft.com]
NTT in Japan started using IPv6 commercially in March, according to this article here [nwfusion.com]
Re:The *REAL* problem, as I see it (Score:1)
This is right on target. It'll be pulling teeth getting people to upgrade. So I don't think there will be much of a push to get people to upgrade.
>If anything, ISPs (who these end-users are connecting to) can mass e-mail their customers and say, "Look, we're moving over to IPv6. If you're running this version of this operating system, be sure to upgrade with files found here."
No, it really won't work this way. There is a much smoother migration path than this. We're just going to have to live with dual stacks and other kludges for quite a while.
> The whole, "Older users will be alienated!" is a cry of the alarmist.
Mostly true. For a long time, we'll have dual stacks or gateway machines and such, so old stack users won't be alienated. But there will come a day when servers start doing ipv6 alone (not just security conscious sites which will come sooner, but fairly generic sites like search engines and about.com), and then the last ipv4 holdouts will be alienated.
IPv4 to IPv6 (Score:2)
-Thanks bubu_.
IPv6 (Score:3)
Sun http://www.sun.com/software/solaris/ipv6/ [sun.com]
IBM http://domino.ngi.ibm.com/patrick
Cisco http://www.cisco.com/warp
W3C W3c site and mailing list search [w3.org]
IETF http://www.ietf.org/html.charter s/nat-charter.html [ietf.org]
___
IPv5 (Score:3)
--Drew Vogel
Re:Security? (Score:2)
Re: 029A:7734:029A:7734 (Score:2)
Well, 0x029A = 666. so I see where that comes from... but where the fsck does 7734 come from?
Re:Looking to the future (Score:2)
When IP4 came out people KNEW that, unless the internet collapsed under it's own weight (a recurring prediction at that time) that the address space was going to 'fill up' mostly due to sparse address assignments
Examples:
For those (and, I would expect, other) reasons, it was decided to go with 'only' a 32 bit address space and work on a more 'realistic' address space for later when machines wouldn't care about the extra cost. That time is now.
A 128 bit address space isn't just frigin huge. it's close enough to infinite for just about any practical purpose. Physics is probably going to get in the way before we run out of IP6 addresses. Designing a system that was extendable beyond 128 bits would have been ASKING for trouble. There wouldn't have been need for most people to implement it. This would have meant that we would have these atrophied pieces of code that would be generally unused, untested and misunderstood for years because 'we really don't need that'.
It would also introduce unnecessary coding complexities.
I guess that the short answer is: KISS . . . Keep It Simple, Stupid.
IPv Divide (Score:2)
I always kind of wonder whether this will divide the whole internet along monetary lines. When this switch happens, networks in the third world are likely going to take significantly longer to upgrade, if they do at all. Also the transition would create a glut of very cheap, very good IPv4 routers that might be just too tempting to someone who has to create a network on a very small budget.
Since you can browse an IPv4 network from IPv6, but not vice versa, this creates pockets of the internet only accessable to people with the cash to upgrade their routers. Maybe I'm wrong, I hope I am, because I don't much like the ramifications of having two "internet classes"
Re:Backward Compatibility? (Score:4)
The designers understood the inherent need for backwards compatibility and so it was there from the start. (you can check one of the older issues of 2600 for the code - as well as everywhere online) - for your comfort. ipv6 is fully backwards compatible with ipv4 - i believe an ipv4 addy would look something like 0:0:0:0:192.168.221.12 - you get the picture. In addition, colons can be substituted in the place of zeroes...something like
There are basically 2 basic things to remember with ipv6. 1) It's hex - so good luck remembering your subnetting tables, etc. hehe 2) The transition from 4 to 6 can be as quick or as gradual as you need. - check your local linux kernel as well...there's already ipv6 code living in it.
FluX
After 16 years, MTV has finally completed its deevolution into the shiny things network
CIDR (Score:2)
So they came up with CIDR (classless inter-domain routing) which uses variable net masks to group routing blocks geographically. They divided up the rest of class C and used that all up, so now they're cutting into the old class A. So lots of cable modem customers have 12.*.*.* addresses now.
For more info on CIDR, see RFCs 1812, 1817, 1860, etc.
However, with 128 bits, it is likely that end-users will get *at least* 48 bits (enough to use Ethernet addresses and reduce the need for site-local DHCP), probably 64 bits, for their own use. So a block with a 64 bit prefix will be treated like a single 32-bit address today.
The *REAL* problem, as I see it (Score:2)
Sure, sites with DNS entries can always be given an IPv4 address for backwards compatibility, but that doesn't solve the problem of all the jillions of potential client machines out there with ancient IPv4 protocol stacks that may never be able to connect to anything with an IPv6 address but no IPv4 address. (Though I suppose a sort of reverse-NAT could be done if you combine a NAT box with a DNS server and have it spit out 10.x.x.x addresses.)
It's also a problem for those with legacy machines, including antique computer collectors.
I personally expect to be ready when it comes, but I'm pretty damn net savvy and I'm still not sure what I'll need to do to get IPv6 compatible.
It could become a fiasco on the level of the metric system, and it could create a new divide between the "haves" and the "have nots".
Re: 029A:7734:029A:7734 (Score:5)
Re:my questions (Score:2)
With 6to4, you can get a whole subnet for free, and you don't even need to wait for your ISP. ISPs will probably assign either individual addresses or whole
How many IPs fall into the lowest level "block?"
The lowest level block is a 64-bit subnet, with 2^64 addresses.
If I buy a block from NSI or whomever, can I "symbolically link" it to say, a SW Bell DSL line?
No, that would destroy the global routing database. You can't do it today with IPv4 and you won't be able to do it with IPv6. I think ICANN is actually the ones allocating IP space these days, although I'm not sure how ARIN fits in.
I'm not an IPv6 expert, so if any of these are wrong, just correct me but flames aren't appreciated.
You can use random addresses (Score:2)
You can use IPv6 today! (Score:5)
Windows [microsoft.com] already supports 6to4, BSD [kame.net] probably does, and I don't know about Linux.
Mac OS X (Score:2)
Re:IPv5 (Score:2)
Suffice to say it was for an experimental protocol that was supposed to be more amenable to handling voice traffic. As far as I am aware it never moved from "experimental" status.
Re:Linux support for IPv6? (Score:4)