Getting-started-with-dn42.md
... ...
@@ -91,11 +91,11 @@ If you don't know anybody who can peer with you, ask on IRC or the mailing list.
91 91
92 92
Unless your dn42 peers are on the same network, you must establish tunnels. Choose anything you like: OpenVPN, GRE, GRE + IPSec, IPIP, Tinc, ...
93 93
94
-There is some documentation in this wiki, like [gre-plus-ipsec](gre-plus-ipsec).
94
+There is some documentation in this wiki, like [gre-plus-ipsec](howto/gre-plus-ipsec).
95 95
96 96
## Running a routing daemon
97 97
98
-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) ).
98
+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](howto/bgp-on-extreme-summit5i) ). See the relevant [FAQ entry](Frequently-Asked-Questions#What-BGP-daemon-should-I-use?).
99 99
100 100
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.
101 101
... ...
@@ -103,8 +103,8 @@ Some [documentation of the old wiki] (http://dn42.volcanis.me/initenv/wiki/HowTo
103 103
104 104
* [EdgeOS Configuration](EdgeOS-Config-Example)
105 105
* [EdgeOS GRE/IPsec Example](EdgeOS-GRE-IPsec-Example)
106
-* [BGP on Extreme Networks Summit 5i](bgp-on-extreme-summit5i)
107
-* [dn42 on OpenWRT](dn42-on-OpenWRT)
106
+* [BGP on Extreme Networks Summit 5i](howto/bgp-on-extreme-summit5i)
107
+* [dn42 on OpenWRT](howto/dn42-on-OpenWRT)
108 108
109 109
# Configure DNS
110 110