Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.protocols.dns.bind > #59
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.glorb.com!usenet.stanford.edu!not-for-mail |
|---|---|
| From | <Vinny_Abello@Dell.com> |
| Newsgroups | comp.protocols.dns.bind |
| Subject | RE: Subdomain Issue |
| Date | Tue, 8 Nov 2011 21:10:55 +0000 |
| Lines | 241 |
| Approved | bind-users@lists.isc.org |
| Message-ID | <mailman.19.1320786692.68562.bind-users@lists.isc.org> (permalink) |
| References | <CACZSWMrZ-4MYk0ytX0eUOAQTFoRuv=viOBJbzNxAqZ+jNVH10Q@mail.gmail.com> |
| NNTP-Posting-Host | lists.isc.org |
| Mime-Version | 1.0 |
| Content-Type | multipart/alternative; boundary="_000_FD9B2CB2B33E394FAE3B74669547605712A5F0C8DFWX10HMPTC01AM_" |
| X-Trace | usenet.stanford.edu 1320786692 19773 149.20.64.75 (8 Nov 2011 21:11:32 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | <trm.nagios@gmail.com>, <bind-users@lists.isc.org> |
| Return-Path | <Vinny_Abello@Dell.com> |
| X-Original-To | bind-users@lists.isc.org |
| Delivered-To | bind-users@lists.isc.org |
| X-Loopcount0 | from 10.170.28.41 |
| Thread-Topic | Subdomain Issue |
| Thread-Index | AQHMnibctd5G8qtV0UeXya6F9hEzS5WjeTVg |
| In-Reply-To | <CACZSWMrZ-4MYk0ytX0eUOAQTFoRuv=viOBJbzNxAqZ+jNVH10Q@mail.gmail.com> |
| Accept-Language | en-US |
| Content-Language | en-US |
| X-MS-Has-Attach | |
| X-MS-TNEF-Correlator | |
| x-originating-ip | [155.17.118.36] |
| X-Spam-Status | No, score=-1.6 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE, T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 |
| X-Spam-Checker-Version | SpamAssassin 3.3.1 (2010-03-16) on mx.ams1.isc.org |
| X-BeenThere | bind-users@lists.isc.org |
| X-Mailman-Version | 2.1.14 |
| Precedence | list |
| List-Id | BIND Users Mailing List <bind-users.lists.isc.org> |
| List-Unsubscribe | <https://lists.isc.org/mailman/options/bind-users>, <mailto:bind-users-request@lists.isc.org?subject=unsubscribe> |
| List-Archive | <https://lists.isc.org/pipermail/bind-users> |
| List-Post | <mailto:bind-users@lists.isc.org> |
| List-Help | <mailto:bind-users-request@lists.isc.org?subject=help> |
| List-Subscribe | <https://lists.isc.org/mailman/listinfo/bind-users>, <mailto:bind-users-request@lists.isc.org?subject=subscribe> |
| Xref | x330-a1.tempe.blueboxinc.net comp.protocols.dns.bind:59 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
I would think named-checkzone would complain, but are you missing a new line after the last NS record?
-Vinny
From: bind-users-bounces+vinny_abello=dell.com@lists.isc.org [mailto:bind-users-bounces+vinny_abello=dell.com@lists.isc.org] On Behalf Of trm asn
Sent: Tuesday, November 08, 2011 9:58 AM
To: bind-users@lists.isc.org
Subject: Subdomain Issue
Dear List,
Please help me out to investigate the below scenario .
I have one domain "example.com<http://example.com/>"
$TTL 300
@ IN SOA ns4.example.com<http://ns4.example.com/>. postmaster.example.com<http://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<http://ns4.example.com/>.
IN NS ns2.example.com<http://ns2.example.com/>.
IN NS ns1.example.com<http://ns1.example.com/>.
IN A 203.39.45.19
IN MX mail.goole.com<http://mail.goole.com/>.
www IN CNAME example.com<http://example.com/>.
a IN A 203.39.45.20
b IN A 203.39.45.21
test IN NS ns1973.hostgator.com<http://ns1973.hostgator.com/>.
test IN NS ns1974.hostgator.com<http://ns1974.hostgator.com/>.
named-checkzone example.com<http://example.com> named.example.com.forward < No Error
The moment I have done the "rndc reload example.com<http://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<http://ns1973.hostgator.com/>.
;test IN NS ns1974.hostgator.com<http://ns1974.hostgator.com/>.
Please help me out on this issue.
/\
Tarak
Back to comp.protocols.dns.bind | Previous | Next | Find similar
RE: Subdomain Issue <Vinny_Abello@Dell.com> - 2011-11-08 21:10 +0000
csiph-web