Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
 Użytkownik
 Użytkownik
	
Witam
Po sprawdzeniu poprawności pliku strefy poleceniem named-checkzone gwch plik_strefy otrzymuję następujące błędy:
db.sgsp.edu.pl:6: ignoring out-of-zone data (sgsp.edu.pl) db.sgsp.edu.pl:13: ignoring out-of-zone data (sgsp.edu.pl) db.sgsp.edu.pl:14: ignoring out-of-zone data (sgsp.edu.pl) db.sgsp.edu.pl:15: ignoring out-of-zone data (sgsp.edu.pl) db.sgsp.edu.pl:16: ignoring out-of-zone data (sgsp.edu.pl) db.sgsp.edu.pl:20: ignoring out-of-zone data (sgsp.edu.pl) db.sgsp.edu.pl:22: ignoring out-of-zone data (arwena.nask.waw.pl) db.sgsp.edu.pl:23: ignoring out-of-zone data (ns.sgsp.edu.pl) db.sgsp.edu.pl:24: ignoring out-of-zone data (fns2.sgh.waw.pl) db.sgsp.edu.pl:25: ignoring out-of-zone data (brama.sgsp.edu.pl) db.sgsp.edu.pl:26: ignoring out-of-zone data (bip.sgsp.edu.pl) db.sgsp.edu.pl:27: ignoring out-of-zone data (www.bip.sgsp.edu.pl) db.sgsp.edu.pl:29: ignoring out-of-zone data (ns.sgsp.edu.pl) db.sgsp.edu.pl:30: ignoring out-of-zone data (iposr.sgsp.edu.pl) db.sgsp.edu.pl:31: ignoring out-of-zone data (iposs.sgsp.edu.pl) db.sgsp.edu.pl:32: ignoring out-of-zone data (iposw.sgsp.edu.pl) db.sgsp.edu.pl:33: ignoring out-of-zone data (fiz.sgsp.edu.pl) db.sgsp.edu.pl:34: ignoring out-of-zone data (mail.sgsp.edu.pl) db.sgsp.edu.pl:35: ignoring out-of-zone data (www.sgsp.edu.pl) db.sgsp.edu.pl:36: ignoring out-of-zone data (jrg.sgsp.edu.pl) db.sgsp.edu.pl:37: ignoring out-of-zone data (www.zn.sgsp.edu.pl) db.sgsp.edu.pl:38: ignoring out-of-zone data (cen.sgsp.edu.pl) db.sgsp.edu.pl:39: ignoring out-of-zone data (www.cen.sgsp.edu.pl) db.sgsp.edu.pl:40: ignoring out-of-zone data (zdg.sgsp.edu.pl) db.sgsp.edu.pl:41: ignoring out-of-zone data (sowa.sgsp.edu.pl) db.sgsp.edu.pl:42: ignoring out-of-zone data (sa.sgsp.edu.pl) db.sgsp.edu.pl:45: ignoring out-of-zone data (inf.sgsp.edu.pl) db.sgsp.edu.pl:46: ignoring out-of-zone data (ns.inf.sgsp.edu.pl) zone gwch/IN: has 0 SOA records zone gwch/IN: has no NS records
Znalazłem podobny wątek na forum http:// linuksowo.pl/index.php?t=msg&goto=11256 … ta#ms g_11256 lecz niestety zaproponowane w nim rozwiązanie tzn. dopisanie linii allow-update { none; }; u mnie nie rozwiązuje problemu
/
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the 
// structure of BIND configuration files in Debian, *BEFORE* you customize 
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
include "/etc/bind/named.conf.options";
acl "sgsp" { 195.187.79.0/24; };
// prime the server with knowledge of the root servers
zone "." {
    type hint;
    file "/etc/bind/db.root";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "sgsp.edu.pl" {
    type master;
    file "/etc/bind/db.sgsp.edu.pl";
    allow-query { any; };
    allow-update { none; };
    allow-transfer { 193.59.201.28; 193.111.27.194; 195.187.79.2;};
};
zone "127.in-addr.arpa" {
    type master;
    file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
    type master;
    file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
    type master;
    file "/etc/bind/db.255";
};
zone "79.187.195.in-addr.arpa"{
        type master;
        file "/etc/bind/reverse.zone";
    allow-update { none; };
};
# End of named.confOffline