diff --git a/docs/dns/dns.md b/docs/dns/dns.md index 7d13c98..9926437 100644 --- a/docs/dns/dns.md +++ b/docs/dns/dns.md @@ -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 diff --git a/docs/dns/dns.png b/docs/dns/dns.png new file mode 100644 index 0000000..9c5e367 Binary files /dev/null and b/docs/dns/dns.png differ diff --git a/docs/getting-started.md b/docs/getting-started.md index 97ee46a..45dd6c1 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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 diff --git a/docs/ntp/ntp.md b/docs/ntp/ntp.md new file mode 100644 index 0000000..c788ecd --- /dev/null +++ b/docs/ntp/ntp.md @@ -0,0 +1,4 @@ +Network Time protocol +===================== + +There are also Network Time Protocol or _NTP_ servers available through CRXN. \ No newline at end of file diff --git a/docs/registration/register_ula.md b/docs/registration/register_ula.md deleted file mode 100644 index 0bb3b38..0000000 --- a/docs/registration/register_ula.md +++ /dev/null @@ -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. \ No newline at end of file diff --git a/docs/registration/register_ungleich.png b/docs/registration/register_ungleich.png deleted file mode 100644 index 82ff763..0000000 Binary files a/docs/registration/register_ungleich.png and /dev/null differ diff --git a/mkdocs.yml b/mkdocs.yml index abef34f..f9f7f22 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: