5ce3283ce4739a1da5297a6ff5d9fc4ec4214cd1
howto/Getting-started.md
... | ... | @@ -50,7 +50,9 @@ Create a `person` object for **yourself** (not your organisation/hackerspace/wha |
50 | 50 | If you intend to register resources for an organisation (e.g. your hackerspace), you must also create an `organisation` object for your organisation: |
51 | 51 | |
52 | 52 | - `organisation` is of the form `<ORG-FOO>`. |
53 | -- email should be a contact address for your organisation, or maybe a mailing list (but people should be able to send email without subscribing). |
|
53 | +- `org-name` should be the name of your organisation. |
|
54 | +- `e-mail` should be a contact address for your organisation, or maybe a mailing list (but people should be able to send email without subscribing). |
|
55 | +- `admin-c`, `tech-c`, and `abuse-c` may point to `person` objects responsible for the respective role in your organisation. |
|
54 | 56 | - you may provide a website (`www` field). |
55 | 57 | - don't forget to set `mnt-by` to `<FOO>-MNT`, since you're managing this object on behalf of your organisation. |
56 | 58 | |
... | ... | @@ -59,14 +61,14 @@ If you intend to register resources for an organisation (e.g. your hackerspace), |
59 | 61 | From now on, you should use: |
60 | 62 | |
61 | 63 | - `admin-c: <FOO>-DN42` and `tech-c: <FOO>-DN42` for your own resources. |
62 | -- `admin-c: <ORG-FOO>` and `tech-c: <FOO>-DN42` for the resources of your organisation. |
|
64 | +- `admin-c: <FOO>-DN42`, `tech-c: <FOO>-DN42` and `org: <ORG-FOO>` for the resources of your organisation. |
|
63 | 65 | - `mnt-by: <FOO>-MNT` for all objects, so that you can edit them later. |
64 | 66 | |
65 | 67 | This applies to AS numbers, network prefixes, routes, DNS records... |
66 | 68 | |
67 | 69 | ### Register an AS number |
68 | 70 | |
69 | -To register an AS number, simply create an `autnum` object. |
|
71 | +To register an AS number, simply create an `aut-num` object. `as-name` should be a name for your AS. |
|
70 | 72 | |
71 | 73 | Your AS number can be chosen arbitrarily in the dn42 ASN space, look at the `as-block` objects. The historic ASN space is around 64600-64855 and 76100-76200. Starting from June 2014, **you must allocate your AS number in the new 4242420000-4242423999 range**. |
72 | 74 | |
... | ... | @@ -109,6 +111,7 @@ If you want to register an [IPv6 prefix](/FAQ#frequently-asked-questions_what-ab |
109 | 111 | |
110 | 112 | example: inet6num/fd42:4992:6a6d::_48 |
111 | 113 | ``` |
114 | +cidr: fd42:4992:6a6d::/48 |
|
112 | 115 | inet6num: fd42:4992:6a6d:0000:0000:0000:0000:0000 - fd42:4992:6a6d:ffff:ffff:ffff:ffff:ffff |
113 | 116 | netname: EVE-NETWORK |
114 | 117 | descr: Network of eve |
... | ... | @@ -123,6 +126,7 @@ status: ASSIGNED |
123 | 126 | |
124 | 127 | example: inetnum/172.23.75.0_24 |
125 | 128 | ``` |
129 | +cidr: 172.23.75.0/24 |
|
126 | 130 | inetnum: 172.23.75.0 - 172.23.75.255 |
127 | 131 | netname: EVE-NETWORK |
128 | 132 | admin-c: MIC92-DN42 |