I need to create a Reverse Slave Zone in my Secondary DNS and I can't do this with bindconf. So, I edit the named.conf and add the entries of reverse slave zones manually using the following format: Example: zone "28.12.202.in-addr" { type slave; file "28.12.202.in-addr.zone"; masters { xxx.xxx.xxx.xxx; }; }; This is working fine, but I will not use Bindconf to don't lose my configuration. I have tried to use Bindconf with the option Slave Zone and the domain 28.12.202.in-addr, but this don't work. But, I like to use the Binconf. So, my question and sugestion is: - Why the RH developers don't do a Reverse Slave Zone option in Bindconf?
to be able to keep useing bindconf put the reverse slave zone in named.custom instead. btw I support the question.
This problem is fixed with system-config-bind-4.0.0-16 (FC-3/4/RHEL-4), also available at: http://people.redhat.com/~jvdias/system-config-bind and with redhat-config-bind-4.0.0-16 (RHEL-3), available from http://people.redhat.com/~jvdias/redhat-config-bind.