howto/IPv6.md
... ...
@@ -0,0 +1,38 @@
1
+_Work in progress_
2
+
3
+## Introduction
4
+
5
+DN42 is a somewhat unique undertaking, and a great way to learn about networking and routing techs.
6
+If you feel like spicing the challenge up a bit, why not get familiar with IPv6 at the same time ?
7
+
8
+There's nothing too different from IPv4, except one major point: it's a separate network space, and therefore you might not be able to reach the IPv4-part of DN42. That is, without NAT64, proxies, etc.. (read more below!) or if you're running dual-stack, both IPv4 and IPv6 at the same time.
9
+
10
+## Getting Started
11
+
12
+If you're already running IPv4 on DN42, here's how to get started:
13
+ * Register an inet6num block on the registry. A /56-size prefix is good, but with the space available in IPv6 space, you can probably go for /48
14
+ * Setup your interfaces to use them
15
+ * Negociate with your v6-capable peers to setup peering sessions to allow your v6 prefixes
16
+ * ???
17
+ * Profit!
18
+
19
+If not, you can follow the instructions on the [Getting Started](GettingStarted) page, as they'll mostly apply to IPv6 aswell.
20
+
21
+## What can i do on DN42-v6 ?
22
+
23
+A fair share of the services are available through IPv6. However some of the well known addresses might not work, so you'll have to find alternative services. For example, as of current, there's no IPv6-anycast for the wiki.dn42 address, so you want to use an IPv6-capable instance directly, such as [Mic92's Instance of the Wiki](as4242420092-de.wiki.dn42).
24
+
25
+Quick list of some native-IPv6-capable services:
26
+ * Some instances of this Wiki, but no anycast yet
27
+ * Anycast [whois.dn42](whois.dn42)
28
+ * DNS, including anycast
29
+ * Media boards, including DN42-Chan
30
+ * torrents.dn42
31
+
32
+What doesn't work (yet?):
33
+ * Search engines, none seems to support IPv6 currently
34
+ * Network Map (it doesn't show v6 AS-PATHs)
35
+ * Pretty much everything from Freifunk and ChaosVPN
36
+ * Any services hosted by Nixnodes or e-utp.dn42
37
+
38
+## Accessing legacy services: NAT64 and DNS64