Mention SLAAC on subnetting

Party closes https://codeberg.org/CRXN/docs/issues/11
This commit is contained in:
Marek Küthe 2024-07-27 16:14:34 +00:00
parent 743a0277d1
commit 5477f4f4cd
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 1 additions and 3 deletions

View File

@ -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.