FAQ.md
... ...
@@ -2,35 +2,47 @@
2 2
3 3
[[_TOC_]]
4 4
5
+
5 6
### How do I connect to DN42 ?
6 7
7 8
We have a [page](/howto/Getting-started) for that !
8 9
10
+
9 11
### What BGP daemon should I use?
10 12
11 13
This is really up to you: that's the magic of open protocols.
12 14
13 15
Many users run Bird or FRRouting in a VPS, but there is a variety of BGP implementations in use across the network and some networks even run hardware routers or experimental software. DN42 is a great place to try out and get familiar with your implementation of choice in a live network.
14 16
17
+
15 18
### Can I connect to DN42 from home through my ISP ?
16 19
17 20
Sure. As long as you have a 24/7 connection, can configure VPN tunnels and run BGP then you can connect to DN42. Do let your peers know if you have a dynamic IP address and you may also want to consider preventing transit traffic through your network if you have a relatively slow connection.
18 21
19 22
Many users do use a virtual private server (VPS) for connecting to DN42. A VPS is a relatively cheap option that is always on and which (typically) provides a faster, more stable connection than your home. VPS have another advantage that if you mess something up, you won't break your home access to the internet.
20 23
24
+
21 25
### Does the registry use monotone or git ?
22 26
23 27
The DN42 registry used to be maintained in monotone, but was moved to git following resource and performance
24 28
issues. There may still be references back to monotone in some of the documentation, but the registry location is now:
25 29
26
-https://git.dn42.us/dn42/registry
30
+https://git.dn42.us/dn42/registry (https://git.dn42/dn42/registry)
31
+
32
+
33
+### Can I reuse my public AS number/IPv4/IPv6?
34
+
35
+AS number: Yes, see AS206633/AS205532 for example
36
+
37
+IP: Probably no. Globally routable IPs are not supported in DN42; whilst in theory they could be announced, there are filters in place used by almost all networks which prevent that, and some networks will filter traffic to the private DN42 range only to enhance security. It's literally impossible to convince the whole of dn42 to lift those filters.
38
+
39
+If you'd like to explore dn42 without too many changes to your network, you could announce both IPv6 GUA and ULA addresses to your network. IPv6 has a specified source address selection process which means that a host will always use an ULA address to talk to ULA destinations and a GUA address to talk to GUA destination.
27 40
28 41
29 42
### What about IPv6 in dn42?
30 43
31
-DN42 supports IPv6 and some users do run IPv6 only networks. DN42 uses the "Unique Local Address" range (ULA, *fd00::/8*) defined by [RFC 4193](https://tools.ietf.org/html/rfc4193).
44
+DN42 supports IPv6 and some users do run IPv6 only networks. DN42 uses the "Unique Local Address" range (ULA, *fd00::/8*) defined by [RFC 4193](https://tools.ietf.org/html/rfc4193).
32 45
33
-Globally routable IPv6 prefixes are not supported in DN42; whilst in theory they could be announced, most networks will reject the prefixes and some networks will filter traffic to the ULA range only.
34 46
35 47
### Why are you using ASN in the 76100-76199 range?
36 48
... ...
@@ -42,6 +54,7 @@ We used to assign ASN in the 64600-64855 range, where you would get ASN 64600+X
42 54
43 55
Prior to using ASNs in the new private ASN range 4200000000-4294967294 ([RFC6996](http://tools.ietf.org/html/rfc6996)) Some ASNs were allocated from the [ASN reserved block](http://www.iana.org/assignments/as-numbers/as-numbers.xhtml) in the 76100-76199 range.
44 56
57
+
45 58
### Can I update the wiki?
46 59
47 60
Yes, the wiki can be edited when browsing to [wiki.dn42](https://wiki.dn42).
... ...
\ No newline at end of file