odd behaviour: BIND 9.3.3rc2

Felipe Ceglia - PY1NB felipe-listas at terenet.com.br
Wed Aug 29 14:20:11 UTC 2007


Hello again, bind gurus,

I am running BIND 9.3.3rc2 on a centos box.

It happens that I cant resolve some hosts, like:

dig redelagos.com.br
dig teresopolis.unimed.com.br

And I can resolve it from other dns servers.

Surely there is something wrong, but I cant figure what.

Any ideas?


My /etc/named.conf looks like:

options
{
        query-source    port 53;
        query-source-v6 port 53;
        directory "/var/named"; // the default
        dump-file               "data/cache_dump.db";
        statistics-file         "data/named_stats.txt";
        memstatistics-file      "data/named_mem_stats.txt";

};
logging
{
        channel default_debug {
                file "data/named.run";
                severity dynamic;
        };
};
view "internal"
{
        include "/etc/named.root.hints";
};
//
view    "external"
{
recursion yes;
zone "." IN {
        type hint;
        file "named.root";
};
zone "domain.com" {
        type master;
        file "named.domain.com";
};

};



More information about the bind-users mailing list