d37f9233e87ac8b9436e128821d21985aa2ae202
services/dns/Configuration.md
| ... | ... | @@ -32,6 +32,10 @@ zone "20.172.in-addr.arpa" { |
| 32 | 32 | type forward; |
| 33 | 33 | forwarders { 172.20.0.53; fd42:d42:d42:54::1; }; |
| 34 | 34 | }; |
| 35 | +zone "21.172.in-addr.arpa" { |
|
| 36 | + type forward; |
|
| 37 | + forwarders { 172.20.0.53; fd42:d42:d42:54::1; }; |
|
| 38 | +}; |
|
| 35 | 39 | zone "22.172.in-addr.arpa" { |
| 36 | 40 | type forward; |
| 37 | 41 | forwarders { 172.20.0.53; fd42:d42:d42:54::1; }; |
| ... | ... | @@ -94,6 +98,7 @@ Put this in your mararc: |
| 94 | 98 | ipv4_alias["dn42_root"] = "172.20.0.53" |
| 95 | 99 | root_servers["dn42."] = "dn42_root" |
| 96 | 100 | root_servers["20.172.in-addr.arpa."] = "dn42_root" |
| 101 | +root_servers["21.172.in-addr.arpa."] = "dn42_root" |
|
| 97 | 102 | root_servers["22.172.in-addr.arpa."] = "dn42_root" |
| 98 | 103 | root_servers["23.172.in-addr.arpa."] = "dn42_root" |
| 99 | 104 | ``` |
| ... | ... | @@ -173,6 +178,12 @@ system { |
| 173 | 178 | fd42:d42:d42:54::1; |
| 174 | 179 | } |
| 175 | 180 | } |
| 181 | + default-domain 21.172.in-addr.arpa { |
|
| 182 | + forwarders { |
|
| 183 | + 172.20.0.53; |
|
| 184 | + fd42:d42:d42:54::1; |
|
| 185 | + } |
|
| 186 | + } |
|
| 176 | 187 | default-domain 22.172.in-addr.arpa { |
| 177 | 188 | forwarders { |
| 178 | 189 | 172.20.0.53; |
| ... | ... | @@ -192,4 +203,4 @@ system { |
| 192 | 203 | ``` |
| 193 | 204 | |
| 194 | 205 | ## MS DNS |
| 195 | -Add a "Conditional Forward" (de: "Bedingte Weiterleitung") for each of "dn42", "20.172.in-addr.arpa", "22.172.in-addr.arpa", "23.172.in-addr.arpa" using 172.20.0.53 as forwarder. Ignore the error message that the server is not authoritative. |
|
| ... | ... | \ No newline at end of file |
| 0 | +Add a "Conditional Forward" (de: "Bedingte Weiterleitung") for each of "dn42", "20.172.in-addr.arpa", "21.172.in-addr.arpa", "22.172.in-addr.arpa", "23.172.in-addr.arpa" using 172.20.0.53 as forwarder. Ignore the error message that the server is not authoritative. |
|
| ... | ... | \ No newline at end of file |