> [root at new-dns1 etc]# cat named.conf
> zone "0.0.127.in-addr.arpa" {
> type master;
> file "db.127.0.0";
> };
You're missing the "directory" directive, BIND doesn't know where your
files are.
Above the zone statement add:
directory "/var/named";