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:
commit
8fbac96dbf
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue