From c171d9eb63501366abc2a3c589618732018d6ce0 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 19 Feb 2021 15:52:14 +0200 Subject: [PATCH] Update crxnv6.md --- docs/crxnv6.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/crxnv6.md b/docs/crxnv6.md index af03d65..25ab453 100644 --- a/docs/crxnv6.md +++ b/docs/crxnv6.md @@ -8,3 +8,12 @@ Getting IPv6 working on your router is actually easier than IPv4. This is becaus Enable IPv6 on the interfaces you intend to run `babeld` on. I have no idea how to do this, but by default it is enabled, atleast on Raspbian. **TODO:** Can someone figure out + +## Step 2 + +As with the previous tutorial on peering all you need to do is to have an interface line declared in your `/etc/babeld.conf`, nothing really changes just because you are doing IPv6. You will need to make sure you redistribute the following, so add this to your configuration: + +``` +# Redistribute all CRXN (IPv6 - fd8a:6111:3b1a::/48) +redistribute ip fd8a:6111:3b1a::/48 ge 48 +```