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

Zaitsev Serg root at aprcity.ru
Mon Mar 12 10:52:04 UTC 2001


Are there anybody knows is there way to get working classles in-addr.arpa zone in BIND 9.1.1rc4 ?
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 net.
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 )
IN NS my.domain.
1.0.0 IN PTR loopback.my.domain.

//////////////// Classless    - check passed, but NAMED does not accept it (this 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 )
IN NS my.domain.
129 IN PTR host1.my.domain.




More information about the bind-users mailing list