Classless in-addr.arpa zone in BIND 9.1.1rc4 ?

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Mon Mar 12 21:32:14 UTC 2001


> Are there anybody knows is there way to get working classles in-addr.arpa zon
> e in BIND 9.1.1rc4 ?

	Exactly the same way as you do it with any other nameserver.

> All working OK, even in-addr.arpa zone, but only in class mode, in classless 
> does not.
> I could not find a way to power BIND 9.1.1rc4 running reverse zone for /28 ne
> t.
> Who knows how to?
> 
> Zaitsev Serg, root at aprcity.ru
> 
> //////////////// Class    - OK (this and similar)
> 
> cat /etc/namedb/named.conf | grep 127
> zone "127.in-addr.arpa" {type master; file "Reverse/127";};
> 
> cat /etc/namedb/Reverse/127
> $TTL 300
> @ IN SOA my.domain root.my.domain ( 2001010101 3600 901 3600000 3600 )

	There should be a period after the "my.domain".

> IN NS my.domain.

	There should be a space before the "IN".

> 1.0.0 IN PTR loopback.my.domain.
> 
> //////////////// Classless    - check passed, but NAMED does not accept it (t
> his and similar)
> 
> cat /etc/namedb/named.conf | grep 128/28.c.b.a
> zone "128/28.c.b.a.in-addr.arpa" {type master; file
> "Reverse/a.b.c.128_28";};
> 
> cat /etc/namedb/Reverse/a.b.c.128_28
> $TTL 300
> @ IN SOA my.domain root.my.domain ( 2001010101 3600 901 3600000 3600 )
	
	There should be a period after the "my.domain".

> IN NS my.domain.

	There should be a space before the "IN".

> 129 IN PTR host1.my.domain.
> 
> 
> 
	You should also be a secondary for c.b.a.in-addr.arpa as that
	contains the CNAME records that point into 128/28.c.b.a.in-addr.arpa.

	Now if this doesn't help.  Post the real content of the zone
	files along with the error messages produced when named is
	started.

	Mark
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com


More information about the bind-users mailing list