Removed old registration method

This commit is contained in:
Tristan B. Velloza Kildaire 2022-11-23 17:02:59 +02:00
parent 099312c42b
commit 0215b29769
7 changed files with 6 additions and 28 deletions

View File

@ -1,6 +1,8 @@
CRXN DNS
========
![](dns.jpg)
**CRXN DNS** offers users the ability to map their CRXN IP address to human-readable names to make life easier.
The way DNS is managed on CRXN is via the [RecordDB](http://codeberg.org/CRXN/zones/src/branch/master/all) whereby
you make a pull request to add your entries and it gets approved by one of the network administrators. The time for

BIN
docs/dns/dns.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -16,7 +16,6 @@ and configuration details needed to get connected!
* Zero-tolerance for breaking them
2. [Requirements](requirements.md)
3. Registration
* [Registering a new /48 ULA](registration/register_ula.md)
* [Adding your prefix to EntityDB](registration/entitydb.md)
4. Setting up routing
1. Setting up Bird

4
docs/ntp/ntp.md Normal file
View File

@ -0,0 +1,4 @@
Network Time protocol
=====================
There are also Network Time Protocol or _NTP_ servers available through CRXN.

View File

@ -1,26 +0,0 @@
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:
![](homepage_ungleich.png)
Then go to the "Register random prefix" section:
![](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).
![](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**.
![](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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -8,7 +8,6 @@ nav:
- Rules: rules.md
- Requirements: requirements.md
- Registration:
- Registering a new /48 ULA: registration/register_ula.md
- Adding your prefix to EntityDB: registration/entitydb.md
- Routing:
- Setting up Bird: