Updated navbar
This commit is contained in:
parent
30d8b27b4a
commit
fcef3e847e
|
@ -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)
|
|
@ -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.
|
11
mkdocs.yml
11
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:
|
||||
|
|
Loading…
Reference in New Issue