Projet

Général

Profil

IPv6 » Historique » Version 6

Version 5 (Laurent GUERBY, 20/09/2011 15:05) → Version 6/318 (Laurent GUERBY, 20/09/2011 15:15)

h1. IPv6

Information about IPv6

Issue #35

h2. Links

General

* http://en.wikipedia.org/wiki/ICMPv6
* http://en.wikipedia.org/wiki/Neighbor_Discovery_Protocol
* http://en.wikipedia.org/wiki/Radvd
* http://en.wikipedia.org/wiki/DHCPv6

Linux

* http://madduck.net/docs/ipv6/
* http://tldp.org/HOWTO/Linux+IPv6-HOWTO/

h2. How to enable routing for /56 ?

Currently each IPv4 delivered by tetaneutral.net is matched by a /56 IPv6 (mapping /24 = 256 IPv4 <=> /48 = 256 /56 IPv6).
However it is not clear how to enable routing for the end user, any idea?

h3. FAQ

* How to ping the link-local gateway?

Using scoped addresses:
<pre>
ping6 fe80::31%eth0
</pre>