Modify ↓
Ticket #4623 (closed defect: worksforme)
DNS reverse zone missing NS record
| Reported by: | me@… | Owned by: | scabrero@… |
|---|---|---|---|
| Milestone: | 3.0 | Component: | dns |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The /var/lib/bind/db.1.168.192 reverse zone generated by Zentyal is missing NS records:
$TTL 3D
$ORIGIN 1.168.192.in-addr.arpa.
@ IN SOA .... hostmaster..... (
2012062413 ;serial number
8H ;refresh
2H ;retry
4W ;expiration
1D ) ;
;
;
I see that /usr/share/zentyal/stubs/dns/dbrev.mas has support for adding NS records but it's not taking effect even though my DNS configuration includes a nameserver.
Attachments
Change History
comment:2 Changed 11 months ago by jamor@…
Hello R. Patterson,
in my reverse zone the NS is present:
$TTL 3D
$ORIGIN 56.168.192.in-addr.arpa.
@ IN SOA z23i.example.test. hostmaster.example.test. (
2012062616 ;serial number
8H ;refresh
2H ;retry
4W ;expiration
1D ) ;
;
NS z23i.example.test.
;
101 PTR z23i.example.test.
db.56.168.192 (END)
I am using zentyal-dns 2.3.7 . If you are already using this version, could give you me more information about your zone?. I don't think it is necessary to know the exact names of the hosts.
Note: See
TracTickets for help on using
tickets.