Added steps on assigning interface address/prefix
This commit is contained in:
parent
73a98233a0
commit
4ff99ecbfe
|
@ -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.
|
Loading…
Reference in New Issue