diff --git a/docs/crxnv6.md b/docs/crxnv6.md index 1c18bbd..b6a1c74 100644 --- a/docs/crxnv6.md +++ b/docs/crxnv6.md @@ -24,22 +24,14 @@ Now what you need to do is to find a `/56` available in the `fd8a:6111:3b1a::/48 You can register a prefix here and find a list of all prefixes [here](https://crxn.chrisnew.de/netbox/ipam/aggregates/8/) and allocate a new one [here](https://crxn.chrisnew.de/netbox/ipam/prefixes/add/). -## Step 4: Add this subnet to your machine +## Step 4: Add this subnet and address to your machine If you recall the `on up` part to your fastd configuration then you can put this code in there if you want. A systemd unit will do as well. -``` -ip route add / proto static dev -``` - -You can make `` the interface the subnet belongs to, for example, `eth0`, if you intend to have your IPs within your subnet accessed from your router over the LAN it is conneted to on `eth0`. - -## Step 5: Add an address - -Set the address for your node with the following: - ``` ip addr add
/ dev ``` -The `` can be anything. +You can make `` the interface the subnet belongs to, for example, `eth0`, if you intend to have your IPs within your subnet accessed from your router over the LAN it is conneted to on `eth0`. + +`ip addr` will also add a local route whne doing so (via ``). Obviously make sure `
` is within your chosen subnet.