Re: Version help

This is a discussion on Re: Version help within the Bind Users forums, part of the DNS and Related Forums category; At 07:25 PM 10/14/2004, Barry Margolin wrote: >In article <ckm2i9$1jva$1@sf1.isc.org&...


Go Back   Usenet Forums > DNS and Related Forums > Bind Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-15-2004
Robert Moskowitz
 
Posts: n/a
Default Re: Version help

At 07:25 PM 10/14/2004, Barry Margolin wrote:
>In article <ckm2i9$1jva$1@sf1.isc.org>,
> Robert Moskowitz <rgm@htt-consult.com> wrote:
>
> > I know this is the Bind9 list, but...

>
>No it isn't, this is the BIND list.


I see that it is from your end. For me it is: bind9-users@isc.org

But what is in a name?

>dig version.bind txt chaos @<server-address>


I must just not get it:

++++++++++++++++++++++++++++++++++++++++++++++++++ +

; <<>> DiG 8.3 <<>> version.bind chaos@65.84.78.210
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 4
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;; chaos\@65.84.78.210, type = A, class = IN

;; AUTHORITY SECTION:
.. 2h57m58s IN SOA a.root-servers.net.
nstld.verisign-grs.com. (
2004101401 ; serial
30M ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum


;; Total query time: 0 msec
;; FROM: homebase to SERVER: default -- 65.84.78.210
;; WHEN: Fri Oct 15 00:39:08 2004
;; MSG SIZE sent: 36 rcvd: 111

++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++

>However, the technique for implementing RFC 2317 reverse zones is not
>really version-dependent.


That is what I thought.

>If you post your named.conf and zone files we may be able to tell you
>what you did wrong.


Well here we go. I should point out that my ISP has not delegated the
reverse for me, so I am also faking out the /24 reverse zone that would
have the CNAME records for my /26 (I ASSuMEd I did not have the $GENERATE
command, so I did it the hard way. This will be two LONG zone files)

================================================== ===================
named.conf extract:

zone "78.84.65.in-addr.arpa" in {
type master;
file "db.78.84.65.txt";
};

zone "192-255.78.84.65.in-addr.arpa" in {
type master;
file "db.192-255.78.84.65.txt";
};

================================================== ======
file "db.78.84.65.txt:

;
; File: db.78.84.65 file
;
@ IN SOA homebase.htt-consult.com. hostmaster.htt-consult.com. (
2004101402 ; serial number
43200 ; refresh every 12 hours
7200 ; retry after 2 hours
1209600 ; expire after 2 weeks
172800) ; default ttl is 2 days
;
IN NS homebase.htt-consult.com.

homebase.htt-consult.com. IN A 65.84.78.210

192 IN CNAME 192.192-256.78.84.65.in-addr.arpa.
193 IN CNAME 193.192-256.78.84.65.in-addr.arpa.
194 IN CNAME 194.192-256.78.84.65.in-addr.arpa.
195 IN CNAME 195.192-256.78.84.65.in-addr.arpa.
196 IN CNAME 196.192-256.78.84.65.in-addr.arpa.
197 IN CNAME 197.192-256.78.84.65.in-addr.arpa.
198 IN CNAME 198.192-256.78.84.65.in-addr.arpa.
199 IN CNAME 199.192-256.78.84.65.in-addr.arpa.
200 IN CNAME 200.192-256.78.84.65.in-addr.arpa.
201 IN CNAME 201.192-256.78.84.65.in-addr.arpa.
202 IN CNAME 202.192-256.78.84.65.in-addr.arpa.
203 IN CNAME 203.192-256.78.84.65.in-addr.arpa.
204 IN CNAME 204.192-256.78.84.65.in-addr.arpa.
205 IN CNAME 205.192-256.78.84.65.in-addr.arpa.
206 IN CNAME 206.192-256.78.84.65.in-addr.arpa.
207 IN CNAME 207.192-256.78.84.65.in-addr.arpa.
208 IN CNAME 208.192-256.78.84.65.in-addr.arpa.
209 IN CNAME 209.192-256.78.84.65.in-addr.arpa.
210 IN CNAME 210.192-256.78.84.65.in-addr.arpa.
211 IN CNAME 211.192-256.78.84.65.in-addr.arpa.
212 IN CNAME 212.192-256.78.84.65.in-addr.arpa.
213 IN CNAME 213.192-256.78.84.65.in-addr.arpa.
214 IN CNAME 214.192-256.78.84.65.in-addr.arpa.
215 IN CNAME 215.192-256.78.84.65.in-addr.arpa.
216 IN CNAME 216.192-256.78.84.65.in-addr.arpa.
217 IN CNAME 217.192-256.78.84.65.in-addr.arpa.
218 IN CNAME 218.192-256.78.84.65.in-addr.arpa.
219 IN CNAME 219.192-256.78.84.65.in-addr.arpa.
220 IN CNAME 220.192-256.78.84.65.in-addr.arpa.
221 IN CNAME 221.192-256.78.84.65.in-addr.arpa.
222 IN CNAME 222.192-256.78.84.65.in-addr.arpa.
223 IN CNAME 223.192-256.78.84.65.in-addr.arpa.
224 IN CNAME 224.192-256.78.84.65.in-addr.arpa.
225 IN CNAME 225.192-256.78.84.65.in-addr.arpa.
226 IN CNAME 226.192-256.78.84.65.in-addr.arpa.
227 IN CNAME 227.192-256.78.84.65.in-addr.arpa.
228 IN CNAME 228.192-256.78.84.65.in-addr.arpa.
229 IN CNAME 229.192-256.78.84.65.in-addr.arpa.
230 IN CNAME 230.192-256.78.84.65.in-addr.arpa.
231 IN CNAME 231.192-256.78.84.65.in-addr.arpa.
232 IN CNAME 232.192-256.78.84.65.in-addr.arpa.
233 IN CNAME 233.192-256.78.84.65.in-addr.arpa.
234 IN CNAME 234.192-256.78.84.65.in-addr.arpa.
235 IN CNAME 235.192-256.78.84.65.in-addr.arpa.
236 IN CNAME 236.192-256.78.84.65.in-addr.arpa.
237 IN CNAME 237.192-256.78.84.65.in-addr.arpa.
238 IN CNAME 238.192-256.78.84.65.in-addr.arpa.
239 IN CNAME 239.192-256.78.84.65.in-addr.arpa.
240 IN CNAME 240.192-256.78.84.65.in-addr.arpa.
241 IN CNAME 241.192-256.78.84.65.in-addr.arpa.
242 IN CNAME 242.192-256.78.84.65.in-addr.arpa.
243 IN CNAME 243.192-256.78.84.65.in-addr.arpa.
244 IN CNAME 244.192-256.78.84.65.in-addr.arpa.
245 IN CNAME 245.192-256.78.84.65.in-addr.arpa.
246 IN CNAME 246.192-256.78.84.65.in-addr.arpa.
247 IN CNAME 247.192-256.78.84.65.in-addr.arpa.
248 IN CNAME 248.192-256.78.84.65.in-addr.arpa.
249 IN CNAME 249.192-256.78.84.65.in-addr.arpa.
250 IN CNAME 250.192-256.78.84.65.in-addr.arpa.
251 IN CNAME 251.192-256.78.84.65.in-addr.arpa.
252 IN CNAME 252.192-256.78.84.65.in-addr.arpa.
253 IN CNAME 253.192-256.78.84.65.in-addr.arpa.
254 IN CNAME 254.192-256.78.84.65.in-addr.arpa.
255 IN CNAME 255.192-256.78.84.65.in-addr.arpa.

192-256.78.84.65.in-addr.arpa. IN NS homebase.htt-consult.com.

;

================================================== =========

file "db.192-255.78.84.65.txt:

;
; File: db.192-255.78.84.65 file
;
@ IN SOA homebase.htt-consult.com. hostmaster.htt-consult.com. (
2004101402 ; serial number
43200 ; refresh every 12 hours
7200 ; retry after 2 hours
1209600 ; expire after 2 weeks
172800) ; default ttl is 2 days
;
IN NS homebase.htt-consult.com.

homebase.htt-consult.com. IN A 65.84.78.210

193 IN PTR enter.htt-consult.com.
194 IN PTR block.htt-consult.com.
198 IN PTR research.htt-consult.com.
202 IN PTR mavis.htt-consult.com.
210 IN PTR homebase.htt-consult.com.
211 IN PTR klovia.htt-consult.com.
218 IN PTR thrale.htt-consult.com.
230 IN PTR dov.htt-consult.com.
231 IN PTR bad.htt-consult.com.

192 IN PTR 192.78.84.65.client.htt-consult.com.
195 IN PTR 195.78.84.65.client.htt-consult.com.
196 IN PTR 196.78.84.65.client.htt-consult.com.
197 IN PTR 197.78.84.65.client.htt-consult.com.
199 IN PTR 199.78.84.65.client.htt-consult.com.
200 IN PTR 200.78.84.65.client.htt-consult.com.
201 IN PTR 201.78.84.65.client.htt-consult.com.
202 IN PTR 202.78.84.65.client.htt-consult.com.
203 IN PTR 203.78.84.65.client.htt-consult.com.
204 IN PTR 204.78.84.65.client.htt-consult.com.
205 IN PTR 205.78.84.65.client.htt-consult.com.
206 IN PTR 206.78.84.65.client.htt-consult.com.
207 IN PTR 207.78.84.65.client.htt-consult.com.
208 IN PTR 208.78.84.65.client.htt-consult.com.
209 IN PTR 209.78.84.65.client.htt-consult.com.
212 IN PTR 212.78.84.65.client.htt-consult.com.
213 IN PTR 213.78.84.65.client.htt-consult.com.
214 IN PTR 214.78.84.65.client.htt-consult.com.
215 IN PTR 215.78.84.65.client.htt-consult.com.
216 IN PTR 216.78.84.65.client.htt-consult.com.
217 IN PTR 217.78.84.65.client.htt-consult.com.
219 IN PTR 219.78.84.65.client.htt-consult.com.
220 IN PTR 220.78.84.65.client.htt-consult.com.
221 IN PTR 221.78.84.65.client.htt-consult.com.
222 IN PTR 222.78.84.65.client.htt-consult.com.
223 IN PTR 223.78.84.65.client.htt-consult.com.
224 IN PTR 224.78.84.65.client.htt-consult.com.
225 IN PTR 225.78.84.65.client.htt-consult.com.
226 IN PTR 226.78.84.65.client.htt-consult.com.
227 IN PTR 227.78.84.65.client.htt-consult.com.
228 IN PTR 228.78.84.65.client.htt-consult.com.
229 IN PTR 229.78.84.65.client.htt-consult.com.
232 IN PTR 232.78.84.65.client.htt-consult.com.
233 IN PTR 233.78.84.65.client.htt-consult.com.
234 IN PTR 234.78.84.65.client.htt-consult.com.
235 IN PTR 235.78.84.65.client.htt-consult.com.
236 IN PTR 236.78.84.65.client.htt-consult.com.
237 IN PTR 237.78.84.65.client.htt-consult.com.
238 IN PTR 238.78.84.65.client.htt-consult.com.
239 IN PTR 239.78.84.65.client.htt-consult.com.
240 IN PTR 240.78.84.65.client.htt-consult.com.
241 IN PTR 241.78.84.65.client.htt-consult.com.
242 IN PTR 242.78.84.65.client.htt-consult.com.
243 IN PTR 243.78.84.65.client.htt-consult.com.
244 IN PTR 244.78.84.65.client.htt-consult.com.
245 IN PTR 245.78.84.65.client.htt-consult.com.
246 IN PTR 246.78.84.65.client.htt-consult.com.
247 IN PTR 247.78.84.65.client.htt-consult.com.
248 IN PTR 248.78.84.65.client.htt-consult.com.
249 IN PTR 249.78.84.65.client.htt-consult.com.
250 IN PTR 250.78.84.65.client.htt-consult.com.
251 IN PTR 251.78.84.65.client.htt-consult.com.
252 IN PTR 252.78.84.65.client.htt-consult.com.
253 IN PTR 253.78.84.65.client.htt-consult.com.
254 IN PTR 254.78.84.65.client.htt-consult.com.
255 IN PTR 255.78.84.65.client.htt-consult.com.

;

================================================== ==========


Illegitimi non Carborundum



Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:44 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0