From 5477f4f4cd02249b5a3bc56cd96ee2d0ddfe2c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Sat, 27 Jul 2024 16:14:34 +0000 Subject: [PATCH] Mention SLAAC on subnetting Party closes https://codeberg.org/CRXN/docs/issues/11 --- docs/routing/forwarding.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/routing/forwarding.md b/docs/routing/forwarding.md index 3539bd3..79f759f 100644 --- a/docs/routing/forwarding.md +++ b/docs/routing/forwarding.md @@ -21,8 +21,6 @@ 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. +SLAAC, which uses a `/64` network, is often used to configure IPv6 addresses automatically. Therefore, people normally assign a `/64` from their `/48`. 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.