diff --git a/docs/routing/bird/bird_babel.md b/docs/routing/bird/bird_babel.md deleted file mode 100644 index 60efc18..0000000 --- a/docs/routing/bird/bird_babel.md +++ /dev/null @@ -1,7 +0,0 @@ -Bird Babel configuration -======================== - -Two configurations: - -1. [Bird 1.6](protocols/babel/bird1.6_babel.md) -1. [Bird 2](protocols/babel/bird2_babel.md) \ No newline at end of file diff --git a/docs/routing/bird/bird_basics.md b/docs/routing/bird/forwarding.md similarity index 81% rename from docs/routing/bird/bird_basics.md rename to docs/routing/bird/forwarding.md index 7a5273e..c5f6947 100644 --- a/docs/routing/bird/bird_basics.md +++ b/docs/routing/bird/forwarding.md @@ -1,12 +1,7 @@ -Basics -====== +IPv6 forwarding +=============== -## Installing bird - -Installation of bird is relatively simple, your distro should have a `bird` package. - -Versions 1.6 and 2.0 will both work, there are slight differences in the configuration -however but those will be shown in the configuration section that follows. +TODO: Move this to another page ## Enabling forwarding @@ -36,6 +31,8 @@ TODO: Weird experience with me, only doing `all` made it work ## Assigning the /64 +TODO: Do something with this later + Normally people will assign a `/64` out of their `/48`. Assign this to the interface of the LAN you want your router on. A good IP choice for the router would be either `xxxx::1` or `xxxx::` so people can easily guess what to ping to test reachability to your network. diff --git a/mkdocs.yml b/mkdocs.yml index c10eaf9..b05e7eb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,14 +11,9 @@ nav: - Registering and adding your prefix to EntityDB: registration/entitydb.md - Network configuration: network/setup.md - Routing: - - Setting up Bird: - - Bird basics: routing/bird/bird_basics.md - - Bird configuration: - - Bird 1.6: routing/bird/bird1.6.md - - Bird 2: routing/bird/bird2.md - - Protocols: - - Babel: routing/bird/bird_babel.md - - OSPFv3: routing/bird/bird_ospfv3.md + - IPV6 Forwarding: routing/bird/forwarding.md + - Setting up Bird: routing/bird/bird.md + - Bird configuration: - Tunneling: - Fastd: tunneling/fastd.md - Setting up your home network: