Merge pull request 'Mention SLAAC on subnetting' (#54) from mark22k/crxn-docs:subnetting into master

Reviewed-on: https://codeberg.org/CRXN/docs/pulls/54
This commit is contained in:
Marek Küthe 2024-07-27 21:30:50 +00:00
commit 8fbac96dbf
1 changed files with 1 additions and 3 deletions

View File

@ -21,8 +21,6 @@ net.ipv6.conf.all.forwarding=1
## 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.