1
0
mirror of http://deavmi.assigned.network/git/CRXN/docs synced 2025-02-16 12:56:54 +00:00

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

View File

@ -33,3 +33,10 @@ sys.net.ipv6.conf.all.forwarding=1
```
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.