Slashdot Mirror


Slashdot over IPv6

fuzzel writes "Even though Slashdot has run a number of articles about IPv6 (1|2|3) it apparently isn't reachable over IPv6 directly. But for the people that do already have IPv6 they can use http://slashdot.org.sixxs.org and they will be automaticaly gatewayed. This trick works for most sites by simply appending .sixxs.org to the domain part of a url, eg http://www.google.com.sixxs.org, the gateway will the rewrite url's to have it appended automatically so that everything goes over IPv6. Full information is available on http://ipv6gate.sixxs.net. Oh and yes if you don't have IPv6, those domains under sixxs.org won't work :)"

6 of 245 comments (clear)

  1. Re:I'll guess I'll admit it.. by Aussie · · Score: 5, Informative

    try this link

  2. Re:I'll guess I'll admit it.. by Jugalator · · Score: 5, Informative

    There are several other benefits to IPv6 IETF is implementing while they are updating the protocol. They don't wish to do it too often for obvious reasons and will try to get as much useful stuff in the new version while they're at it.

    IPv6...

    - ... will support IPSec intrinsically to provide end-to-end security on protocol level.

    - ... eliminates the need of NAT with special "local" addresses.

    - ... supports QoS features.

    - ... supports multihomed devices and load balancing, since an IPv6 address specifies a network interface, not a computer as in IPv4.

    - ... uses "modularized" headers where only the necessary fields are used. This essentially makes IPv6 more optimized than IPv4. For example, if the payload of a packet is larger than 64KB, IPv6 will attach another field for "jumbo payloads" and set the 16-bit value to 0.

    - ... contains improved multicast support (as an extension header), support for an authentication header (also an optional extension header), and an encryption header (also an optional extension header).

    - ... provides enhancements for DNS.

    - ... provides automatic neighbor discovery which is especially useful for ad hoc networks and wireless devices.

    - ... has a completely rewritten adress autoconfiguration.

    See also:
    IPv6: The Promise, The Problems, The Protocol
    RDC 2373

    --
    Beware: In C++, your friends can see your privates!
  3. Re:I'll guess I'll admit it.. by BigJim.fr · · Score: 5, Informative

    The only solution available to provide Internet access to the hosts on the LAN was to use a private non routable subnet and to masquerade it behind the edge router. NAT also allowed some of these hosts to expose services to the outside world. But this solution has a major drawback : it breaks end to end connectivity and thus complicates the offering of many services that the Internet was meant for. Used like that, NAT is an evil kludge.

    IPv6 provides a way out. There certainly are many other advantages in the use of IPv6, but end to end connectivity for the masses is what could have the deepest impact. Think about is : when every single workstation has a routable IPv6 address, everyone will have the potential to serve. This is is what the Internet was meant to be, and actually was in the early days.

  4. Re:IPv6 - Chicken and egg ? - no! by TheSunborn · · Score: 5, Informative

    This is not true, there are real problems getting ip address from Ripe The result is that where I live we got 500 Computers behind a single nat gateway because we can't get an ip to each use. The result is a lousy network.

  5. US Alternative Tunnel Broker by fv · · Score: 5, Informative
    >Disclaimer: I help run ipng.org.uk, which is a UK tunnel broker,
    >who gives you a /64 ... and delegates full forward and reverse DNS to you

    Great! And for those of us in the States (especially California), Hurricane Electric offers a free tunnel broker with these characteristics that I would recommend.I have been using it for more than 6 months, and find it quite stable. You do lose your /64 if HE can't ping you for 24 hours, but a new one is only a mouse click away. And what kind of geek would leave their computer inaccessible for that long anyway? ;). Initial activation does take a day or so.

    -Fyodor
    Concerned about your network security? Try the free Nmap Security Scanner

  6. Re:'Have' IPv6??? by WWWWolf · · Score: 5, Informative
    What exactly does it take to 'have' IPv6? What stuff neds to be upgraded? Application software? OS? Router? Does your ISP need to 'have' or 'support' it?

    OS and applications. Many operating systems already do support IPv6, as do many applications (Mozilla does, at least, as does many IRC clients because there's distinct benefits.)

    Router/ISP level support is Nice To Have, but there are tunneling servers that enable IPv4 sites to talk IPv6.

    As far as setup woes go, my setup was as easy as 'apt-get install freenet6' =)