d4ba679fb307c72f6adea95319874ef61411ae44
howto/Getting-started.md
... | ... | @@ -31,10 +31,8 @@ All objects are simple text files in the specific subfolders. |
31 | 31 | |
32 | 32 | Create a `mntner` object in `data/mntner/` named `<FOO>-MNT`. It will be used to edit all the objects that are under your responsibility. |
33 | 33 | |
34 | -<!-- - choose a password, and don't forget it. **Note:** even though the field is named `sha512-pw`, you must enter *your password* directly, *not* the sha512 of your password. |
|
35 | -- use `DUMMY-DN42` as `admin-c` and `tech-c`. We will update this later. --> |
|
36 | 34 | - use `<FOO>-MNT` as `mnt-by`, otherwise, you won't be able to edit your maintainer object. |
37 | -- optionally add a PGP Fingerprint `auth: pgp-fingerprint <pgp-fingerprint>` |
|
35 | +- recommended: add a PGP Fingerprint `auth: pgp-fingerprint <pgp-fingerprint>` or SSH key `auth: ssh-{rsa,ed25519} <key>` to prevent unauthenticated changes. |
|
38 | 36 | |
39 | 37 | Example: data/mntner/EXAMPLE-MNT |
40 | 38 | ``` |
... | ... | @@ -122,7 +120,7 @@ source: DN42 |
122 | 120 | |
123 | 121 | #### IPv6 |
124 | 122 | |
125 | -To register an [IPv6 prefix](/FAQ#frequently-asked-questions_what-about-ipv6-in-dn42), you can create an `inet6num` object. A single /48 allocation in [ULA space](https://www.sixxs.net/tools/grh/ula/) will likely provide more than enough room for all devices you will ever connect. Some people use “vanity” prefixes like fd42:_xyz_::/48 instead of the fully standard-conformant pseudorandom ones. |
|
123 | +To register an [IPv6 prefix](/FAQ#frequently-asked-questions_what-about-ipv6-in-dn42), you can create an `inet6num` object. A single /48 allocation in [ULA space](https://www.sixxs.net/tools/grh/ula/) will likely provide more than enough room for all devices you will ever connect. Some people use “vanity” prefixes like fd42:_xyz_::/48 instead of the fully standard-conformant pseudorandom ones but that is strongly discouraged. dn42 is interconnected with other networks like icvpn which use the same range so a registration in the dn42 registry can't prevent conflicts. |
|
126 | 124 | |
127 | 125 | [Unique Local IPv6 Generator](http://unique-local-ipv6.com/) |
128 | 126 | |
... | ... | @@ -136,8 +134,6 @@ country: DE |
136 | 134 | admin-c: MIC92-DN42 |
137 | 135 | tech-c: MIC92-DN42 |
138 | 136 | mnt-by: MIC92-MNT |
139 | -nserver: ns1.evenet.dn42 |
|
140 | -nserver: ns2.evenet.dn42 |
|
141 | 137 | status: ASSIGNED |
142 | 138 | source: DN42 |
143 | 139 | ``` |
... | ... | @@ -177,8 +173,6 @@ netname: EVE-NETWORK |
177 | 173 | admin-c: MIC92-DN42 |
178 | 174 | tech-c: MIC92-DN42 |
179 | 175 | mnt-by: MIC92-MNT |
180 | -nserver: ns1.evenet.dn42 |
|
181 | -nserver: ns2.evenet.dn42 |
|
182 | 176 | status: ASSIGNED |
183 | 177 | source: DN42 |
184 | 178 | ``` |