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

4 of 67 comments (clear)

  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: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"
  3. 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.

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