Modify

Ticket #4623 (closed defect: worksforme)

Opened 11 months ago

Last modified 8 months ago

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:1 Changed 11 months ago by jamor@…

  • Status changed from new to accepted

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.

comment:3 Changed 9 months ago by jacalvo@…

  • Owner changed from jamor@… to scabrero@…

comment:4 Changed 8 months ago by scabrero@…

  • Status changed from accepted to closed
  • Resolution set to worksforme

Hi,

I have tested zentyal-dns 2.3.11 and NS records are correctly written.

Thanks for your contribution.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.