problem with resolving SOME EXTERNAL domains

enesz at bih.net.ba enesz at bih.net.ba
Thu Jun 9 11:46:35 UTC 2005


< Ronan Flood > wrote:
=20
> Might as well ask: what's in your named.conf?
=20
OK. There is my named.conf and some other files:
=20
////////////////////////////////////////////////////////////////////////
////////////////////////////
/ETC/NAMED.CONF
=20
key "rndc-key" {
      algorithm ***************;
      secret "******************************";
};
=20
controls {
      inet 127.0.0.1 port 953
              allow { 127.0.0.1; } keys { "rndc-key"; };
};
=20
acl internal { **********; **********; ***********; ***********;
**********; };
options {
# File location: ns1:/etc/named.conf
        directory "/etc/namedb";
        allow-transfer { internal; };
        query-source address * port 53;       # I PUT IT RECENTLY
#       allow-query { internal; };                  #COMMENTED
#       allow-recursion { none; };                #COMMENTED
};
=20
zone "." {
        type hint;
        file "root.cache";
};
=20
zone "0.0.127.in-addr.arpa" {
        type master;
        file "localhost.rev";
};
=20
zone "ba" {
        type slave;
        file "edns/ba";                                            #
AGREEMENT WITH HIGHER ISP
        masters {
                *********; ********; *********;
        };
};
=20
zone "bih.net.ba" {
        type slave;
        file "ba/net/bih/bih.net.ba";
        masters {
                195.222.32.10;
        };
#       allow-query { any; };
#COMMENTED
};
=20
zone "32.222.195.IN-ADDR.ARPA" {
        type slave;
        file "spool/195.222.32.rev";
        masters {
                195.222.32.10;
        };
        allow-transfer { ************; };
#       allow-query { any; };
#COMMENTED
};
=20
...... and there are other domains
////////////////////////////////////////////////////////////////////////
////////////////////////
/ETC/RNDC.CONF
=20
key "rndc-key" {
        algorithm ******;
        secret "**********************";
};
=20
options {
        default-key "rndc-key";
        default-server 127.0.0.1;
        default-port 953;
};
=20
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////
/ETC/RESOLV.CONF
=20
domain bih.net.ba
nameserver      195.222.32.20     #RIGHT NOW 195.222.32.10 IS NOT HERE
=20
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////
=20
There is no any errors when i start BIND.
=20
< Ronan Flood > wrote:
=20
> Can you query those servers directly by IP address from dig, eg
ns-naples.navy.mil is 138.180.5.138, so
=20
dig @138.180.5.138 usno.navy.mil. a +norec
>
=20
I will do it as soon as possible!!!!!
--------------------------------------------------------

If you are not an intended recipient of this e-mail, please notify the =
sender, delete it and do not read, act upon, print, disclose, copy, =
retain or redistribute it. Click here for important additional terms =
relating to this e-mail.     http://www.ml.com/email_terms/
--------------------------------------------------------



More information about the bind-users mailing list