99413a3fef9fb585540a53ceafa4ee78402e9b80
Getting-started-with-dn42.md
| ... | ... | @@ -64,7 +64,9 @@ This applies to AS numbers, network prefixes, routes, DNS records... |
| 64 | 64 | |
| 65 | 65 | To register an AS number, simply create an `autnum` object. |
| 66 | 66 | |
| 67 | -Your AS number can be chosen arbitrarily in the dn42 ASN space, look at the `as-block` objects. The historic ASN space is around 64600-64855, and there is also a new range 76100-76200. In the future, a new range might be allocated in the range 4000000000-4294967295 (new 32-bit private ASN range). |
|
| 67 | +Your AS number can be chosen arbitrarily in the dn42 ASN space, look at the `as-block` objects. The historic ASN space is around 64600-64855, and there is also a new range 76100-76200. In the future, a new range might be allocated in the range 4000000000-4294967295 (new 32-bit private ASN range). |
|
| 68 | + |
|
| 69 | +Before you register an ASN, please check also your desired number at the wikipage of [Freifunk AS-Numbers] (http://wiki.freifunk.net/AS-Nummern) and at [this] (http://nixnodes.net/dn42/graph/) graph, because several ASNs are not registered at the dn42-registry. |
|
| 68 | 70 | |
| 69 | 71 | If unsure, ask on the mailing list or IRC. |
| 70 | 72 | |
| ... | ... | @@ -87,26 +89,26 @@ If you don't know anybody who can peer with you, ask on IRC or the mailing list. |
| 87 | 89 | |
| 88 | 90 | Unless your dn42 peers are on the same network, you must establish tunnels. Choose anything you like: OpenVPN, GRE, GRE + IPSec, IPIP, Tinc, ... |
| 89 | 91 | |
| 90 | -There is some documentation in this wiki, like [[gre-plus-ipsec]]. |
|
| 92 | +There is some documentation in this wiki, like [gre-plus-ipsec](gre-plus-ipsec). |
|
| 91 | 93 | |
| 92 | 94 | ## Running a routing daemon |
| 93 | 95 | |
| 94 | -You need a routing daemon to speak BGP with your peers. People usually run Quagga or Bird, but you may use anything (OpenBGPD, XORP, somebody even used an old [[hardware router|bgp-on-extreme-summit5i]]). |
|
| 96 | +You need a routing daemon to speak BGP with your peers. People usually run Quagga or Bird, but you may use anything (OpenBGPD, XORP, somebody even used an old [hardware router](bgp-on-extreme-summit5i) ). |
|
| 95 | 97 | |
| 96 | -Some [[documentation of the old wiki|http://dn42.volcanis.me/initenv/wiki/HowToPeer.html]] might still be handy, but remember that everything there is terribly outdated. |
|
| 98 | +Some [documentation of the old wiki] (http://dn42.volcanis.me/initenv/wiki/HowToPeer.html) might still be handy, but remember that everything there is terribly outdated. |
|
| 97 | 99 | |
| 98 | 100 | ## Configuration Examples |
| 99 | 101 | |
| 100 | -* [[EdgeOS Configuration|EdgeOS-Config-Example]] |
|
| 101 | -* [[BGP on Extreme Networks Summit 5i|bgp-on-extreme-summit5i]] |
|
| 102 | -* [[dn42 on OpenWRT]] |
|
| 102 | +* [EdgeOS Configuration](EdgeOS-Config-Example) |
|
| 103 | +* [BGP on Extreme Networks Summit 5i](bgp-on-extreme-summit5i) |
|
| 104 | +* [dn42 on OpenWRT](dn42-on-OpenWRT) |
|
| 103 | 105 | |
| 104 | 106 | # Configure DNS |
| 105 | 107 | |
| 106 | -See [[Services DNS]]. |
|
| 108 | +See [Services DNS](Services-DNS). |
|
| 107 | 109 | |
| 108 | 110 | # Use and provide services |
| 109 | 111 | |
| 110 | -See [[internal]] for internal services. |
|
| 112 | +See [internal](internal) for internal services. |
|
| 111 | 113 | |
| 112 | 114 | Don't hesitate to provide interesting services, but *please*, document them on the wiki! Otherwise, nobody will use them because nobody can guess they even exist. |
| ... | ... | \ No newline at end of file |