diff --git a/docs/getting-started.md b/docs/getting-started.md index dc0219d..6b3d160 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -18,6 +18,7 @@ and configuration details needed to get connected! 2. [Requirements](requirements.md) * TODO: Hardware, software, network connections 3. Assigning subnet + * [Registering a new /48 ULA](register_ula.md) * TODO: IPs etc * TODO: RPKI? 4. [Setting up routing](routing.md) diff --git a/docs/img/prefix_registration/generated_prefix.png b/docs/img/prefix_registration/generated_prefix.png new file mode 100644 index 0000000..9c1751a Binary files /dev/null and b/docs/img/prefix_registration/generated_prefix.png differ diff --git a/docs/img/prefix_registration/homepage_ungleich.png b/docs/img/prefix_registration/homepage_ungleich.png new file mode 100644 index 0000000..f335a85 Binary files /dev/null and b/docs/img/prefix_registration/homepage_ungleich.png differ diff --git a/docs/img/prefix_registration/prefix_page_ungleich.png b/docs/img/prefix_registration/prefix_page_ungleich.png new file mode 100644 index 0000000..a31c778 Binary files /dev/null and b/docs/img/prefix_registration/prefix_page_ungleich.png differ diff --git a/docs/img/prefix_registration/register_ungleich.png b/docs/img/prefix_registration/register_ungleich.png new file mode 100644 index 0000000..82ff763 Binary files /dev/null and b/docs/img/prefix_registration/register_ungleich.png differ diff --git a/docs/register_ula.md b/docs/register_ula.md new file mode 100644 index 0000000..f8b9b29 --- /dev/null +++ b/docs/register_ula.md @@ -0,0 +1,32 @@ +Registering a subnet +==================== + +Before we get started with configuring any sort of routing you first need to get yourself a network allocated to yourself. + +## Generating a /48 ULA + +We highly recommend you register a new `/48` ULA on the [Ungleich ULA registry](https://ula.ungleich.ch/) - this way we can ensure that the ULA is stored in a global database to prevent clashes (even though the probability is low). + +Firstly register a new account with them and you should see the homepage as follows then: + +![](/img/prefix_registration/homepage_ungleich.png) + +Then go to the "Register random prefix" section: + +![](/img/prefix_registration/register_ungleich.png) + +On this page fill in the fields, for the `URL` field put `http://deavmi.assigned.network/projects/crxn`. As for the `Organization` set that to `CRXN` and then for the `Network` section set that to be whatever you want to name your network (remember this as we will need it later). + +![](/img/prefix_registration/prefix_page_ungleich.png) + +After filling this in then hit submit and you should see a blue pop up with your allocation, save this, this is **very important**. + +![](/img/prefix_registration/generated_prefix.png) + +Now you have successfully allocated yourself a /48 ULA on Ungliech, `fd40:ec65:5b4c::/48`, next we will register it on the CRXN registry. + +## Registering your prefix on CRXN registry + +Now you will need to register your prefix, i.e. `fd40:ec65:5b4c::/48`, on our [Netbox instance](http://crxn.chrisnew.de/netbox) but you will need to get an account there. What I can recommend is you drop an email to `deavmi@redxen.eu` with your prefix and I can register it for you **or** create an account for you (this way you can register more without having to wait on me and also sub-allocations within your prefix). + +Once this is done then we will be ready to start setting up routing! \ No newline at end of file