Portál AbcLinuxu, 23. prosince 2025 04:31
named -f -gjsem vyparsoval tuto hlašku:
unexpected RCODE (SERVFAIL) resolvingZkouš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 reachednamed.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..
Na otázku zatím nikdo bohužel neodpověděl.
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.