Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.protocols.dns.bind > #58 > unrolled thread

Subdomain Issue

Started bytrm asn <trm.nagios@gmail.com>
First post2011-11-08 20:27 +0530
Last post2011-11-08 20:27 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.protocols.dns.bind


Contents

  Subdomain Issue trm asn <trm.nagios@gmail.com> - 2011-11-08 20:27 +0530

#58 — Subdomain Issue

Fromtrm asn <trm.nagios@gmail.com>
Date2011-11-08 20:27 +0530
SubjectSubdomain Issue
Message-ID<mailman.18.1320764274.68562.bind-users@lists.isc.org>

[Multipart message — attachments visible in raw view] — view raw

Dear List,

Please help me out to investigate the below scenario .

I have one domain "example.com"

$TTL 300
@       IN      SOA     ns4.example.com. postmaster.example.com. (

  2011110806      ; Serial Number
                                10800           ; Refresh after 3 hours
                                3600            ; Retry after 1 hour
                                604800          ; Expire after 1 week
                                300 )         ; Minimum TTL of 1 day
; Name servers
        IN      NS      ns4.example.com.
        IN      NS      ns2.example.com.
        IN      NS      ns1.example.com.

        IN    A    203.39.45.19
        IN    MX    mail.goole.com.
www        IN    CNAME    example.com.
a        IN    A    203.39.45.20
b        IN    A    203.39.45.21
*test    IN    NS    ns1973.hostgator.com.
test    IN    NS    ns1974.hostgator.com.*

named-checkzone  example.com named.example.com.forward < No Error


The moment I have done the "rndc reload example.com", the domain and all
subdomain were became not resolvable.

After commenting out below entries & rndc reload , all back to normal.
*;test    IN    NS    ns1973.hostgator.com.
;test    IN    NS    ns1974.hostgator.com.*

Please help me out on this issue.

/\
Tarak

[toc] | [standalone]


Back to top | Article view | comp.protocols.dns.bind


csiph-web