Bug 33149

Summary: Zone not updated when IPv6 is added through computer - proxy out of sync
Product: UCS Reporter: Philipp Hahn <hahn>
Component: UMC - ComputersAssignee: UMC maintainers <umc-maintainers>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P5 CC: gohmann, schwardt
Version: UCS 3.2   
Target Milestone: UCS 3.x   
Hardware: Other   
OS: Linux   
See Also: https://forge.univention.org/bugzilla/show_bug.cgi?id=39040
What kind of report is it?: --- What type of bug is this?: ---
Who will be affected by this bug?: --- How will those affected feel about the bug?: ---
User Pain: Enterprise Customer affected?:
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional): IPv6
Max CVSS v3 score:

Description Philipp Hahn univentionstaff 2013-11-06 12:49:38 CET
After adding a IPv6 address to my master, the SOA generation counter was not updated, while the AAAA was still added. This breaks the zone transfer to the proxy, which still uses the old version and does not update its zone.
Updating the host entry in the forward zone updates the SOA counter, so it looks like a bug in the computer module.

root@mas40:~# dig +nocmd +nostats @localhost phahn.pt. soa
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19644
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;phahn.pt.                      IN      SOA

;; ANSWER SECTION:
phahn.pt.               10800   IN      SOA     mas40.phahn.pt. root.phahn.pt. 17 28800 7200 604800 10800

;; AUTHORITY SECTION:
phahn.pt.               10800   IN      NS      mas40.phahn.pt.

;; ADDITIONAL SECTION:
mas40.phahn.pt.         80600   IN      A       10.200.17.40


root@mas40:~# dig +nocmd +nostats @localhost phahn.pt. soa -p 7777
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28499
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 3

;; QUESTION SECTION:
;phahn.pt.                      IN      SOA

;; ANSWER SECTION:
phahn.pt.               10800   IN      SOA     mas40.phahn.pt. root.phahn.pt. 17 28800 7200 604800 10800

;; AUTHORITY SECTION:
phahn.pt.               10800   IN      NS      mas40.phahn.pt.

;; ADDITIONAL SECTION:
mas40.phahn.pt.         80600   IN      A       10.0.17.40
mas40.phahn.pt.         80600   IN      A       10.200.17.40
mas40.phahn.pt.         80600   IN      AAAA    1:2:3:4::40
Comment 1 Philipp Hahn univentionstaff 2015-11-10 16:36:26 CET
Seems to work an an S4 environment: Bug #39040
Comment 2 Sönke Schwardt-Krummrich univentionstaff 2015-11-10 21:32:59 CET
(In reply to Philipp Hahn from comment #1)
> Seems to work an an S4 environment: Bug #39040

But at least still broken without S4 → Bug #39624.
Comment 3 Sönke Schwardt-Krummrich univentionstaff 2015-11-10 21:33:58 CET

*** This bug has been marked as a duplicate of bug 39624 ***