Portál AbcLinuxu, 12. května 2025 10:19

Dotaz: bind "unexpected RCODE (SERVFAIL) resolving"

27.3.2008 00:03 sir Turbis | skóre: 19 | Varnsdorf
bind "unexpected RCODE (SERVFAIL) resolving"
Přečteno: 719×
Odpovědět | Admin
Dobrý den,

Na serveru mi běží Bind a dneska z niceho nic prestal fungovat. Po delším zkoumáním a laborování jsem snížil errory na hodnotu 0, internet už běží, jenže mi nejdou moje modény.

Za pomoci
named -f -g
jsem vyparsoval tuto hlašku:
unexpected RCODE (SERVFAIL) resolving
Zkoušel jsem googlit, leč marně, žádná rada z něj mi nepomohla.

přikladám vypis z digu:
; <<>> DiG 9.4.1-P1 <<>> vdffree.cz
;; global options:  printcmd
;; connection timed out; no servers could be reached
named.conf:
options {
        directory "/var/bind";

        // uncomment the following lines to turn on DNS forwarding,
        // and change the forwarding ip address(es) :
        //forward first;
        //forwarders {
        //      10.2.255.1;
        //      123.123.123.123;
        //};

        listen-on-v6 { any; };
        listen-on { 127.0.0.1;
                    10.2.255.1;
                    };

        // to allow only specific hosts to use the DNS server:
        //allow-query {
        //};

        allow-recursion {
        127.0.0.1;
        10.2.0.0/16;
        89.111.88.98;
        10.193.123.224/28;
        89.111.88.129/27;
        };

        // if you have problems and are behind a firewall:
        query-source address * port 53;
        pid-file "/var/run/named/named.pid";
};

// Briefly, a zone which has been declared delegation-only will be effectively
// limited to containing NS RRs for subdomains, but no actual data beyond its
// own apex (for example, its SOA RR and apex NS RRset). This can be used to
// filter out "wildcard" or "synthesized" data from NAT boxes or from
// authoritative name servers whose undelegated (in-zone) data is of no
// interest.
// See http://www.isc.org/products/BIND/delegation-only.html for more info

//zone "COM" { type delegation-only; };
//zone "NET" { type delegation-only; };

zone "." IN {
        type hint;
        file "named.ca";
};

zone "localhost" IN {
        type master;
        file "pri/localhost.zone";
        allow-update { none; };
        notify no;
};

zone "vdffree-cz" IN {
        allow-query { any; };
        type master;
        file "pri/vdffree.cz";
};

zone "vdffree-net" IN {
        allow-query { any; };
        type master;
        file "pri/vdffree.net";
        };

zone "127.in-addr.arpa" IN {
        type master;
        file "pri/127.zone";
        allow-update { none; };
        notify no;
};


include "/etc/rndc.key";

logging {
        category lame-servers {null; };
Ještě podotýkám,že vše včera běželo normalně...

Za pomoc předem děkuji..
Don't hurry up, death is faster!
Nástroje: Začni sledovat (1) ?Zašle upozornění na váš email při vložení nového komentáře.

Na otázku zatím nikdo bohužel neodpověděl.

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.