ich versuche hier zeit einiger Zeit Reverse-Zonen für IPv6 Netze in den UCD-DNS zu bringen. Alles was ich bis jetzt versucht habe führt immer zu einem NXDOMAIN. Wie genau lege ich IPv6 Reverse-Zonen und PTR-Records darin an? Wie immer habe ich in der Doku nichts dazu gefunden, was nicht heissen soll dass es da nicht steht …
Wenn man mal herausgefunden hat, dass bei der Anlage der Zone alles mit führenden Nullen auf 4 stellen aufgefüllt werden muss aber Null-Felder am Ende weggelassen werden müssen geht es dann auch.
Habe ich dann via “dig” und den Vergleich von Authority-Sections mit laufenden manuellen Bind-Configs herausgefunden. Man kann sich das auch erschliessen, wenn man sich einen “zone”-Eintrag in einer Bind-Config anschaut.
Im UCS wird automatisch eine Reverse-Zone nach obigen Beispiel erstellt, wenn eine feste IPV6-Adresse für eth0 per System -> Netzwerk vergeben wird.
Danach können jedoch keine A-Records in allen Zonen mehr gesetzt werden und die Reverse-Zone auch nicht aufgelöst werden. Hier muss Univention das skript zum Setzen der Revers-Zone anpassen.
The handling of reverse zones has been improved in UCS-4.2: UMC should give better help an what to enter:
Subnet: A subnet for reverse lookup consists of the first 1-3 octets of an IPv4 address (example: “192.168.0”) or of the first 1 to 31 nibbles of an expanded (with leading zeroes and without ::-substitution) IPv6 address (example: “2001:0db8:010” for “2001:db8:100::/24”)
Addresses are now also entered in fully forward notation, so you no longer have to do the math yourself which part of your IPv6 address belongs to the network prefix and which bits belong to the host.
Currently the documentation is missing those details. Because of the I’ve created 44618 – Update reverse lookup zone Thank you for making us aware of that issue.
thank you for fixing this bug. Now I can build a Reverse-Lookup-Zone using global scope -Adresses. But even when I would like to use a Unique Local Adress or Site Local Adresse I can’t edit the DNS-Zones anymore. Please make it possible for local networks using ipv6 reverse DNS.
The bug has already been fixed. Florian Best has also attached a patch to the bug that you can install manually if you don’t want to wait for updated packages:
cd /usr/share/univention-management-console-frontend/js/umc/modules/udm
curl 'https://forge.univention.org/bugzilla/attachment.cgi?id=9266' | patch
Afterwards clear your browser cache and reload the UMC.
After I Upgrade my UCS to 4.2-2 errata 209 it still not work. If a reverse Zone with fdc…/64 exists. No DNS-Zone items are visible on the left side. Only when I delete the IPV6 reverse zone, I can edit the other IPV4 Zones ver the left menu. This Problem only exists with ULA or SLA, not with GLA.
As the fix involves changing a JavaScript file, it’s quite likely that your browser is still using the old version. Browsers are very aggressive regarding caching of resources such as JavaScript files. Please clear your browser cache, reload the page and try again.
I can confirm that after installing errata 209 the fix is working fine for me with a reverse zone fdc01:1640:0141:0000.
I could fix this problem by deleting the IPV6 at Networks from the DC Master and delete the existing IPV6 Reverse-zone too at the DNS-Settings.
Afte that, I reconfigured the IPv6 in Networks of the Master and a new IPV6 Reverse-Zone comes automatically back and would be also filled automatically.