Slashdot Mirror


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?"

8 of 67 comments (clear)

  1. Re:Which begs the question... by andrewl6097 · · Score: 4, Interesting

    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).

  2. Re:Which begs the question... by andrewl6097 · · Score: 4, Interesting

    Oh, and I'll also note that the IPv6 addresses I use are /shorter/ than IPv4 addresses - fec0::1, fec0::2, etc.

  3. I use IPv6 by Isomer · · Score: 5, Interesting

    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.

    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 :'s in them.

    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.

    1. Re:I use IPv6 by Richard_at_work · · Score: 4, Informative

      My website has a few walkthroughs on IPv6 setup for a fair few OSes. If you need any more help, post back with contact details. I used to help run a UK based IPv6 tun broker.

    2. Re:I use IPv6 by jaredmauch · · Score: 4, Informative
      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).

      Most do actually. They generally configure themselves via autoconf. Here's an example from one of my systems:
      ifconfig -a
      vx0: flags=8843 mtu 1500
      inet 204.42.254.5 netmask 0xffffffc0 broadcast 204.42.254.63
      inet6 fe80::2a0:24ff:fe83:53d8%vx0 prefixlen 64 scopeid 0x1
      inet6 2001:418:3f4:0:2a0:24ff:fe83:53d8 prefixlen 64 autoconf
      It even has a v6 web server (apache) running on it. (go ahead, try to /. it ;-)

      This requires a router that sends autoconf messages (eg: a cisco or juniper router will do) as well as the various autoconf features (router discovery, using a /64 mask, etc..) unless you wish to statically configure your IPv6.

      It removes DHCP from the equation. Of course if you're like me and swap out ethernet cards periodically (assuming you're not using the privacy extensions available for starters) you do see your address shift as it's based on the hardware address.

      With posts yesterday about IPv6 being enabled by default in longhorn, and me seeing more people starting to ask for IPv6 connectivity (eg: DoD) as well as service offerings picking up, I expect it to become a bit more commonplace.

      There are a few issues. Some providers for load balancers have had troubles with dns queries. I've seen my own bank as well as some major router vendors (that have IPv6 offerings) break their servers (ftp, web) periodically for those people who are running dual-stack IPv6 and v4. They just don't understand what this IN AAAA query is, and respond with the wrong error code, or just time out.

      This tells me that we're quite some distance away from being able to see IPv6 as truly viable. I also don't see 6to4 tunneling as being viable in the long term either. We're going to see a dual-stack internet and those providers that have been reluctant to enable new technologies are going to continue on their paths until there is a compelling reason to provide the service (eg: lost sales/business, or a marketing reason "don't use XXX's internet service, you won't get access to the FULL [v4 & v6] internet".

      Mostly today it's for the (never seen here) geek factor, but in my job at a major ISP, we're seeing increased customer demand for our IPv6 service offering not only here in the US but in Europe and Asia as well.

    3. Re:I use IPv6 by Isomer · · Score: 4, Informative
      The WLUG Website is a wiki where we have posted our experiences with IPv6 (and other stuff): The site is a wiki, feel free to add questions, correct mistakes, add your experiences, or other sites you found interesting/helpful.
  4. Re:Which begs the question... by mellon · · Score: 4, Interesting

    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. :']

  5. Re:Which begs the question... by gyratedotorg · · Score: 4, Informative

    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"