WorldIPv6Launch20120606 » Historique » Version 4
Laurent GUERBY, 30/05/2012 11:15
1 | 4 | Laurent GUERBY | {{>toc}} |
---|---|---|---|
2 | 4 | Laurent GUERBY | |
3 | 1 | Laurent GUERBY | h1. WorldIPv6Launch20120606 |
4 | 1 | Laurent GUERBY | |
5 | 1 | Laurent GUERBY | tetaneutral.net is participating in World IPv6 Launch on 6 June 2012 : |
6 | 1 | Laurent GUERBY | |
7 | 1 | Laurent GUERBY | http://www.worldipv6launch.org/ |
8 | 1 | Laurent GUERBY | http://www.worldipv6launch.org/participants/?q=2 |
9 | 1 | Laurent GUERBY | |
10 | 1 | Laurent GUERBY | All tetaneutral.net users get an IPv6 /56 subnet in addition to their IPv4 address. |
11 | 1 | Laurent GUERBY | |
12 | 1 | Laurent GUERBY | To enable IPv6 on your debian machine please edit the configuration file /etc/network/interfaces and add the following: |
13 | 1 | Laurent GUERBY | |
14 | 1 | Laurent GUERBY | <pre> |
15 | 1 | Laurent GUERBY | iface eth0 inet6 static |
16 | 1 | Laurent GUERBY | pre-up echo 0 > /proc/sys/net/ipv6/conf/$IFACE/accept_ra |
17 | 1 | Laurent GUERBY | pre-up echo 0 > /proc/sys/net/ipv6/conf/$IFACE/autoconf |
18 | 1 | Laurent GUERBY | address 2a01:6600:8081:XX00::1 |
19 | 1 | Laurent GUERBY | netmask 56 |
20 | 1 | Laurent GUERBY | gateway fe80::31 |
21 | 1 | Laurent GUERBY | </pre> |
22 | 1 | Laurent GUERBY | |
23 | 1 | Laurent GUERBY | Replacing XX with the number attributed by tetaneutral.net team. |
24 | 1 | Laurent GUERBY | |
25 | 2 | Laurent GUERBY | More information about IPv6 for tetaneutral.net users here: [[IPv6]] including how to tunnel a /64 in another place where your don't have IPv6 and other cool tricks like managing your reverse DNS for IPv6. |
26 | 3 | Matthieu Herrb | |
27 | 3 | Matthieu Herrb | [[NAT64DNS64]] contains information on running an IPv6 only lan with NAT64 and DNS64. |
28 | 4 | Laurent GUERBY | |
29 | 4 | Laurent GUERBY | h2. Liens |
30 | 4 | Laurent GUERBY | |
31 | 4 | Laurent GUERBY | http://www.akamai.com/ipv6 |