Added steps on assigning interface address/prefix

This commit is contained in:
Tristan B. Velloza Kildaire 2021-06-03 13:29:49 +02:00
parent 73a98233a0
commit 4ff99ecbfe
1 changed files with 8 additions and 1 deletions

View File

@ -32,4 +32,11 @@ these statements), it should look like this:
sys.net.ipv6.conf.all.forwarding=1
```
TODO: Weird experience with me, only doing `all` made it work
TODO: Weird experience with me, only doing `all` made it work
## Assigning the /64
Normally people will assign the a `/64` out of their `/48`. Assign this to the interface of the LAN you want your router on.
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.