IPv6 Success Stories?
DonGar asks: "We've been hearing how IPv6 will save the world, and we've been hearing about how it will never happen. But can anyone give us real world results about what heppens after they convert? In particular, I'm wondering about small networks (home and/or small business). What ISP support commonly exists, and how much does it really matter? How many people are using ONLY IPv6, instead of both IPv4 and IPv6. What devices/applications/OS's cause the most problems with this? What things work, what breaks, and how much work is it to do the conversion? How hard is it to run things like web and email servers that need to reachable from anywhere? From a real world perspective, what do we need to know that isn't mentioned here?"
Sure there's a benefit: it's cool! After I found out how /insanely/ easy it is to port things to IPv6, I added IPv6 addresses on all the machines in my home network. It's really not that much work, you just add the IP with ifconfig like anything else. Now, home networks are easy because there's no complicated switches needed(we have a hub, which doesn't really know about IP as far as I can tell given that it works fine with IPv6 even though the hub dates from when 10baseT hubs were expensive and cool).
Oh, and I'll also note that the IPv6 addresses I use are /shorter/ than IPv4 addresses - fec0::1, fec0::2, etc.
I use IPv6 for my home network, so I can ssh in from around the world directly into machines rather than having to SSH into the NAT gateway, then ssh into the machine behind the NAT that I want.
:'s in them.
In general IPv6 was pretty painless to setup, my biggest problems were caused by the fact I was using 6to4 which means my IPv6 addresses are based on my IPv4 address, which isn't static, so it took a bit of scripting to get everything to happen correctly when my v4 address changed (changing routes etc).
Almost all application support v6 one way or another, however notably missing is Apache 1, you need extra patches to get IPv6 support, and most apache log analysers get confused with IP addresses with
I'm surprised that Distro's don't enable v6 by default. (If you have a non-RFC1918 address, use 6to4, if you only have a RFC1918 addresses, use teredo).
I've IPv6 enabled our local LUG server (http://www.wlug.org.nz/), you get a dancing penguin for the logo if you use v6.
IPv6 has working link-local addresses. Right now this probably doesn't mean much, but I think it will as time goes on and people get tired of IPv4 link local addresses.
:']
IPv6 allows you to have more than one public IP address on your home network. You can go through an IPv6 tunnel broker to make your IPv6 network visible to the world.
IPv6 isn't necessarily that far in the future in the U.S. For example, Speakeasy is claiming that they'll have IPv6 rolled out sometime in the March timeframe. I don't know how realistic that is, but it's certainly one of the reasons I'm sticking with Speakeasy - they seem to really have a clue.
we have a hub, which doesn't really know about IP as far as I can tell
right, because ip works on layer 3 of the osi model, whereas your hubs work on layers 1 and 2. the layers dont care about eachother.
Gyrate Dot Org - "Where high-tech meets low-life"