add documentation about how one commits DNS zones on ns-intern
Some checks failed
/ Ansible Lint (push) Has been cancelled
Some checks failed
/ Ansible Lint (push) Has been cancelled
This commit is contained in:
parent
1715b4fc88
commit
2c1f95df9a
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
2. On `ns-intern`:
|
||||
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.
|
||||
3. Commit and reload the zone.
|
||||
3. Commit and reload the zone by running `sudo make` while inside `/etc/bind/master`.
|
||||
3. On Chaosknoten:
|
||||
1. Create a new VM, for example by cloning the Debian template 9023.
|
||||
Give it the name `example`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue