Slashdot Mirror


IPv6 Adoption Up 300 Percent Over 2 Years

Mark.J - ISPreview writes "The Number Resource Organization, which is made up of the five Regional Internet Registries, has revealed that the rate of new entrants into the IPv6 routing system has increased by 300% over the past two years. The news is important because IPv4 addresses (e.g. 123.23.56.98), which are assigned to your computer periodically, are running out. IPv6 addressing (e.g. 2ffe:1800:3525:3:200:f8ff:fe21:67cf) was invented as a longer and more secure replacement." IPv6 is still gaining ground slowly, particularly in the US.

2 of 425 comments (clear)

  1. Re:IPV4 addresses are NOT running out by Just+Some+Guy · · Score: 5, Informative

    God, I'm tired of it being repeated that IPV4 addresses are running out. Everybody who's not a journalist should know that it's not true.

    And everyone who's a network admin knows that it is.

    Nat+uPNP is perfectly capable and 100% backwords compatible.

    Great, so I can re-write every application to support a half-assed workaround like NAT. I'd much rather have each host bugging the crap out of the router to forward a specific port, please! than to just get the migration over with and be done with it. If you think that NAT+uPNP is a replacement for IPv6, then you need to find a hobby more suited to your skill level.

    --
    Dewey, what part of this looks like authorities should be involved?
  2. Re:IPV4 addresses are NOT running out by vadim_t · · Score: 5, Informative

    Lots of them.

    Any kind of webserver. Try running two of them on the same IP address.

    Of the above, especially websites using SSL. Can't have more than one per IP address.

    FTP is a horrible pain when NAT is involved.

    Many video conference applications.

    Programs like instant messengers with file transfer.

    BitTorrent and any form of P2P in general.

    IPsec in transport mode

    Many games. Two players trying to play online doesn't work at all with some games, no matter how much you fiddle with NAT.

    Remote desktop. When troubleshooting, I can't just ask the person I'm helping to install VNC, because then I'd have to explain to them how open the port.

    I'm sure the list can get a good deal longer, but this seems enough.