Slashdot Mirror


Linux Foundation Says All Major Distros Are IPv6 Compliant

ruphus13 points out news from the Linux Foundation, which announced that all major Linux distributions meet certification requirements for the US Department of Defense's IPv6 mandates. The announcement credits work done by the IPv6 Workgroup, whose members include IBM, HP, Nokia-Siemens, Novell and Red Hat. Quoting: "Linux has had relatively robust IPv6 support since 2005, but further work was needed for the open source platform to achieve full compliance with DoD standards. The Linux Foundation's IPv6 workgroup analyzed the DoD certification requirements and identified key areas where Linux's IPv6 stack needed adjustments in order to guarantee compliance. They collaboratively filled in the gaps and have succeeded in bringing the shared technology into alignment with the DoD's standards."

3 of 241 comments (clear)

  1. Re:Catching up on the competition by UnknowingFool · · Score: 5, Informative

    Well Apple and MS has had some IPv6 support for a while but they are shades to the amount of support. I believe that IPv6 has been available in Linux before MS or Apple (since 1996). However it was deemed "experimental" until 2005 even though it worked well enough for most people and distros. MS has had limited IPv6 starting with Win2K and has had some IPv6 support with XP in 2002. As for DoD compliance, only Vista with SP1 is partially compliant and OS X does not to appear to have been tested.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  2. Re:Catching up on the competition by TheRaven64 · · Score: 5, Informative

    Apple didn't spend much at all. They use the KAME stack, which was developed by a consortium of Japanese companies for BSD-family systems. It was started in 1998 and achieved full compliance in 2006. Apple just pulled in the code and merged it. Since it already ran on BSD/OS, FreeBSD, NetBSD, OpenBSD and DragonflyBSD, this was not a huge undertaking.

    --
    I am TheRaven on Soylent News
  3. Re:Embedded Linux does ipv6 too by ArbitraryConstant · · Score: 4, Informative

    > What happens if NAT is used all over the place? You could imagine a bunch of
    > subnets that use one address to the outside world but have hundreds or
    > thousands of machines internally.

    It *is* used all over the place. It's even used on an ISP-wide scale (expect that to become more common in the west). NAT delayed IP address exhaustion for a few years, a few years ago. The current rate of IP usage is what's happening *with* widespread use of NAT.

    > There's a lot to be said for NAT from a security point of view too. Since you
    > need to open up holes manually for incoming services, incoming connections
    > for anything else will be blocked which makes it impossible for people to
    > exploit most security flaws on the machines behind the router.

    You can get all of that from a stateful firewall that blocks inbound connections by default.

    > Reading between the lines it seems like IPv6 was a revolutionary solution to
    > running out of address space. NAT was an evolutionary one. As usual the
    > market has picked the evolutionary solution and more purist types are whining
    > about it.

    NAT isn't a solution at all, it's a way to delay the inevitable. It has successfully done that, into approximately 2011-2012. What it doesn't do is change the fundamental problem, it's not possible to use it *enough* to hold off exhaustion indefinitely.

    Breaking end-to-end connectivity isn't the primary concern. This has already largely happened with NAT, and will continue to happen to a certain extent with IPv6 because we'll be using stateful firewalls. We can deal with this for most home users.

    The problem is that NAT still consumes IPs, and other hosts like servers really do need to be reachable. The market prefers NAT now because exhaustion hasn't happened yet, and as the last few months have demonstrated, the market is remarkably good at ignoring problems for as long as possible.

    Purist types *are* whining about it. But pragmatic types like me are also concerned that people like you seem to think NAT is something we can use later as a solution, when we've already been using it for years as a way to buy time.

    --
    I rarely criticize things I don't care about.