DNS Servers: Difference between revisions
Add a Monitoring section |
m Add missing links |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
{{License|cc-by-nc-sa}} | {{License|cc-by-nc-sa}} | ||
For my infrastructure I host 2 types of DNS servers. First I have the authoritative DNS Servers for my domains and additionally I got reverse resolvers on the same servers. DNS-A and DNS-B are serving both of those under the same IP/Domain. | For my infrastructure I host 2 types of DNS servers. First I have the authoritative DNS Servers for my domains and additionally I got reverse resolvers on the same servers. DNS-A and DNS-B are serving both of those under the same IP/Domain. | ||
Both Servers are currently hosted on Hetzner using ARM VMs. | |||
== DNS-A == | == DNS-A == | ||
{{Infobox server | {{Infobox server | ||
| Line 16: | Line 18: | ||
| since = 18.09.2025 | | since = 18.09.2025 | ||
| subtitle = Main DNS server and host for docker based software like wg-easy. | | subtitle = Main DNS server and host for docker based software like wg-easy. | ||
}}{{Infobox server | }}DNS-A here is the '''primary server''' of the two. As of today it also is host to some services that didn't work well in the Kubernetes Cluster. They are planned to be moved to the new "[[Main Server]]" which is going to take over the place of the Kubernetes Cluster. | ||
In terms of the DNS Setup it hosts the web access of the Power-DNS setup and does delegate updates to DNS-B as the secondary server. | |||
Additionally it is the server hosting wg-easy and [[munin]]. Wg-easy here is used as a jump host for my home network while traveling. [[Munin]] is used for the primary DNS Monitoring.{{Infobox server | |||
| name = DNS-B | | name = DNS-B | ||
| status = active | | status = active | ||
| Line 32: | Line 38: | ||
== DNS-B == | == DNS-B == | ||
{{Navbox | DNS-B is the '''secondary server''' of the two servers. It's only purpose is serving DNS. Additionally it also provides necessary Munin data which is fetched by DNS-A.{{Navbox | ||
| title = DNS & Name Resolution | | title = DNS & Name Resolution | ||
| group1_label = Servers | | group1_label = Servers | ||