update readme

This commit is contained in:
Pim Kunis 2023-03-16 23:40:30 +01:00
parent 95dce43d40
commit e1cf88ad73

View file

@ -1,6 +1,6 @@
# dmz-dns-vm # Hermes
Provisions a VM using libvirt which acts as the DNS server on our DMZ network. Hermes is the VM that runs Dnsmasq for DHCP and DNS in our DMZ.
The VMs on our DMZ might like to contact eachother. The VMs on our DMZ might like to contact eachother.
For example, one VM wants to clone a repository from the git server. For example, one VM wants to clone a repository from the git server.
@ -20,4 +20,4 @@ What is needed from the router:
- Static IPv4 addresses on the DMZ interface (`192.168.30.1/24`). - Static IPv4 addresses on the DMZ interface (`192.168.30.1/24`).
- Static IPv6 addresses on the DMZ interface (`2a02:58:19a:f730::1/64`). - Static IPv6 addresses on the DMZ interface (`2a02:58:19a:f730::1/64`).
- DNS domain override for `geokunis2.nl`, `pizzapim.nl`, `pim.kunis.nl` and `dmz` to `192.18.30.7`. - DNS domain override for `geokunis2.nl`, `pizzapim.nl`, `pim.kunis.nl` and `dmz` to `192.18.30.7`.
- `unmanaged` IPv6 router advertisements on the DMZ interface. - `unmanaged` (SLAAC) IPv6 router advertisements on the DMZ interface.