IPv6 » Historique » Version 7
Version 6 (Laurent GUERBY, 20/09/2011 15:15) → Version 7/318 (Jérôme Nicolle, 25/09/2011 21:51)
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).
As tetaneutral.net is a simple flat ethernet network, all machines are on the same broadcast domain. In order to route /56s we must :
- Assign interconexion subnets. Current recommendation However it is not clear how to provide /112s matched to (but outside) of enable routing for the corresponding /56
- Add a local static route for this subnet to h3 and gw (admin required)
end user, any idea?
h3. FAQ
* How to ping the link-local gateway?
Using scoped addresses:
<pre>
ping6 fe80::31%eth0
</pre>
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).
As tetaneutral.net is a simple flat ethernet network, all machines are on the same broadcast domain. In order to route /56s we must :
- Assign interconexion subnets. Current recommendation However it is not clear how to provide /112s matched to (but outside) of enable routing for the corresponding /56
- Add a local static route for this subnet to h3 and gw (admin required)
end user, any idea?
h3. FAQ
* How to ping the link-local gateway?
Using scoped addresses:
<pre>
ping6 fe80::31%eth0
</pre>