Non-existent host/domain

Gerhard Mourani gmourani at openna.com
Sun Nov 5 12:36:12 UTC 2000


Hello,

Using as example command nslookup linux.com return the following error
with bind 8.2.2patchlevel5 on RH Linux 6.2 with Kernel 2.2.16; Bind is
running in chrooted jail:
[root at web etc]# nslookup linux.com
Server:  web.mttconseil.com
Address:  207.35.78.3

*** web.mttconseil.com can't find linux.com: Non-existent host/domain

The /etc/resolv.conf file is as follow:
search mttconseil.com
nameserver 207.35.78.3
nameserver 207.35.78.2
nameserver 127.0.0.1

The named.conf file is as follow:
options {
        directory "/var/named";
        fetch-glue no;
        recursion no;
       allow-query { 207.35.78.2; 207.35.78.3; 127.0.0/8; };
        allow-transfer { 207.35.78.2; };
        transfer-format many-answers;
};

// These files are not specific to any zone
zone "." in {
        type hint;
        file "db.cache";
};

zone "0.0.127.in-addr.arpa" in {
        type master;
        file "db.127.0.0";
};

// These are our primary zone files
zone "mttconseil.com" in {
        type master;
        file "db.mttconseil";
};

zone "78.35.207.in-addr.arpa" in {
        type master;
        file "db.207.35.78";

--
/ / Gerhard Mourani





More information about the bind-users mailing list