add documentation about how one commits DNS zones on ns-intern
Some checks failed
/ Ansible Lint (push) Has been cancelled

This commit is contained in:
lilly 2026-04-23 22:36:45 +02:00
commit 2c1f95df9a
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -7,8 +7,9 @@ Let's assume that you want to add a new web service `example.hamburg.ccc.de` whi
1. Allocate a fresh [IPv6 in Netbox in the 2a00:14b0:42:102::/64 net](https://netbox.hamburg.ccc.de/ipam/prefixes/47/ip-addresses/). This will be the management address for the VM. 1. Allocate a fresh [IPv6 in Netbox in the 2a00:14b0:42:102::/64 net](https://netbox.hamburg.ccc.de/ipam/prefixes/47/ip-addresses/). This will be the management address for the VM.
2. On `ns-intern`: 2. On `ns-intern`:
1. Add an entry `example.hosts.hamburg.ccc.de` as an AAAA pointing to the allocated IP. 1. Add an entry `example.hosts.hamburg.ccc.de` as an AAAA pointing to the allocated IP.
To do this, edit the zonefile in `/etc/bind/master/hamburg.ccc.de.zone`.
2. Add an entry `example.hamburg.ccc.de` as a CNAME for `public-reverse-proxy` to the same zone. 2. Add an entry `example.hamburg.ccc.de` as a CNAME for `public-reverse-proxy` to the same zone.
3. Commit and reload the zone. 3. Commit and reload the zone by running `sudo make` while inside `/etc/bind/master`.
3. On Chaosknoten: 3. On Chaosknoten:
1. Create a new VM, for example by cloning the Debian template 9023. 1. Create a new VM, for example by cloning the Debian template 9023.
Give it the name `example`. Give it the name `example`.