IPv6 » Historique » Version 7
Jérôme Nicolle, 25/09/2011 21:51
1 | 1 | Laurent GUERBY | h1. IPv6 |
---|---|---|---|
2 | 1 | Laurent GUERBY | |
3 | 1 | Laurent GUERBY | Information about IPv6 |
4 | 1 | Laurent GUERBY | |
5 | 1 | Laurent GUERBY | Issue #35 |
6 | 1 | Laurent GUERBY | |
7 | 2 | Laurent GUERBY | h2. Links |
8 | 2 | Laurent GUERBY | |
9 | 5 | Laurent GUERBY | General |
10 | 5 | Laurent GUERBY | |
11 | 2 | Laurent GUERBY | * http://en.wikipedia.org/wiki/ICMPv6 |
12 | 3 | Laurent GUERBY | * http://en.wikipedia.org/wiki/Neighbor_Discovery_Protocol |
13 | 4 | Laurent GUERBY | * http://en.wikipedia.org/wiki/Radvd |
14 | 4 | Laurent GUERBY | * http://en.wikipedia.org/wiki/DHCPv6 |
15 | 5 | Laurent GUERBY | |
16 | 5 | Laurent GUERBY | Linux |
17 | 5 | Laurent GUERBY | |
18 | 5 | Laurent GUERBY | * http://madduck.net/docs/ipv6/ |
19 | 5 | Laurent GUERBY | * http://tldp.org/HOWTO/Linux+IPv6-HOWTO/ |
20 | 2 | Laurent GUERBY | |
21 | 1 | Laurent GUERBY | h2. How to enable routing for /56 ? |
22 | 1 | Laurent GUERBY | |
23 | 1 | Laurent GUERBY | Currently each IPv4 delivered by tetaneutral.net is matched by a /56 IPv6 (mapping /24 = 256 IPv4 <=> /48 = 256 /56 IPv6). |
24 | 7 | Jérôme Nicolle | |
25 | 7 | Jérôme Nicolle | As tetaneutral.net is a simple flat ethernet network, all machines are on the same broadcast domain. In order to route /56s we must : |
26 | 7 | Jérôme Nicolle | - Assign interconexion subnets. Current recommendation is to provide /112s matched to (but outside) of the corresponding /56 |
27 | 7 | Jérôme Nicolle | - Add a local static route for this subnet to h3 and gw (admin required) |
28 | 7 | Jérôme Nicolle | |
29 | 6 | Laurent GUERBY | |
30 | 6 | Laurent GUERBY | h3. FAQ |
31 | 6 | Laurent GUERBY | |
32 | 6 | Laurent GUERBY | * How to ping the link-local gateway? |
33 | 6 | Laurent GUERBY | |
34 | 6 | Laurent GUERBY | Using scoped addresses: |
35 | 6 | Laurent GUERBY | <pre> |
36 | 6 | Laurent GUERBY | ping6 fe80::31%eth0 |
37 | 6 | Laurent GUERBY | </pre> |