Is this correct behaviour?
Anand S Medikeri
anandsm at manohari.india.hp.com
Thu Aug 5 12:12:47 UTC 1999
I am using bind 8.1.2. I have an entry in named.conf for zone
1.2.IN-ADDR.ARPA as below
zone "1.2.IN-ADDR.ARPA" {
type master;
file "db.1.2";
};
Contents of db.1.2 are as below
;db.1.2 *******************************************
@ IN SOA a.b.c.d. root.a.b.c.d. (
1 ; Serial
10800 ; Refresh every 3 hours
3600 ; Retry every hour
604800 ; Expire after a week
86400 ) ; Minimum ttl of 1 day
IN NS a.b.c.d.
3.4 IN PTR hello.b.c.d.
6.5.4.3.2 IN PTR world.b.c.d.
;db.1.2 ends *******************************************
All RR's seems to be loaded by the server. when I query the server
with type set to PTR and question to 6.5.4.3.2.2.1.in-addr.arpa. I get
the RR in reply. Should I get that reply ?
Thanks.
More information about the bind-workers
mailing list